HomeSort by: relevance | last modified time | path
    Searched defs:rxevnt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
if_iy.c 1067 u_int rxadrs, rxevnt, rxstatus, rxnext, rxlen; local in function:iy_intr_rx
1074 rxevnt = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
1077 while (rxevnt == RCV_DONE) {
1107 rxevnt = le16toh(bus_space_read_stream_2(iot, ioh,
if_iy.c 1067 u_int rxadrs, rxevnt, rxstatus, rxnext, rxlen; local in function:iy_intr_rx
1074 rxevnt = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
1077 while (rxevnt == RCV_DONE) {
1107 rxevnt = le16toh(bus_space_read_stream_2(iot, ioh,
if_iy.c 1067 u_int rxadrs, rxevnt, rxstatus, rxnext, rxlen; local in function:iy_intr_rx
1074 rxevnt = le16toh(bus_space_read_stream_2(iot, ioh, MEM_PORT_REG));
1077 while (rxevnt == RCV_DONE) {
1107 rxevnt = le16toh(bus_space_read_stream_2(iot, ioh,

Completed in 36 milliseconds