Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_rge.c883 q->q_rx.rge_head = NULL; in rge_stop()
884 q->q_rx.rge_tail = &q->q_rx.rge_head; in rge_stop()
1084 &q->q_rx.rge_rx_listseg, 1, &q->q_rx.rge_rx_listnseg, in rge_allocmem()
1197 q->q_rx.rge_rxq_prodidx = q->q_rx.rge_rxq_considx = 0; in rge_rx_list_init()
1198 q->q_rx.rge_head = NULL; in rge_rx_list_init()
1199 q->q_rx.rge_tail = &q->q_rx.rge_head; in rge_rx_list_init()
1285 q->q_rx.rge_tail = &q->q_rx.rge_head; in rge_rxeof()
1295 *q->q_rx.rge_tail = m; in rge_rxeof()
1301 m = q->q_rx.rge_head; in rge_rxeof()
1308 q->q_rx.rge_tail = &q->q_rx.rge_head; in rge_rxeof()
[all …]
H A Dif_aq_pci.c950 struct aq_rxring q_rx; member
1426 struct aq_rxring *rx = &aq->q_rx; in aq_attach()
3036 aq_rx_fill(sc, &q->q_rx); in aq_refill()
3335 clear |= (1 << aq->q_rx.rx_irq); in aq_intr_queue()
3336 aq_rxeof(sc, &aq->q_rx); in aq_intr_queue()
3378 aq_rxeof(sc, &aq->q_rx); in aq_intr()
3380 (1 << aq->q_rx.rx_irq)); in aq_intr()
3416 rx = &aq->q_rx; in aq_queue_up()
3515 rx = &aq->q_rx; in aq_queue_down()
3520 aq_rxring_reset(sc, &aq->q_rx, 0); in aq_queue_down()
[all …]
H A Dif_bnxt.c222 struct bnxt_rx_queue q_rx; member
667 struct bnxt_rx_queue *rx = &bq->q_rx; in bnxt_attach()
784 struct bnxt_rx_queue *rx = &bq->q_rx; in bnxt_queue_up()
1008 struct bnxt_rx_queue *rx = &bq->q_rx; in bnxt_queue_down()
1175 timeout_del_barrier(&sc->sc_queues[i].q_rx.rx_refill); in bnxt_down()
1302 ifr[(i * 2)].ifr_info = sc->sc_queues[i].q_rx.rxr[0]; in bnxt_rxrinfo()
1305 ifr[(i * 2) + 1].ifr_info = sc->sc_queues[i].q_rx.rxr[1]; in bnxt_rxrinfo()
1596 struct bnxt_rx_queue *rx = &q->q_rx; in bnxt_intr()
2224 struct bnxt_rx_queue *rx = &q->q_rx; in bnxt_rx_fill()
2245 struct bnxt_rx_queue *rx = &q->q_rx; in bnxt_rx_fill_ag()
[all …]
H A Dif_rgereg.h357 struct rge_rx q_rx; member
H A Dif_mcx.c2338 struct mcx_rx q_rx; member
2979 struct mcx_rx *rx = &q->q_rx; in mcx_attach()
7004 struct mcx_rx *rx = &q->q_rx; in mcx_process_cq()
7199 rx = &q->q_rx; in mcx_queue_up()
7406 rqns[i] = sc->sc_queues[i].q_rx.rx_rqn; in mcx_up()
7423 if (mcx_create_tir_direct(sc, &sc->sc_queues[0].q_rx, in mcx_up()
7441 rx = &q->q_rx; in mcx_up()
7544 struct mcx_rx *rx = &q->q_rx; in mcx_down()
7759 struct mcx_rx *rx = &sc->sc_queues[i].q_rx; in mcx_rxrinfo()
8826 if (mcx_query_rq(sc, &q->q_rx, &u.rq) != 0) { in mcx_kstat_queue_read()
[all …]