Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Denic_txrx.c177 unsigned int cq_wq; in enic_isc_txd_credits_update() local
185 cq_wq = enic_cq_wq(enic, txqid); in enic_isc_txd_credits_update()
186 cq = &enic->cq[cq_wq]; in enic_isc_txd_credits_update()
H A Dif_enic.c735 unsigned int cq_wq; in enic_tx_queues_alloc() local
738 cq_wq = enic_cq_wq(&softc->enic, q); in enic_tx_queues_alloc()
739 cq = &softc->enic.cq[cq_wq]; in enic_tx_queues_alloc()
760 cq->index = cq_wq; in enic_tx_queues_alloc()
915 unsigned int cq_wq, cq_rq; in enic_stop() local
940 cq_wq = enic_cq_wq(&softc->enic, index); in enic_stop()
941 cq = &softc->enic.cq[cq_wq]; in enic_stop()