HomeSort by: relevance | last modified time | path
    Searched defs:txstat (Results 1 - 25 of 48) sorted by relevancy

1 2

  /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...]
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
enreg.h 37 unsigned char txstat; /* 0 */ member in struct:en_regs
  /src/sys/arch/sandpoint/stand/altboot/
kse.c 191 unsigned txstat, loop; local in function:kse_send
202 txstat = le32toh(txd->xd0);
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)
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)
tlp.c 206 unsigned txstat, loop; local in function:tlp_send
218 txstat = le32toh(txd->xd0);
219 if ((txstat & T0_OWN) == 0)
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)
tlp.c 206 unsigned txstat, loop; local in function:tlp_send
218 txstat = le32toh(txd->xd0);
219 if ((txstat & T0_OWN) == 0)
  /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)
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)
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/arch/mips/atheros/dev/
if_ae.c 1144 uint32_t txstat; local in function:ae_txintr
1178 txstat = sc->sc_txdescs[txs->txs_lastdesc].ad_status;
1179 if (txstat & ADSTAT_OWN)
1199 if (txstat & ADSTAT_Tx_UF)
1201 if (txstat & ADSTAT_Tx_TO)
1203 if (txstat & ADSTAT_Tx_EC)
1205 if (txstat & ADSTAT_Tx_LC)
1210 if (txstat & (ADSTAT_Tx_UF | ADSTAT_Tx_TO))
1213 if (txstat & ADSTAT_Tx_EC)
1215 else if (ADSTAT_Tx_COLLISIONS(txstat))
    [all...]
if_ae.c 1144 uint32_t txstat; local in function:ae_txintr
1178 txstat = sc->sc_txdescs[txs->txs_lastdesc].ad_status;
1179 if (txstat & ADSTAT_OWN)
1199 if (txstat & ADSTAT_Tx_UF)
1201 if (txstat & ADSTAT_Tx_TO)
1203 if (txstat & ADSTAT_Tx_EC)
1205 if (txstat & ADSTAT_Tx_LC)
1210 if (txstat & (ADSTAT_Tx_UF | ADSTAT_Tx_TO))
1213 if (txstat & ADSTAT_Tx_EC)
1215 else if (ADSTAT_Tx_COLLISIONS(txstat))
    [all...]
  /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)
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/arch/powerpc/ibm4xx/dev/
if_emac.c 1260 uint32_t txstat, count; local in function:emac_txreap
1278 txstat = sc->sc_txdescs[txs->txs_lastdesc].md_stat_ctrl;
1279 if (txstat & MAL_TX_READY)
1287 if (txstat & (EMAC_TXS_UR | EMAC_TXS_ED))
1291 if (txstat & EMAC_TXS_UR)
1295 if (txstat &
1297 if (txstat & EMAC_TXS_EC)
1299 else if (txstat & EMAC_TXS_MC)
1301 else if (txstat & EMAC_TXS_SC)
1303 if (txstat & EMAC_TXS_LC
    [all...]
  /src/sys/dev/pci/
if_cas.c 1567 int txstat = bus_space_read_4(t, seb, CAS_MAC_TX_STATUS); local in function:cas_intr
1569 if (txstat & ~CAS_MAC_TX_XMIT_DONE)
1571 device_xname(sc->sc_dev), txstat);
1573 if (txstat & (CAS_MAC_TX_UNDERRUN | CAS_MAC_TX_PKT_TOO_LONG))
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_rge.c 1409 uint32_t txstat; local in function:rge_txeof
1425 txstat = letoh32(sc->rge_ldata.rge_tx_list[idx].rge_cmdsts);
1427 if (txstat & RGE_TDCMDSTS_OWN) {
1439 if (txstat & (RGE_TDCMDSTS_EXCESSCOLL | RGE_TDCMDSTS_COLL))
1441 if (txstat & RGE_TDCMDSTS_TXERR)

Completed in 49 milliseconds

1 2