Home
last modified time | relevance | path

Searched refs:rx_cons (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/sis/
H A Dif_sis.c1488 int prog, rx_cons, rx_npkts = 0, total_len; in sis_rxeof() local
1496 rx_cons = sc->sis_rx_cons; in sis_rxeof()
1500 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) { in sis_rxeof()
1508 cur_rx = &sc->sis_rx_list[rx_cons]; in sis_rxeof()
1512 rxd = &sc->sis_rxdesc[rx_cons]; in sis_rxeof()
1556 sc->sis_rx_cons = rx_cons; in sis_rxeof()
/freebsd/sys/dev/age/
H A Dif_age.c2307 int rx_cons; in age_rxeof() local
2314 rx_cons = AGE_RX_CONS(index); in age_rxeof()
2335 AGE_DESC_INC(rx_cons, AGE_RX_RING_CNT)) { in age_rxeof()
2336 rxd = &sc->age_cdata.age_rxdesc[rx_cons]; in age_rxeof()
/freebsd/sys/dev/bge/
H A Dif_bge.c4304 uint16_t rx_cons; in bge_rxeof() local
4306 rx_cons = sc->bge_rx_saved_considx; in bge_rxeof()
4309 if (rx_cons == rx_prod) in bge_rxeof()
4324 while (rx_cons != rx_prod) { in bge_rxeof()
4339 cur_rx = &sc->bge_ldata.bge_rx_return_ring[rx_cons]; in bge_rxeof()
4342 BGE_INC(rx_cons, sc->bge_return_ring_cnt); in bge_rxeof()
4427 sc->bge_rx_saved_considx = rx_cons; in bge_rxeof()
/freebsd/sys/dev/bce/
H A Dif_bce.c5717 sc->rx_cons = 0; in bce_init_rx_chain()
6428 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
6446 sw_rx_cons = sc->rx_cons; in bce_rx_intr()
6712 sc->rx_cons = sw_rx_cons; in bce_rx_intr()
6720 sw_rx_cons = sc->rx_cons; in bce_rx_intr()
6736 sc->rx_cons = sw_rx_cons; in bce_rx_intr()
6752 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr()
10736 "index\n", sc->rx_cons, (u16) RX_CHAIN_IDX(sc->rx_cons)); in bce_dump_driver_state()
H A Dif_bcereg.h6447 u16 rx_cons; member
/freebsd/sys/dev/alc/
H A Dif_alc.c3672 int count, nsegs, rx_cons; in alc_rxeof() local
3677 rx_cons = RRD_RD_IDX(rdinfo); in alc_rxeof()
3701 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) { in alc_rxeof()
3702 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons]; in alc_rxeof()