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

/freebsd-10.2-release/sys/dev/qlxgb/
H A Dqla_isr.c212 uint32_t rx_next; local
217 rx_next = ha->hw.rx_next;
235 ha->hw.rx_next++;
236 if (ha->hw.rx_next == NUM_RX_DESCRIPTORS)
237 ha->hw.rx_next = 0;
252 if (rx_next != ha->hw.rx_next) {
253 QL_UPDATE_RDS_PRODUCER_INDEX(ha, 0, ha->hw.rx_next);
H A Dqla_hw.h784 volatile uint32_t rx_next; /* next standard rcv ring to arm fw */ member in struct:_qla_hw
H A Dqla_hw.c1178 ha->hw.rx_next = NUM_RX_DESCRIPTORS - 2;
1183 QL_UPDATE_RDS_PRODUCER_INDEX(ha, 0, ha->hw.rx_next);
/freebsd-10.2-release/sys/dev/qlxge/
H A Dqls_isr.c141 rxb = &rxr->rx_buf[rxr->rx_next];
217 rxr->rx_next++;
219 if (rxr->rx_next == NUM_RX_DESCRIPTORS)
220 rxr->rx_next = 0;
H A Dqls_def.h183 uint32_t rx_next; member in struct:qla_rx_ring
H A Dqls_hw.c1133 rxr->rx_free = rxr->rx_next = 0;
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_isr.c839 uint32_t rx_next; local
847 rx_next = rdesc->rx_next;
865 rdesc->rx_next++;
866 if (rdesc->rx_next == NUM_RX_DESCRIPTORS)
867 rdesc->rx_next = 0;
882 rdesc->rx_next);
883 rx_next = rdesc->rx_next;
888 if (rx_next !
[all...]
H A Dql_hw.h1474 volatile uint32_t rx_next; /* next standard rcv ring to arm fw */ member in struct:_qla_rdesc
H A Dql_hw.c2201 rdesc->rx_next = NUM_RX_DESCRIPTORS - 2;
2205 rdesc->rx_next);
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c391 r1 = r1->rx_next;
594 rs->rs_rxlist->rx_pnext = &rxp->rx_next;
597 rxp->rx_next = rs->rs_rxlist;
1049 for (rx = rs->rs_rxlist; rx != NULL; rx = rx->rx_next)
1080 if (rx->rx_next != NULL)
1081 rx->rx_next->rx_pnext = rx->rx_pnext;
1083 *rx->rx_pnext = rx->rx_next;
H A Dip_proxy.h422 struct rpcb_xact *rx_next; member in struct:rpcb_xact
/freebsd-10.2-release/sys/dev/fxp/
H A Dif_fxpvar.h118 struct fxp_rx *rx_next; member in struct:fxp_rx
H A Dif_fxp.c1953 sc->fxp_desc.rx_head = rxp->rx_next;
2707 p_rx->rx_next = rxp;
2713 rxp->rx_next = NULL;
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_rx.c638 goto rx_next;
659 goto rx_next;
767 goto rx_next;
866 rx_next:
/freebsd-10.2-release/sys/dev/malo/
H A Dif_malo.c2095 goto rx_next;
2134 goto rx_next;
2184 rx_next:
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c2781 goto rx_next;
2822 goto rx_next;
2930 rx_next:

Completed in 283 milliseconds