Home
last modified time | relevance | path

Searched refs:SC_OP_TXAGGR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c781 if (sc->sc_flags & SC_OP_TXAGGR) { in arn_tx_aggr_start()
854 if (sc->sc_flags & SC_OP_TXAGGR) { in arn_tx_aggr_resume()
868 if (!(sc->sc_flags & SC_OP_TXAGGR)) in arn_tx_aggr_check()
1240 if (ieee80211_is_data_qos(wh) && (sc->sc_flags & SC_OP_TXAGGR)) in ath_tx_setup_buffer()
H A Darn_main.c1667 if (sc->sc_flags & SC_OP_TXAGGR) { in arn_node_alloc()
1687 if (sc->sc_flags & SC_OP_TXAGGR) in arn_node_free()
3053 sc->sc_flags |= SC_OP_TXAGGR; in arn_attach()
H A Darn_core.h811 #define SC_OP_TXAGGR BIT(3) macro