Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c550 uint32_t rx_next; in ixgbe_ring_rx() local
590 rx_next = rx_data->rbd_next; in ixgbe_ring_rx()
591 current_rbd = &rx_data->rbd_ring[rx_next]; in ixgbe_ring_rx()
620 if (rx_data->work_list[rx_next]-> in ixgbe_ring_rx()
624 rx_next); in ixgbe_ring_rx()
636 = rx_next; in ixgbe_ring_rx()
637 rx_data->work_list[rx_next]->lro_next = in ixgbe_ring_rx()
639 rx_data->work_list[rx_next]->lro_pkt = in ixgbe_ring_rx()
699 current_rcb = rx_data->work_list[rx_next]; in ixgbe_ring_rx()
712 rx_next = NEXT_INDEX(rx_next, 1, rx_data->ring_size); in ixgbe_ring_rx()
[all …]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c324 uint32_t rx_next; in igb_rx() local
356 rx_next = rx_data->rbd_next; in igb_rx()
358 current_rbd = &rx_data->rbd_ring[rx_next]; in igb_rx()
399 mp = igb_rx_bind(rx_data, rx_next, pkt_len); in igb_rx()
402 mp = igb_rx_copy(rx_data, rx_next, pkt_len); in igb_rx()
423 current_rcb = rx_data->work_list[rx_next]; in igb_rx()
427 rx_next = NEXT_INDEX(rx_next, 1, rx_data->ring_size); in igb_rx()
439 current_rbd = &rx_data->rbd_ring[rx_next]; in igb_rx()
445 rx_data->rbd_next = rx_next; in igb_rx()
450 rx_tail = PREV_INDEX(rx_next, 1, rx_data->ring_size); in igb_rx()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c306 rrp->rx_next = *rrp->prod_index_p; in bge_receive_ring()
307 bge_mbx_put(bgep, rrp->chip_mbx_reg, rrp->rx_next); in bge_receive_ring()
316 slot = rrp->rx_next; in bge_receive_ring()
326 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots); in bge_receive_ring()
329 bge_mbx_put(bgep, rrp->chip_mbx_reg, rrp->rx_next); in bge_receive_ring()
376 rrp->rx_next = *rrp->prod_index_p; in bge_poll_ring()
377 bge_mbx_put(bgep, rrp->chip_mbx_reg, rrp->rx_next); in bge_poll_ring()
387 slot = rrp->rx_next; in bge_poll_ring()
397 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots); in bge_poll_ring()
400 bge_mbx_put(bgep, rrp->chip_mbx_reg, rrp->rx_next); in bge_poll_ring()
[all …]
H A Dbge_impl.h452 uint64_t rx_next; /* next slot to examine */ member
H A Dbge_main2.c251 rrp->rx_next = 0; in bge_reinit_recv_ring()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c102 goto rx_next; in arn_rx_prepare()
106 goto rx_next; /* should ignore? */ in arn_rx_prepare()
117 goto rx_next; in arn_rx_prepare()
134 goto rx_next; in arn_rx_prepare()
138 goto rx_next; in arn_rx_prepare()
144 rx_next: in arn_rx_prepare()
/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.h429 struct rpcb_xact *rx_next; member
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c72 (knp++)->value.ui64 = rgep->rx_next; in rge_driverinfo_update()
H A Drge_rxtx.c329 slot = rgep->rx_next; in rge_receive_ring()
350 rgep->rx_next = slot; in rge_receive_ring()
H A Drge.h431 uint32_t rx_next; /* current rx bd index */ member
H A Drge_main.c367 rgep->rx_next = 0; in rge_reinit_recv_ring()
533 rgep->rx_next = 0; in rge_init_recv_ring()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h440 uint32_t rx_next; member
H A Drtw.c1083 rsc->rx_next = 0; in rtw_io_enable()
1380 rsc->rx_next = 0; in rtw_swring_setup()
2578 next = rsc->rx_next; in rtw_intr_rx()
2689 rsc->rx_next = next; in rtw_intr_rx()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c586 goto rx_next; in ath_rx_handler()
593 goto rx_next; in ath_rx_handler()
613 goto rx_next; in ath_rx_handler()
635 rx_next: in ath_rx_handler()