Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h584 struct ath_rx_edma sc_rxedma[HAL_NUM_RX_QUEUES]; /* HP/LP queues */
585 ath_bufhead sc_rx_rxlist[HAL_NUM_RX_QUEUES]; /* deferred RX completion */
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h248 #define HAL_NUM_RX_QUEUES 2 /* max possible # of queues */ macro