HomeSort by: relevance | last modified time | path
    Searched refs:txflags (Results 1 - 7 of 7) sorted by relevancy

  /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
arn9003.c 1458 int txflags)
1528 else if (txflags & ATHN_TXFLAG_CAB) {
1620 bf->bf_txflags = txflags;
1720 if (__predict_false(txflags & ATHN_TXFLAG_PAPRD)) {
ath.c 3987 sc->sc_tx_th.wt_flags = sc->sc_hwmap[txrate].txflags;
5191 sc->sc_hwmap[i].txflags = IEEE80211_RADIOTAP_F_DATAPAD;
5194 sc->sc_hwmap[i].txflags |= IEEE80211_RADIOTAP_F_SHORTPRE;
5196 sc->sc_hwmap[i].rxflags = sc->sc_hwmap[i].txflags |
arn5008.c 1306 int txflags)
1375 else if (txflags & ATHN_TXFLAG_CAB) {
1467 bf->bf_txflags = txflags;
  /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)

Completed in 24 milliseconds