Home
last modified time | relevance | path

Searched refs:HAL_NUM_RX_QUEUES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_athvar.h575 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */
576 ath_bufhead sc_rx_rxlist[HAL_NUM_RX_QUEUES]; /* deferred RX completion */
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h261 #define HAL_NUM_RX_QUEUES 2 /* max possible # of queues */ macro