Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxgb/
H A Dqla_isr.c214 uint32_t rx_next; in qla_replenish_normal_rx() local
219 rx_next = ha->hw.rx_next; in qla_replenish_normal_rx()
237 ha->hw.rx_next++; in qla_replenish_normal_rx()
238 if (ha->hw.rx_next == NUM_RX_DESCRIPTORS) in qla_replenish_normal_rx()
239 ha->hw.rx_next = 0; in qla_replenish_normal_rx()
254 if (rx_next != ha->hw.rx_next) { in qla_replenish_normal_rx()
255 QL_UPDATE_RDS_PRODUCER_INDEX(ha, 0, ha->hw.rx_next); in qla_replenish_normal_rx()
H A Dqla_hw.h778 volatile uint32_t rx_next; /* next standard rcv ring to arm fw */ member
H A Dqla_hw.c1164 ha->hw.rx_next = NUM_RX_DESCRIPTORS - 2; in qla_init_hw_if()
1169 QL_UPDATE_RDS_PRODUCER_INDEX(ha, 0, ha->hw.rx_next); in qla_init_hw_if()
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c891 uint32_t rx_next; in qla_replenish_normal_rx() local
899 rx_next = rdesc->rx_next; in qla_replenish_normal_rx()
917 rdesc->rx_next++; in qla_replenish_normal_rx()
918 if (rdesc->rx_next == NUM_RX_DESCRIPTORS) in qla_replenish_normal_rx()
919 rdesc->rx_next = 0; in qla_replenish_normal_rx()
934 rdesc->rx_next); in qla_replenish_normal_rx()
935 rx_next = rdesc->rx_next; in qla_replenish_normal_rx()
940 if (rx_next != rdesc->rx_next) { in qla_replenish_normal_rx()
942 rdesc->rx_next); in qla_replenish_normal_rx()
H A Dql_ioctl.h128 uint32_t rx_next; /* next standard rcv ring to arm fw */; member
H A Dql_ioctl.c434 rx_state->rx_next = ha->hw.rds[i].rx_next; in ql_get_rx_state()
H A Dql_hw.h1547 volatile uint32_t rx_next; /* next standard rcv ring to arm fw */ member
H A Dql_hw.c2928 rdesc->rx_next = NUM_RX_DESCRIPTORS - 2; in ql_init_hw_if()
2932 rdesc->rx_next); in ql_init_hw_if()
/freebsd/sys/dev/qlxge/
H A Dqls_isr.c140 rxb = &rxr->rx_buf[rxr->rx_next]; in qls_rx_comp()
217 rxr->rx_next++; in qls_rx_comp()
219 if (rxr->rx_next == NUM_RX_DESCRIPTORS) in qls_rx_comp()
220 rxr->rx_next = 0; in qls_rx_comp()
H A Dqls_def.h181 uint32_t rx_next; member
H A Dqls_hw.c1119 rxr->rx_free = rxr->rx_next = 0; in qls_init_comp_queue()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_rpcb_pxy.c378 r1 = r1->rx_next; in ipf_p_rpcb_flush()
573 rs->rs_rxlist->rx_pnext = &rxp->rx_next; in ipf_p_rpcb_insert()
576 rxp->rx_next = rs->rs_rxlist; in ipf_p_rpcb_insert()
1007 for (rx = rs->rs_rxlist; rx != NULL; rx = rx->rx_next) in ipf_p_rpcb_lookup()
1036 if (rx->rx_next != NULL) in ipf_p_rpcb_deref()
1037 rx->rx_next->rx_pnext = rx->rx_pnext; in ipf_p_rpcb_deref()
1039 *rx->rx_pnext = rx->rx_next; in ipf_p_rpcb_deref()
H A Dip_proxy.h419 struct rpcb_xact *rx_next; member
/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h118 struct fxp_rx *rx_next; member
H A Dif_fxp.c1950 sc->fxp_desc.rx_head = rxp->rx_next; in fxp_intr_body()
2704 p_rx->rx_next = rxp; in fxp_add_rfabuf()
2710 rxp->rx_next = NULL; in fxp_add_rfabuf()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c780 goto rx_next; in ath_rx_pkt()
800 goto rx_next; in ath_rx_pkt()
905 goto rx_next; in ath_rx_pkt()
1045 rx_next: in ath_rx_pkt()
/freebsd/sys/dev/malo/
H A Dif_malo.c1989 goto rx_next; in malo_rx_proc()
2028 goto rx_next; in malo_rx_proc()
2068 rx_next: in malo_rx_proc()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2670 goto rx_next; in mwl_rx_proc()
2711 goto rx_next; in mwl_rx_proc()
2809 rx_next: in mwl_rx_proc()