Searched refs:txp_status (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dif_sn.c874 unsigned short txp_status; local
915 txp_status = SRO(sc->bitmode, txp, TXP_STATUS);
917 ifp->if_collisions += (txp_status & TCR_EXC) ? 16 :
918 ((txp_status & TCR_NC) >> 12);
920 if ((txp_status & TCR_PTX) == 0) {
923 device_xname(sc->sc_dev), txp_status);

Completed in 110 milliseconds