Lines Matching refs:CALL_TXH
1775 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() macro
1782 CALL_TXH(ieee80211_tx_h_dynamic_ps); in invoke_tx_handlers_early()
1783 CALL_TXH(ieee80211_tx_h_check_assoc); in invoke_tx_handlers_early()
1784 CALL_TXH(ieee80211_tx_h_ps_buf); in invoke_tx_handlers_early()
1785 CALL_TXH(ieee80211_tx_h_check_control_port_protocol); in invoke_tx_handlers_early()
1786 CALL_TXH(ieee80211_tx_h_select_key); in invoke_tx_handlers_early()
1788 CALL_TXH(ieee80211_tx_h_rate_ctrl); in invoke_tx_handlers_early()
1821 CALL_TXH(ieee80211_tx_h_michael_mic_add); in invoke_tx_handlers_late()
1822 CALL_TXH(ieee80211_tx_h_sequence); in invoke_tx_handlers_late()
1823 CALL_TXH(ieee80211_tx_h_fragment); in invoke_tx_handlers_late()
1825 CALL_TXH(ieee80211_tx_h_stats); in invoke_tx_handlers_late()
1826 CALL_TXH(ieee80211_tx_h_encrypt); in invoke_tx_handlers_late()
1828 CALL_TXH(ieee80211_tx_h_calculate_duration); in invoke_tx_handlers_late()
1829 #undef CALL_TXH in invoke_tx_handlers_late()