Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c1482 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingPoll()
1532 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingStart()
1558 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRingStat()
1585 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingIntrEnable()
1610 RxQueue * pRxQ = (RxQueue *)ringHandle; in BnxeRxRingIntrDisable()
1638 RxQueue * pRxQ; in BnxeFillRing()
H A Dbnxe.h435 } RxQueue; typedef
661 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()