| /src/sys/dev/ic/ |
| lan9118.c | 1031 uint32_t tx_fifo_inf, tx_status; local 1043 tx_status = bus_space_read_4(sc->sc_iot, sc->sc_ioh, 1045 DPRINTFN(3, ("%s: tx_status=0x%x\n", __func__, tx_status)); 1046 if (tx_status & LAN9118_TXS_ES) { 1047 if (tx_status & LAN9118_TXS_LOC) 1050 if ((tx_status & LAN9118_TXS_NC) && !fdx) 1052 if (tx_status & LAN9118_TXS_LCOL) 1055 if (tx_status & LAN9118_TXS_ECOL) { 1061 if (LAN9118_TXS_COLCNT(tx_status) != 0 [all...] |
| smc91cxx.c | 863 uint16_t packetno, tx_status, card_stats; local 945 tx_status = bus_space_read_2(bst, bsh, DATA_REG_W); 947 if (tx_status & EPHSR_TX_SUC) { 956 if (tx_status & EPHSR_LATCOL)
|
| /src/sys/external/bsd/dwc2/dist/ |
| dwc2_hcd.c | 1083 u32 tx_status; local 1094 tx_status = DWC2_READ_4(hsotg, HPTXSTS); 1095 qspcavail = (tx_status & TXSTS_QSPCAVAIL_MASK) >> 1097 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> 1109 tx_status = DWC2_READ_4(hsotg, HPTXSTS); 1110 qspcavail = (tx_status & TXSTS_QSPCAVAIL_MASK) >> 1138 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) >> 1169 tx_status = DWC2_READ_4(hsotg, HPTXSTS); 1170 qspcavail = (tx_status & TXSTS_QSPCAVAIL_MASK) >> 1172 fspcavail = (tx_status & TXSTS_FSPCAVAIL_MASK) > 1223 u32 tx_status; local [all...] |
| /src/sys/dev/pcmcia/ |
| if_xi.c | 274 uint16_t tx_status, recvcount = 0, tempint; local 307 tx_status = 309 tx_status |= 313 DPRINTF(XID_INTR, ("xi: rx_status=%02x tx_status=%04x\n", rx_status, 314 tx_status)); 365 if ((tx_status & EXCESSIVE_COLL) /* XXX && ifp->if_opackets > 0 */) { 371 if ((tx_status & TX_ABORT) /* && XXX ifp->if_opackets > 0 */) 375 rnd_add_uint32(&sc->sc_rnd_source, tx_status);
|
| /src/sys/dev/pci/ |
| if_bwfm_pci.h | 227 uint16_t tx_status; member in struct:msgbuf_tx_status
|
| /src/sys/dev/usb/ |
| motg.c | 594 uint16_t rx_status, tx_status; local 608 tx_status = sc->sc_intr_tx_ep; 689 tx_status |= UREAD2(sc, MUSB2_REG_INTTX); 692 if (tx_status & 0x01) 697 if (tx_status & (0x01 << i))
|