Searched refs:age_rx_cons (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_age.c1421 sc->age_cdata.age_rx_cons += nsegs;
1422 sc->age_cdata.age_rx_cons %= AGE_RX_RING_CNT;
1533 sc->age_cdata.age_rx_cons += nsegs;
1534 sc->age_cdata.age_rx_cons %= AGE_RX_RING_CNT;
1536 sc->age_cdata.age_rx_cons = rx_cons;
2169 sc->age_cdata.age_rx_cons = AGE_RX_RING_CNT - 1;
H A Dif_agereg.h715 int age_rx_cons; member in struct:age_chain_data
867 (((_sc)->age_cdata.age_rx_cons << MBOX_RD_PROD_IDX_SHIFT) & \

Completed in 206 milliseconds