rxbufpos          595 dev/ic/rtl81x9.c 	caddr_t			rxbufpos;
rxbufpos          616 dev/ic/rtl81x9.c 		rxbufpos = sc->rl_cdata.rl_rx_buf + cur_rx;
rxbufpos          617 dev/ic/rtl81x9.c 		rxstat = *(u_int32_t *)rxbufpos;
rxbufpos          670 dev/ic/rtl81x9.c 		rxbufpos = sc->rl_cdata.rl_rx_buf +
rxbufpos          673 dev/ic/rtl81x9.c 		if (rxbufpos == (sc->rl_cdata.rl_rx_buf + RL_RXBUFLEN))
rxbufpos          674 dev/ic/rtl81x9.c 			rxbufpos = sc->rl_cdata.rl_rx_buf;
rxbufpos          676 dev/ic/rtl81x9.c 		wrap = (sc->rl_cdata.rl_rx_buf + RL_RXBUFLEN) - rxbufpos;
rxbufpos          679 dev/ic/rtl81x9.c 			m = m_devget(rxbufpos - ETHER_ALIGN,
rxbufpos          694 dev/ic/rtl81x9.c 			m = m_devget(rxbufpos - ETHER_ALIGN,