/src/sys/dev/ic/ |
dp83932.c | 302 olasttx = sc->sc_txlast; 321 nexttx = SONIC_NEXTTX(sc->sc_txlast); 470 sc->sc_txlast = nexttx; 496 sc->sc_tda32[sc->sc_txlast].tda_frags[seg].frag_ptr0 |= 498 SONIC_CDTXSYNC32(sc, sc->sc_txlast, 507 sc->sc_tda16[sc->sc_txlast].tda_frags[seg].frag_ptr0 |= 509 SONIC_CDTXSYNC16(sc, sc->sc_txlast, 944 sc->sc_txlast = SONIC_NTXDESC - 1;
|
smc83c170var.h | 128 int sc_txlast; /* last used TX descriptor */ member in struct:epic_softc
|
i82557.c | 826 lasttx = sc->sc_txlast; 853 nexttx = FXP_NEXTTX(sc->sc_txlast); 1000 sc->sc_txlast = nexttx; 1036 sc->sc_txlast = FXP_NEXTTX(sc->sc_txlast); 1037 txd = FXP_CDTX(sc, sc->sc_txlast); 1042 FXP_CDTXSYNC(sc, sc->sc_txlast, 1941 sc->sc_txlast = FXP_NTXCB - 1; 1972 CSR_WRITE_4(sc, FXP_CSR_SCB_GENERAL, FXP_CDTXADDR(sc, sc->sc_txlast)); 2272 mcsp->link_addr = htole32(FXP_CDTXADDR(sc, FXP_NEXTTX(sc->sc_txlast))); [all...] |
smc83c170.c | 373 firsttx = EPIC_NEXTTX(sc->sc_txlast); 392 nexttx = EPIC_NEXTTX(sc->sc_txlast); 493 sc->sc_txlast = nexttx; 513 EPIC_CDTX(sc, sc->sc_txlast)->et_control |= ET_TXCTL_IAF; 514 EPIC_CDTXSYNC(sc, sc->sc_txlast, 983 sc->sc_txlast = EPIC_NTXDESC - 1; 1017 EPIC_CDTXADDR(sc, EPIC_NEXTTX(sc->sc_txlast)));
|
dp83932var.h | 196 int sc_txlast; /* last used Tx descriptor */ member in struct:sonic_softc
|
i82557var.h | 236 int sc_txlast; /* last used TX descriptor */ member in struct:fxp_softc
|
/src/sys/dev/pci/ |
if_ste.c | 149 int sc_txlast; /* last used Tx descriptor */ member in struct:ste_softc 666 olasttx = sc->sc_txlast; 685 nexttx = STE_NEXTTX(sc->sc_txlast); 770 sc->sc_txlast = nexttx; 792 sc->sc_txdescs[sc->sc_txlast].tfd_next = 0; 793 sc->sc_txdescs[sc->sc_txlast].tfd_control |= 795 STE_CDTXSYNC(sc, sc->sc_txlast, 1288 sc->sc_txlast = STE_NTXDESC - 1;
|
if_stge.c | 188 int sc_txlast; /* last used Tx descriptor */ member in struct:stge_softc 824 firsttx = STGE_NEXTTX(sc->sc_txlast); 862 nexttx = STGE_NEXTTX(sc->sc_txlast); 994 sc->sc_txlast = nexttx; 1527 sc->sc_txlast = STGE_NTXDESC - 1;
|
/src/sys/dev/pcmcia/ |
if_cnw.c | 203 struct timeval sc_txlast; /* When the last xmit was made */ member in struct:cnw_softc 609 now.tv_sec -= sc->sc_txlast.tv_sec; 610 now.tv_usec -= sc->sc_txlast.tv_usec; 674 microtime(&sc->sc_txlast);
|
/src/sys/arch/sgimips/mace/ |
if_mec.c | 311 int sc_txlast; /* last used TX descriptor */ member in struct:mec_softc 875 sc->sc_txlast = MEC_NTXDESC - 1; 961 firsttx = MEC_NEXTTX(sc->sc_txlast); 976 nexttx = MEC_NEXTTX(sc->sc_txlast); 1388 sc->sc_txlast = nexttx;
|