if_iy.c | 1067 u_int rxadrs, rxevnt, rxstatus, rxnext, rxlen; local in function:iy_intr_rx 1075 rxnext = 0; 1080 rxnext = le16toh(bus_space_read_stream_2(iot, ioh, 1093 device_xname(sc->sc_dev), rxadrs, sbuf, rxnext, 1103 rxnext == 0 ? sc->rx_size - 2 : rxnext - 2); 1105 bus_space_write_2(iot, ioh, HOST_ADDR_REG, rxnext); 1106 rxadrs = rxnext; 1110 sc->rx_start = rxnext;
|