Lines Matching refs:lo
357 int hi, lo; in dchan_receive() local
360 lo = IWIC_READ(sc, D_RBCL); in dchan_receive()
362 total_frame_len = D_RBC(hi, lo); in dchan_receive()
363 lo = lo & 0x3f; in dchan_receive()
365 if (lo == 0) in dchan_receive()
366 lo = IWIC_DCHAN_FIFO_LEN; in dchan_receive()
370 dchan_get_mbuf(sc, lo); in dchan_receive()
372 else if ((sc->sc_dchan.ibuf_len + lo) > in dchan_receive()
378 IWIC_RDDFIFO(sc, sc->sc_dchan.ibuf_ptr, lo); in dchan_receive()
379 sc->sc_dchan.ibuf_len += lo; in dchan_receive()
380 sc->sc_dchan.rx_count += lo; in dchan_receive()