Home
last modified time | relevance | path

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

/freebsd/sys/dev/rl/
H A Dif_rl.c1110 uint8_t *rxbufpos; in rl_rxeof() local
1142 rxbufpos = sc->rl_cdata.rl_rx_buf + cur_rx; in rl_rxeof()
1143 rxstat = le32toh(*(uint32_t *)rxbufpos); in rl_rxeof()
1185 rxbufpos = sc->rl_cdata.rl_rx_buf + in rl_rxeof()
1187 if (rxbufpos == (sc->rl_cdata.rl_rx_buf + RL_RXBUFLEN)) in rl_rxeof()
1188 rxbufpos = sc->rl_cdata.rl_rx_buf; in rl_rxeof()
1190 wrap = (sc->rl_cdata.rl_rx_buf + RL_RXBUFLEN) - rxbufpos; in rl_rxeof()
1192 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()
1199 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()