Searched refs:ampdu_tx_stop (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnvar.h185 void (*ampdu_tx_stop)(struct iwn_softc *, int, uint8_t, member in struct:iwn_ops
H A Dif_iwn.c708 ops->ampdu_tx_stop = iwn4965_ampdu_tx_stop;
746 ops->ampdu_tx_stop = iwn5000_ampdu_tx_stop;
2481 ops->ampdu_tx_stop(sc, qid, tid, ssn);
2883 ops->ampdu_tx_stop(sc, qid, tid, ssn);
5717 ops->ampdu_tx_stop(sc, qid, tid, tap->txa_start & 0xfff);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_ht.c225 static void ampdu_tx_stop(struct ieee80211_tx_ampdu *tap);
1061 ampdu_tx_stop(tap);
1675 ampdu_tx_stop(struct ieee80211_tx_ampdu *tap) function

Completed in 272 milliseconds