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

/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211_monitor.c479 u16 txflags = 0; local
491 txflags |= IEEE80211_RADIOTAP_F_TX_NOACK;
492 WPA_PUT_LE16(&rtap_hdr[12], txflags);
/netbsd-current/sys/dev/ic/
H A Dhme.c894 unsigned int txflags; local
938 txflags = HME_XD_TXCKSUM |
943 txflags = 0;
955 HME_XD_ENCODE_TSIZE(len) | txflags);
985 unsigned int ri, txflags; local
1014 txflags = HME_XD_GETFLAGS(sc->sc_pci, sc->sc_rb.rb_txd, ri);
1016 if (txflags & HME_XD_OWN)
H A Dathvar.h229 u_int8_t txflags; /* radiotap tx flags */ member in struct:ath_softc::__anon9900
H A Darn9003.c1458 int txflags)
1528 else if (txflags & ATHN_TXFLAG_CAB) {
1620 bf->bf_txflags = txflags;
1720 if (__predict_false(txflags & ATHN_TXFLAG_PAPRD)) {
1457 ar9003_tx(struct athn_softc *sc, struct mbuf *m, struct ieee80211_node *ni, int txflags) argument
H A Dath.c3988 sc->sc_tx_th.wt_flags = sc->sc_hwmap[txrate].txflags;
5192 sc->sc_hwmap[i].txflags = IEEE80211_RADIOTAP_F_DATAPAD;
5195 sc->sc_hwmap[i].txflags |= IEEE80211_RADIOTAP_F_SHORTPRE;
5197 sc->sc_hwmap[i].rxflags = sc->sc_hwmap[i].txflags |
H A Darn5008.c1306 int txflags)
1375 else if (txflags & ATHN_TXFLAG_CAB) {
1467 bf->bf_txflags = txflags;
1305 ar5008_tx(struct athn_softc *sc, struct mbuf *m, struct ieee80211_node *ni, int txflags) argument
/netbsd-current/sys/dev/sbus/
H A Dqe.c609 unsigned int bix, txflags; local
617 txflags = sc->sc_rb.rb_txd[bix].xd_flags;
619 if (txflags & QEC_XD_OWN)
H A Dbe.c841 unsigned int bix, txflags; local
866 txflags = sc->sc_rb.rb_txd[bix].xd_flags;
868 if (txflags & QEC_XD_OWN)

Completed in 292 milliseconds