Searched refs:rx_cons (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/sis/ |
H A D | if_sis.c | 1481 int prog, rx_cons, rx_npkts = 0, total_len; in sis_rxeof() local 1489 rx_cons = sc->sis_rx_cons; in sis_rxeof() 1493 SIS_INC(rx_cons, SIS_RX_LIST_CNT), prog++) { in sis_rxeof() 1501 cur_rx = &sc->sis_rx_list[rx_cons]; in sis_rxeof() 1505 rxd = &sc->sis_rxdesc[rx_cons]; in sis_rxeof() 1549 sc->sis_rx_cons = rx_cons; in sis_rxeof()
|
/freebsd/sys/dev/age/ |
H A D | if_age.c | 2291 int rx_cons; in age_rxeof() local 2298 rx_cons = AGE_RX_CONS(index); in age_rxeof() 2319 AGE_DESC_INC(rx_cons, AGE_RX_RING_CNT)) { in age_rxeof() 2320 rxd = &sc->age_cdata.age_rxdesc[rx_cons]; in age_rxeof()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 4290 uint16_t rx_cons; in bge_rxeof() local 4292 rx_cons = sc->bge_rx_saved_considx; in bge_rxeof() 4295 if (rx_cons == rx_prod) in bge_rxeof() 4310 while (rx_cons != rx_prod) { in bge_rxeof() 4325 cur_rx = &sc->bge_ldata.bge_rx_return_ring[rx_cons]; in bge_rxeof() 4328 BGE_INC(rx_cons, sc->bge_return_ring_cnt); in bge_rxeof() 4413 sc->bge_rx_saved_considx = rx_cons; in bge_rxeof()
|
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 5700 sc->rx_cons = 0; in bce_init_rx_chain() 6411 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr() 6429 sw_rx_cons = sc->rx_cons; in bce_rx_intr() 6695 sc->rx_cons = sw_rx_cons; in bce_rx_intr() 6703 sw_rx_cons = sc->rx_cons; in bce_rx_intr() 6719 sc->rx_cons = sw_rx_cons; in bce_rx_intr() 6735 __FUNCTION__, sc->rx_prod, sc->rx_cons, sc->rx_prod_bseq); in bce_rx_intr() 10719 "index\n", sc->rx_cons, (u16) RX_CHAIN_IDX(sc->rx_cons)); in bce_dump_driver_state()
|
H A D | if_bcereg.h | 6447 u16 rx_cons; member
|
/freebsd/sys/dev/alc/ |
H A D | if_alc.c | 3656 int count, nsegs, rx_cons; in alc_rxeof() local 3661 rx_cons = RRD_RD_IDX(rdinfo); in alc_rxeof() 3685 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) { in alc_rxeof() 3686 rxd = &sc->alc_cdata.alc_rxdesc[rx_cons]; in alc_rxeof()
|