Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hme/
Dif_hme.c1162 unsigned int ri, txflags; in hme_tint() local
1174 txflags = HME_XD_GETFLAGS(sc->sc_flags & HME_PCI, txd, ri); in hme_tint()
1175 CTR2(KTR_HME, "hme_tint: index %d, flags %#x", ri, txflags); in hme_tint()
1177 if ((txflags & HME_XD_OWN) != 0) in hme_tint()
1185 if ((txflags & HME_XD_EOP) == 0) in hme_tint()
/freebsd-10-stable/sys/dev/ath/
Dif_ath.c5776 sc->sc_hwmap[i].txflags = IEEE80211_RADIOTAP_F_DATAPAD; in ath_setcurmode()
5779 sc->sc_hwmap[i].txflags |= IEEE80211_RADIOTAP_F_SHORTPRE; in ath_setcurmode()
5780 sc->sc_hwmap[i].rxflags = sc->sc_hwmap[i].txflags; in ath_setcurmode()
Dif_athvar.h658 u_int8_t txflags; /* radiotap tx flags */ member
Dif_ath_tx.c1811 sc->sc_tx_th.wt_flags = sc->sc_hwmap[rix].txflags; in ath_tx_normal_setup()
2216 sc->sc_tx_th.wt_flags = sc->sc_hwmap[rix].txflags; in ath_tx_raw_start()