summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/dma.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi2019-06-251-0/+1
* mt76: add unlikely() for dma_mapping_error() checkRyder Lee2019-05-011-4/+4
* mt76: dma: add skb check for dummy pointerLorenzo Bianconi2019-05-011-4/+5
* mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi2019-05-011-1/+2
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-011-5/+6
* mt76: set txwi_size according to the driver valueLorenzo Bianconi2019-05-011-3/+5
* mt76: only schedule txqs from the tx taskletFelix Fietkau2019-05-011-2/+0Star
* mt76: reduce locking in mt76_dma_tx_cleanupFelix Fietkau2019-05-011-9/+17
* mt76: use mac80211 txq schedulingFelix Fietkau2019-05-011-3/+3
* mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau2019-05-011-11/+11
* mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi2019-05-011-4/+4
* mt76: introduce mt76_tx_info data structureLorenzo Bianconi2019-05-011-14/+15
* mt76: move skb dma mapping before running tx_prepare_skbLorenzo Bianconi2019-05-011-18/+15Star
* mt76: mmio: move mt76_insert_hdr_pad in mt76_dma_tx_queue_skbLorenzo Bianconi2019-05-011-0/+3
* mt76: introduce mt76_txq_id field in mt76_queue_entryLorenzo Bianconi2019-05-011-1/+1
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-011-7/+7
* mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2019-05-011-2/+2
* mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2019-05-011-1/+1
* mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi2019-05-011-1/+2
* mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi2019-05-011-1/+8
* mt76: rewrite dma descriptor base and ring size on queue resetFelix Fietkau2019-03-071-0/+2
* mt76: introduce q->stopped parameterLorenzo Bianconi2019-03-071-1/+4
* mt76: change the return type of mt76_dma_attach()Ryder Lee2019-02-181-2/+1Star
* mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi2019-02-181-1/+0Star
* mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi2019-02-181-0/+25
* mt76: dma: avoid indirect call in mt76_dma_tx_queue_skbLorenzo Bianconi2019-01-111-1/+1
* mt76: dma: do not build skb if reported len does not fit in buf_sizeLorenzo Bianconi2019-01-111-8/+7Star
* mt76: dma: remove napi from mt76_dma_rx_fill signatureLorenzo Bianconi2019-01-111-4/+4
* mt76: add size check for additional rx fragmentsFelix Fietkau2019-01-111-0/+8
* mt76: do not wake tx queues during flushFelix Fietkau2018-11-301-1/+1
* mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau2018-11-301-4/+7
* mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-0/+1
* mt76: use a per rx queue page fragment cacheFelix Fietkau2018-09-191-7/+9
* mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi2018-08-021-0/+1
* mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi2018-08-021-0/+74
* mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi2018-08-021-1/+1
* mt76: wait for pending tx to complete before switching channelFelix Fietkau2018-05-231-0/+4
* mt76: split mt76_rx_completeFelix Fietkau2018-01-261-1/+1
* mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau2018-01-261-0/+4
* mt76: retry rx polling as long as there is budget leftFelix Fietkau2018-01-261-3/+7
* mt76: add common code shared between multiple chipsetsFelix Fietkau2017-12-071-0/+451