Home
last modified time | relevance | path

Searched refs:pg_cons (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c5855 sc->pg_cons = 0; in bce_init_pg_chain()
6431 sw_pg_cons = sc->pg_cons; in bce_rx_intr()
6697 sc->pg_cons = sw_pg_cons; in bce_rx_intr()
6705 sw_pg_cons = sc->pg_cons; in bce_rx_intr()
6715 sc->pg_cons = sw_pg_cons; in bce_rx_intr()
10739 "index\n", sc->pg_cons, (u16) PG_CHAIN_IDX(sc->pg_cons)); in bce_dump_driver_state()
H A Dif_bcereg.h6461 u16 pg_cons; member