Searched refs:rxbufpos (Results 1 – 1 of 1) sorted by relevance
1109 uint8_t *rxbufpos; in rl_rxeof() local1141 rxbufpos = sc->rl_cdata.rl_rx_buf + cur_rx; in rl_rxeof()1142 rxstat = le32toh(*(uint32_t *)rxbufpos); in rl_rxeof()1184 rxbufpos = sc->rl_cdata.rl_rx_buf + in rl_rxeof()1186 if (rxbufpos == (sc->rl_cdata.rl_rx_buf + RL_RXBUFLEN)) in rl_rxeof()1187 rxbufpos = sc->rl_cdata.rl_rx_buf; in rl_rxeof()1189 wrap = (sc->rl_cdata.rl_rx_buf + RL_RXBUFLEN) - rxbufpos; in rl_rxeof()1191 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()1198 m = m_devget(rxbufpos, total_len, RL_ETHER_ALIGN, ifp, in rl_rxeof()