HomeSort by: relevance | last modified time | path
    Searched refs:age_rx_cons (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_age.c 1405 rx_cons = AGE_RX_CONS(index);
1421 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;
if_agereg.h 593 #define AGE_RX_CONS(x) \
715 int age_rx_cons; member in struct:age_chain_data
867 (((_sc)->age_cdata.age_rx_cons << MBOX_RD_PROD_IDX_SHIFT) & \

Completed in 16 milliseconds