Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
hme.c | 894 unsigned int txflags; local in function:hme_start 938 txflags = HME_XD_TXCKSUM | 943 txflags = 0; 955 HME_XD_ENCODE_TSIZE(len) | txflags); 985 unsigned int ri, txflags; local in function:hme_tint 1014 txflags = HME_XD_GETFLAGS(sc->sc_pci, sc->sc_rb.rb_txd, ri); 1016 if (txflags & HME_XD_OWN) |
athvar.h | 229 u_int8_t txflags; /* radiotap tx flags */ member in struct:ath_softc::__anon661ac3800108 |
/src/sys/dev/sbus/ | |
qe.c | 609 unsigned int bix, txflags; local in function:qe_tint 617 txflags = sc->sc_rb.rb_txd[bix].xd_flags; 619 if (txflags & QEC_XD_OWN) |
be.c | 841 unsigned int bix, txflags; local in function:betint 866 txflags = sc->sc_rb.rb_txd[bix].xd_flags; 868 if (txflags & QEC_XD_OWN) |