Searched refs:RX_QUEUE_SIZE (Results 1 – 6 of 6) sorted by relevance
564 #define RX_QUEUE_SIZE 256 macro
95 #define RX_QUEUE_SIZE 64 macro918 RX_QUEUE_SIZE, /* xchan requests queue size */ in setup_xdma()
125 * There can be up to (RX_QUEUE_SIZE - 1) free slots, to avoid ambiguity in iwl_rxq_space() 127 * The following is equivalent to modulo by RX_QUEUE_SIZE and is well in iwl_rxq_space() 730 rxq->queue_size = RX_QUEUE_SIZE;1113 for (i = 0; i < RX_QUEUE_SIZE; i++)1152 trans_pcie->num_rx_bufs - 1 : RX_QUEUE_SIZE;
164 struct iwl_rx_mem_buffer *queue[RX_QUEUE_SIZE];
1521 trans_pcie->num_rx_bufs = RX_QUEUE_SIZE; in iwl_pci_suspend()
78 #define RX_QUEUE_SIZE 16 macro