if_sn.c | 482 if (SRO(sc->bitmode, mtd->mtd_txp, TXP_STATUS) == 0) 870 unsigned short txp_status; local in function:sonictxint 884 if (SRO(sc->bitmode, txp, TXP_STATUS) == 0) { 895 SRO(sc->bitmode, txp, TXP_STATUS), 907 txp_status = SRO(sc->bitmode, txp, TXP_STATUS); 909 if_statadd(ifp, if_collisions, (txp_status & TCR_EXC) ? 16 : 910 ((txp_status & TCR_NC) >> 12)); 912 if ((txp_status & TCR_PTX) == 0) { 915 device_xname(sc->sc_dev), txp_status); [all...] |