Home
last modified time | relevance | path

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

/Linux-v5.15/net/mac80211/
Dtx.c1790 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() macro
1797 CALL_TXH(ieee80211_tx_h_dynamic_ps); in invoke_tx_handlers_early()
1798 CALL_TXH(ieee80211_tx_h_check_assoc); in invoke_tx_handlers_early()
1799 CALL_TXH(ieee80211_tx_h_ps_buf); in invoke_tx_handlers_early()
1800 CALL_TXH(ieee80211_tx_h_check_control_port_protocol); in invoke_tx_handlers_early()
1801 CALL_TXH(ieee80211_tx_h_select_key); in invoke_tx_handlers_early()
1835 CALL_TXH(ieee80211_tx_h_rate_ctrl); in invoke_tx_handlers_late()
1837 CALL_TXH(ieee80211_tx_h_michael_mic_add); in invoke_tx_handlers_late()
1838 CALL_TXH(ieee80211_tx_h_sequence); in invoke_tx_handlers_late()
1839 CALL_TXH(ieee80211_tx_h_fragment); in invoke_tx_handlers_late()
[all …]