Home
last modified time | relevance | path

Searched refs:RX_QUEUE_SIZE (Results 1 – 7 of 7) 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.c92 #define RX_QUEUE_SIZE 64 macro
904 RX_QUEUE_SIZE, /* xchan requests queue size */ in setup_xdma()
/freebsd/sys/dev/altera/atse/
H A Dif_atse.c92 #define RX_QUEUE_SIZE 4096 macro
1333 RX_QUEUE_SIZE, /* xchan requests queue size */ in atse_attach()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c730 rxq->queue_size = RX_QUEUE_SIZE;
1108 for (i = 0; i < RX_QUEUE_SIZE; i++)
1147 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.c1469 trans_pcie->num_rx_bufs = RX_QUEUE_SIZE; in iwl_pci_probe()
/freebsd/sys/dev/flash/
H A Dcqspi.c78 #define RX_QUEUE_SIZE 16 macro