Lines Matching refs:CALL_TXH
1769 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() macro
1776 CALL_TXH(ieee80211_tx_h_dynamic_ps); in invoke_tx_handlers_early()
1777 CALL_TXH(ieee80211_tx_h_check_assoc); in invoke_tx_handlers_early()
1778 CALL_TXH(ieee80211_tx_h_ps_buf); in invoke_tx_handlers_early()
1779 CALL_TXH(ieee80211_tx_h_check_control_port_protocol); in invoke_tx_handlers_early()
1780 CALL_TXH(ieee80211_tx_h_select_key); in invoke_tx_handlers_early()
1782 CALL_TXH(ieee80211_tx_h_rate_ctrl); in invoke_tx_handlers_early()
1815 CALL_TXH(ieee80211_tx_h_michael_mic_add); in invoke_tx_handlers_late()
1816 CALL_TXH(ieee80211_tx_h_sequence); in invoke_tx_handlers_late()
1817 CALL_TXH(ieee80211_tx_h_fragment); in invoke_tx_handlers_late()
1819 CALL_TXH(ieee80211_tx_h_stats); in invoke_tx_handlers_late()
1820 CALL_TXH(ieee80211_tx_h_encrypt); in invoke_tx_handlers_late()
1822 CALL_TXH(ieee80211_tx_h_calculate_duration); in invoke_tx_handlers_late()
1823 #undef CALL_TXH in invoke_tx_handlers_late()