Home
last modified time | relevance | path

Searched refs:txflags (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dhme.c894 unsigned int txflags; in hme_start() local
938 txflags = HME_XD_TXCKSUM | in hme_start()
943 txflags = 0; in hme_start()
955 HME_XD_ENCODE_TSIZE(len) | txflags); in hme_start()
985 unsigned int ri, txflags; in hme_tint() local
1014 txflags = HME_XD_GETFLAGS(sc->sc_pci, sc->sc_rb.rb_txd, ri); in hme_tint()
1016 if (txflags & HME_XD_OWN) in hme_tint()
H A Dathvar.h229 u_int8_t txflags; /* radiotap tx flags */ member
H A Darn9003.c1458 int txflags) in ar9003_tx() argument
1528 else if (txflags & ATHN_TXFLAG_CAB) { in ar9003_tx()
1620 bf->bf_txflags = txflags; in ar9003_tx()
1720 if (__predict_false(txflags & ATHN_TXFLAG_PAPRD)) { in ar9003_tx()
H A Darn5008.c1306 int txflags) in ar5008_tx() argument
1375 else if (txflags & ATHN_TXFLAG_CAB) { in ar5008_tx()
1467 bf->bf_txflags = txflags; in ar5008_tx()
H A Dath.c3988 sc->sc_tx_th.wt_flags = sc->sc_hwmap[txrate].txflags; in ath_tx_start()
5192 sc->sc_hwmap[i].txflags = IEEE80211_RADIOTAP_F_DATAPAD; in ath_setcurmode()
5195 sc->sc_hwmap[i].txflags |= IEEE80211_RADIOTAP_F_SHORTPRE; in ath_setcurmode()
5197 sc->sc_hwmap[i].rxflags = sc->sc_hwmap[i].txflags | in ath_setcurmode()
/netbsd-src/sys/dev/sbus/
H A Dqe.c609 unsigned int bix, txflags; in qe_tint() local
617 txflags = sc->sc_rb.rb_txd[bix].xd_flags; in qe_tint()
619 if (txflags & QEC_XD_OWN) in qe_tint()
H A Dbe.c841 unsigned int bix, txflags; in betint() local
866 txflags = sc->sc_rb.rb_txd[bix].xd_flags; in betint()
868 if (txflags & QEC_XD_OWN) in betint()