Home
last modified time | relevance | path

Searched refs:RX_QUEUE_SIZE (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h564 #define RX_QUEUE_SIZE 256 macro
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h135 #define RX_QUEUE_SIZE 32 macro
707 struct ipw_rx_mem_buffer pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];
708 struct ipw_rx_mem_buffer *queue[RX_QUEUE_SIZE];
H A Dipw2200.c3394 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) { in ipw_rx_queue_reset()
3657 s += RX_QUEUE_SIZE; in ipw_rx_queue_space()
5110 rxq->write = (rxq->write + 1) % RX_QUEUE_SIZE; in ipw_rx_queue_restock()
5187 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) { in ipw_rx_queue_free()
5214 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) in ipw_rx_queue_alloc()
8212 if (ipw_rx_queue_space (priv->rxq) > (RX_QUEUE_SIZE / 2)) in ipw_rx()
8380 i = (i + 1) % RX_QUEUE_SIZE; in ipw_rx()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c1059 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) { in il3945_rx_queue_reset()
1111 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) { in il3945_rx_queue_free()
1122 dma_free_coherent(&il->pci_dev->dev, 4 * RX_QUEUE_SIZE, rxq->bd, in il3945_rx_queue_free()
1196 total_empty += RX_QUEUE_SIZE; in il3945_rx_handle()
1198 if (total_empty > (RX_QUEUE_SIZE / 2)) in il3945_rx_handle()
H A Dcommon.h36 #define RX_QUEUE_SIZE 256 macro
607 struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];
608 struct il_rx_buf *queue[RX_QUEUE_SIZE];
H A D4965-mac.c93 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) { in il4965_rx_queue_reset()
107 for (i = 0; i < RX_QUEUE_SIZE; i++) in il4965_rx_queue_reset()
410 for (i = 0; i < RX_QUEUE_SIZE + RX_FREE_BUFFERS; i++) { in il4965_rx_queue_free()
421 dma_free_coherent(&il->pci_dev->dev, 4 * RX_QUEUE_SIZE, rxq->bd, in il4965_rx_queue_free()
4228 total_empty += RX_QUEUE_SIZE; in il4965_rx_handle()
4230 if (total_empty > (RX_QUEUE_SIZE / 2)) in il4965_rx_handle()
6431 il->hw_params.max_rxq_size = RX_QUEUE_SIZE; in il4965_set_hw_params()
H A Dcommon.c2539 s += RX_QUEUE_SIZE; in il_rx_queue_space()
2604 rxq->bd = dma_alloc_coherent(dev, 4 * RX_QUEUE_SIZE, &rxq->bd_dma, in il_rx_queue_alloc()
2615 for (i = 0; i < RX_FREE_BUFFERS + RX_QUEUE_SIZE; i++) in il_rx_queue_alloc()
2627 dma_free_coherent(&il->pci_dev->dev, 4 * RX_QUEUE_SIZE, rxq->bd, in il_rx_queue_alloc()
H A D3945.c2400 il->hw_params.max_rxq_size = RX_QUEUE_SIZE; in il3945_hw_set_hw_params()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c726 rxq->queue_size = RX_QUEUE_SIZE; in iwl_pcie_alloc_rxq_dma()
1104 for (i = 0; i < RX_QUEUE_SIZE; i++) in _iwl_pcie_rx_init()
1143 trans_pcie->num_rx_bufs - 1 : RX_QUEUE_SIZE; in _iwl_pcie_rx_init()
H A Dinternal.h164 struct iwl_rx_mem_buffer *queue[RX_QUEUE_SIZE];
H A Ddrv.c1486 trans_pcie->num_rx_bufs = RX_QUEUE_SIZE; in iwl_pci_probe()