Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-fh.h564 #define RX_QUEUE_SIZE 256 macro
/freebsd/sys/dev/xilinx/
H A Dif_xae.c95 #define RX_QUEUE_SIZE 64 macro
918 RX_QUEUE_SIZE, /* xchan requests queue size */ in setup_xdma()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c125 * 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;
H A Dinternal.h164 struct iwl_rx_mem_buffer *queue[RX_QUEUE_SIZE];
H A Ddrv.c1521 trans_pcie->num_rx_bufs = RX_QUEUE_SIZE; in iwl_pci_suspend()
/freebsd/sys/dev/flash/
H A Dcqspi.c78 #define RX_QUEUE_SIZE 16 macro