/src/sys/arch/powerpc/ibm4xx/dev/ |
if_emac.c | 201 struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */ member in struct:emac_softc 586 evcnt_attach_dynamic(&sc->sc_ev_txdstall, EVCNT_TYPE_MISC, 744 EMAC_EVCNT_INCR(&sc->sc_ev_txdstall);
|
/src/sys/dev/pci/ |
if_dge.c | 287 struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */ member in struct:dge_softc 961 evcnt_attach_dynamic(&sc->sc_ev_txdstall, EVCNT_TYPE_MISC, 1277 DGE_EVCNT_INCR(&sc->sc_ev_txdstall);
|
if_pcn.c | 269 struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */ member in struct:pcn_softc 822 evcnt_attach_dynamic(&sc->sc_ev_txdstall, EVCNT_TYPE_MISC, 997 PCN_EVCNT_INCR(&sc->sc_ev_txdstall);
|
if_sip.c | 250 struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */ member in struct:sip_softc 972 evcnt_detach(&sc->sc_ev_txdstall); 1431 evcnt_attach_dynamic(&sc->sc_ev_txdstall, EVCNT_TYPE_MISC, 1642 SIP_EVCNT_INCR(&sc->sc_ev_txdstall);
|
/src/sys/arch/sgimips/mace/ |
if_mec.c | 358 struct evcnt sc_ev_txdstall; /* TX stalled due to no txdesc */ member in struct:mec_softc 707 evcnt_attach_dynamic(&sc->sc_ev_txdstall , EVCNT_TYPE_MISC, 1393 MEC_EVCNT_INCR(&sc->sc_ev_txdstall);
|