| /src/sys/arch/next68k/dev/ |
| mb8795.c | 361 u_char txstat; local in function:mb8795_tint 366 txstat = MB_READ_REG(sc, MB8795_TXSTAT); 370 if ((txstat & MB8795_TXSTAT_READY) || 371 (txstat & MB8795_TXSTAT_TXRECV)) { 386 if (txstat & MB8795_TXSTAT_SHORTED) { 390 if (txstat & MB8795_TXSTAT_UNDERFLOW) { 394 if (txstat & MB8795_TXSTAT_COLLERR) { 398 if (txstat & MB8795_TXSTAT_COLLERR16) { 405 if (txstat & MB8795_TXSTAT_READY) { 408 snprintb(sbuf, sizeof(sbuf), MB8795_TXSTAT_BITS, txstat); 712 u_char txstat; local in function:mb8795_start_dma [all...] |
| enreg.h | 37 unsigned char txstat; /* 0 */ member in struct:en_regs
|
| /src/sys/arch/sandpoint/stand/altboot/ |
| sme.c | 188 unsigned txstat, loop; local in function:sme_send 200 txstat = le32toh(txd->xd0); 201 if (txstat & T0_ES) 203 if ((txstat & T0_OWN) == 0)
|
| kse.c | 191 unsigned txstat, loop; local in function:kse_send 202 txstat = le32toh(txd->xd0); 203 if ((txstat & T0_OWN) == 0)
|
| tlp.c | 206 unsigned txstat, loop; local in function:tlp_send 218 txstat = le32toh(txd->xd0); 219 if ((txstat & T0_OWN) == 0)
|
| /src/sys/arch/mips/atheros/dev/ |
| if_ae.c | 1139 uint32_t txstat; local in function:ae_txintr 1173 txstat = sc->sc_txdescs[txs->txs_lastdesc].ad_status; 1174 if (txstat & ADSTAT_OWN) 1194 if (txstat & ADSTAT_Tx_UF) 1196 if (txstat & ADSTAT_Tx_TO) 1198 if (txstat & ADSTAT_Tx_EC) 1200 if (txstat & ADSTAT_Tx_LC) 1205 if (txstat & (ADSTAT_Tx_UF | ADSTAT_Tx_TO)) 1208 if (txstat & ADSTAT_Tx_EC) 1210 else if (ADSTAT_Tx_COLLISIONS(txstat)) [all...] |
| /src/sys/arch/powerpc/ibm4xx/dev/ |
| if_emac.c | 1255 uint32_t txstat, count; local in function:emac_txreap 1273 txstat = sc->sc_txdescs[txs->txs_lastdesc].md_stat_ctrl; 1274 if (txstat & MAL_TX_READY) 1282 if (txstat & (EMAC_TXS_UR | EMAC_TXS_ED)) 1286 if (txstat & EMAC_TXS_UR) 1290 if (txstat & 1292 if (txstat & EMAC_TXS_EC) 1294 else if (txstat & EMAC_TXS_MC) 1296 else if (txstat & EMAC_TXS_SC) 1298 if (txstat & EMAC_TXS_LC [all...] |
| /src/sys/arch/next68k/stand/boot/ |
| en.c | 130 er->txstat = 0xff; 216 while ((er->txstat & EN_TXS_READY) == 0) 221 er->txstat = 0xff; 254 txs = er->txstat; 257 DPRINTF(("en_put: done txstat=%x.\n", txs));
|
| /src/sys/dev/ic/ |
| rtl81x9.c | 1098 uint32_t txstat; local in function:rtk_txeof 1107 txstat = CSR_READ_4(sc, txd->txd_txstat); 1108 if ((txstat & (RTK_TXSTAT_TX_OK | 1122 (txstat & RTK_TXSTAT_COLLCNT) >> 24); 1124 if (txstat & RTK_TXSTAT_TX_OK) 1133 if (txstat & RTK_TXSTAT_TX_UNDERRUN) { 1149 if (txstat & (RTK_TXSTAT_TXABRT | RTK_TXSTAT_OUTOFWIN))
|
| rtl8169.c | 1442 uint32_t txstat; local in function:re_txeof 1456 txstat = 1459 KASSERT((txstat & RE_TDESC_CMD_EOF) != 0); 1460 if (txstat & RE_TDESC_CMD_OWN) { 1473 if (txstat & (RE_TDESC_STAT_EXCESSCOL | RE_TDESC_STAT_COLCNT)) 1475 if (txstat & RE_TDESC_STAT_TXERRSUM)
|
| atw.c | 3278 uint32_t txstat; local in function:atw_txintr 3319 txstat = le32toh(sc->sc_txdescs[txs->txs_lastdesc].at_stat); 3320 if (txstat & ATW_TXSTAT_OWN) { 3343 (txstat & ATW_TXSTAT_ERRMASK) != 0) { 3345 ATW_TXSTAT_FMT, txstat & ATW_TXSTAT_ERRMASK); 3346 printf("%s: txstat %s %" __PRIuBITS "\n", 3348 __SHIFTOUT(txstat, ATW_TXSTAT_ARC_MASK)); 3356 if (txstat & ATW_TXSTAT_TUF) 3358 if (txstat & ATW_TXSTAT_TLT) 3360 if (txstat & ATW_TXSTAT_TRT [all...] |
| tulip.c | 1405 uint32_t txstat; local in function:tlp_txintr 1440 txstat = le32toh(sc->sc_txdescs[txs->txs_lastdesc].td_status); 1441 if (txstat & TDSTAT_OWN) 1476 if (txstat & TDSTAT_Tx_UF) 1478 if (txstat & TDSTAT_Tx_TO) 1480 if (txstat & TDSTAT_Tx_EC) 1482 if (txstat & TDSTAT_Tx_LC) 1486 if (txstat & (TDSTAT_Tx_UF | TDSTAT_Tx_TO)) 1489 if (txstat & TDSTAT_Tx_EC) 1493 TDSTAT_Tx_COLLISIONS(txstat)); [all...] |
| i82557.c | 1164 uint16_t txstat; local in function:fxp_txintr 1180 txstat = le16toh(txd->txd_txcb.cb_status); 1182 if ((txstat & FXP_CB_STATUS_C) == 0)
|
| gem.c | 2198 int txstat = bus_space_read_4(t, h, GEM_MAC_TX_STATUS); local in function:gem_intr 2199 if (txstat & ~GEM_MAC_TX_XMIT_DONE) 2201 device_xname(sc->sc_dev), txstat); 2202 if (txstat & (GEM_MAC_TX_UNDERRUN | GEM_MAC_TX_PKT_TOO_LONG))
|
| /src/sys/dev/pci/ |
| if_ste.c | 892 uint8_t txstat; local in function:ste_intr 919 txstat = bus_space_read_1(sc->sc_st, sc->sc_sh, 921 if ((txstat & TS_TxComplete) == 0) 923 if (txstat & TS_TxUnderrun) { 940 if (txstat & TS_TxReleaseError) { 945 if (txstat & TS_MaxCollisions) { 950 if (txstat & TS_TxStatusOverflow) {
|
| if_vr.c | 838 uint32_t txstat; local in function:vr_txeof 853 txstat = le32toh(d->vr_status); 855 if (txstat & (VR_TXSTAT_ABRT | VR_TXSTAT_UDF)) { 873 if (txstat & VR_TXSTAT_OWN) 883 if (txstat & VR_TXSTAT_ERRSUM) { 885 if (txstat & VR_TXSTAT_DEFER) 887 if (txstat & VR_TXSTAT_LATECOLL) 892 (txstat & VR_TXSTAT_COLLCNT) >> 3);
|
| if_vge.c | 1366 uint32_t txstat; local in function:vge_txeof 1376 txstat = le32toh(sc->sc_txdescs[idx].td_sts); 1378 if (txstat & VGE_TDSTS_OWN) { 1389 if (txstat & (VGE_TDSTS_EXCESSCOLL | VGE_TDSTS_COLL)) 1391 if (txstat & VGE_TDSTS_TXERR)
|
| if_stge.c | 1085 uint32_t txstat; local in function:stge_intr 1137 txstat = CSR_READ_4(sc, STGE_TxStatus); 1138 if ((txstat & TS_TxComplete) == 0) 1140 if (txstat & TS_TxUnderrun) { 1149 if (txstat & TS_MaxCollisions)
|
| if_kse.c | 1292 uint32_t txstat; local in function:txreap 1304 txstat = sc->sc_txdescs[txs->txs_lastdesc].t0; 1306 if (txstat & T0_OWN) /* desc is still in use */
|
| if_cas.c | 1568 int txstat = bus_space_read_4(t, seb, CAS_MAC_TX_STATUS); local in function:cas_intr 1570 if (txstat & ~CAS_MAC_TX_XMIT_DONE) 1572 device_xname(sc->sc_dev), txstat); 1574 if (txstat & (CAS_MAC_TX_UNDERRUN | CAS_MAC_TX_PKT_TOO_LONG))
|
| if_rge.c | 1523 uint32_t txstat; local in function:rge_txeof 1539 txstat = letoh32(sc->rge_ldata.rge_tx_list[idx].rge_cmdsts); 1541 if (txstat & RGE_TDCMDSTS_OWN) { 1553 if (txstat & (RGE_TDCMDSTS_EXCESSCOLL | RGE_TDCMDSTS_COLL)) 1555 if (txstat & RGE_TDCMDSTS_TXERR)
|
| /src/sys/arch/sgimips/mace/ |
| if_mec.c | 1847 uint64_t txstat; local in function:mec_txintr 1860 txstat = txd->txd_stat; 1862 ("%s: dirty = %d, txstat = 0x%016llx\n", 1863 __func__, i, txstat)); 1864 if ((txstat & MEC_TXSTAT_SENT) == 0) { 1879 col = (txstat & MEC_TXSTAT_COLCNT) >> MEC_TXSTAT_COLCNT_SHIFT; 1883 if ((txstat & MEC_TXSTAT_SUCCESS) == 0) { 1884 printf("%s: TX error: txstat = 0x%016"PRIx64"\n", 1885 device_xname(sc->sc_dev), txstat);
|
| /src/sys/arch/sgimips/hpc/ |
| if_sq.c | 148 vaddr_t reset, txstat; local in function:sq_match 152 txstat = MIPS_PHYS_TO_KSEG1(ha->ha_sh + 162 if (platform.badaddr((void *)txstat, sizeof(txstat))) 165 if ((*(volatile uint32_t *)txstat & 0xff) == TXSTAT_OLDNEW)
|
| /src/sys/dev/marvell/ |
| if_mvgbe.c | 2076 uint32_t txstat; local in function:mvgbe_txeof 2095 txstat = MVGBE2H32(cur_tx->cmdsts); 2096 if ((txstat & MVGBE_BUFFER_OWNED_MASK) == 2101 if (txstat & MVGBE_TX_LAST_DESC) 2103 if (txstat & MVGBE_ERROR_SUMMARY) { 2104 int err = txstat & MVGBE_TX_ERROR_CODE_MASK;
|
| /src/sys/arch/arm/sociox/ |
| if_scx.c | 1568 uint32_t txstat; local in function:txreap 1578 txstat = le32toh(sc->sc_txdescs[txs->txs_lastdesc].t0); 1579 if (txstat & T0_OWN) /* desc is still in use */
|