Home
last modified time | relevance | path

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

/freebsd/sys/dev/et/
H A Dif_et.c2032 uint32_t rxstat_pos, rxring_pos; in et_rxeof() local
2128 rxring_pos = rx_ring->rr_index & ET_RX_RING_POS_INDEX_MASK; in et_rxeof()
2130 rxring_pos |= ET_RX_RING_POS_WRAP; in et_rxeof()
2131 CSR_WRITE_4(sc, rx_ring->rr_posreg, rxring_pos); in et_rxeof()