Home
last modified time | relevance | path

Searched refs:RxQueue (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c1501 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingPoll()
1551 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingStart()
1577 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRingStat()
1604 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingIntrEnable()
1629 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingIntrDisable()
1657 RxQueue * pRxQ; in BnxeFillRing()
H A Dbnxe.h434 } RxQueue; typedef
660 RxQueue rxq[MAX_ETH_CONS];
H A Dbnxe_intr.c151 RxQueue * pRxQ = &pUM->rxq[idx]; in BnxeIntrIguSbEnable()
193 RxQueue * pRxQ = &pUM->rxq[idx]; in BnxeIntrIguSbDisable()
H A Dbnxe_rx.c278 RxQueue * pRxQ; in BnxeRxRingProcess()
H A Dbnxe_fcoe.c1337 RxQueue * pRxQ = &pUM->rxq[FCOE_CID(&pUM->lm_dev)]; in BnxeFcoePrvPoll()