Searched refs:rx_next (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c275 * This function must advance (rrp->rx_next) and write it back to
306 rrp->rx_next = *rrp->prod_index_p;
307 bge_mbx_put(bgep, rrp->chip_mbx_reg, rrp->rx_next);
316 slot = rrp->rx_next;
326 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots);
329 bge_mbx_put(bgep, rrp->chip_mbx_reg, rrp->rx_next);
376 rrp->rx_next = *rrp->prod_index_p;
377 bge_mbx_put(bgep, rrp->chip_mbx_reg, rrp->rx_next);
387 slot = rrp->rx_next;
397 rrp->rx_next
[all...]
H A Dbge_impl.h447 * (rx_next).
452 uint64_t rx_next; /* next slot to examine */ member in struct:recv_ring
H A Dbge_main2.c281 rrp->rx_next = 0;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c324 uint32_t rx_next; local
356 rx_next = rx_data->rbd_next;
358 current_rbd = &rx_data->rbd_ring[rx_next];
399 mp = igb_rx_bind(rx_data, rx_next, pkt_len);
402 mp = igb_rx_copy(rx_data, rx_next, pkt_len);
423 current_rcb = rx_data->work_list[rx_next];
427 rx_next = NEXT_INDEX(rx_next, 1, rx_data->ring_size);
439 current_rbd = &rx_data->rbd_ring[rx_next];
445 rx_data->rbd_next = rx_next;
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c468 ixgbe_lro_get_start(ixgbe_rx_data_t *rx_data, uint32_t rx_next) argument
474 rx_control_block_t *current_rcb = rx_data->work_list[rx_next];
491 ixgbe_lro_get_first(ixgbe_rx_data_t *rx_data, uint32_t rx_next) argument
497 while ((!current_rcb->lro_pkt) && (lro_first != rx_next)) {
549 uint32_t rx_next; local
589 rx_next = rx_data->rbd_next;
590 current_rbd = &rx_data->rbd_ring[rx_next];
619 if (rx_data->work_list[rx_next]->
623 rx_next);
635 = rx_next;
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c102 goto rx_next;
106 goto rx_next; /* should ignore? */
117 goto rx_next;
134 goto rx_next;
138 goto rx_next;
144 rx_next:
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c412 r1 = r1->rx_next;
617 rs->rs_rxlist->rx_pnext = &rxp->rx_next;
620 rxp->rx_next = rs->rs_rxlist;
1072 for (rx = rs->rs_rxlist; rx != NULL; rx = rx->rx_next)
1104 if (rx->rx_next != NULL)
1105 rx->rx_next->rx_pnext = rx->rx_pnext;
1107 *rx->rx_pnext = rx->rx_next;
H A Dip_proxy.h426 struct rpcb_xact *rx_next; member in struct:rpcb_xact
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c42 { 1, "rx_next" },
74 (knp++)->value.ui64 = rgep->rx_next;
H A Drge_rxtx.c329 slot = rgep->rx_next;
350 rgep->rx_next = slot;
H A Drge.h431 uint32_t rx_next; /* current rx bd index */ member in struct:rge
H A Drge_main.c367 rgep->rx_next = 0;
533 rgep->rx_next = 0;
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h438 uint32_t rx_next; member in struct:rtw_softc
H A Drtw.c1083 rsc->rx_next = 0;
1380 rsc->rx_next = 0;
2578 next = rsc->rx_next;
2689 rsc->rx_next = next;
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c586 goto rx_next;
593 goto rx_next;
613 goto rx_next;
635 rx_next:

Completed in 376 milliseconds