/src/sys/dev/isa/ |
if_iy.c | 1119 u_int txstatus, txstat2, txlen, txnext; local in function:iy_intr_tx 1133 txstat2 = le16toh(bus_space_read_stream_2(iot, ioh, 1146 "\014LTCOL\016TX_OK\020COLL", txstat2); 1158 if (txstat2 & 0x0020) 1161 if_statadd(ifp, if_collisions, txstat2 & 0x000f); 1163 if ((txstat2 & 0x2000) == 0)
|
if_iy.c | 1119 u_int txstatus, txstat2, txlen, txnext; local in function:iy_intr_tx 1133 txstat2 = le16toh(bus_space_read_stream_2(iot, ioh, 1146 "\014LTCOL\016TX_OK\020COLL", txstat2); 1158 if (txstat2 & 0x0020) 1161 if_statadd(ifp, if_collisions, txstat2 & 0x000f); 1163 if ((txstat2 & 0x2000) == 0)
|
if_iy.c | 1119 u_int txstatus, txstat2, txlen, txnext; local in function:iy_intr_tx 1133 txstat2 = le16toh(bus_space_read_stream_2(iot, ioh, 1146 "\014LTCOL\016TX_OK\020COLL", txstat2); 1158 if (txstat2 & 0x0020) 1161 if_statadd(ifp, if_collisions, txstat2 & 0x000f); 1163 if ((txstat2 & 0x2000) == 0)
|
if_iy.c | 1119 u_int txstatus, txstat2, txlen, txnext; local in function:iy_intr_tx 1133 txstat2 = le16toh(bus_space_read_stream_2(iot, ioh, 1146 "\014LTCOL\016TX_OK\020COLL", txstat2); 1158 if (txstat2 & 0x0020) 1161 if_statadd(ifp, if_collisions, txstat2 & 0x000f); 1163 if ((txstat2 & 0x2000) == 0)
|