Searched refs:iwl_mvm_tx_csum_bz (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tx.c | 143 u32 iwl_mvm_tx_csum_bz(struct iwl_mvm *mvm, struct sk_buff *skb, bool amsdu) in iwl_mvm_tx_csum_bz() function 188 return iwl_mvm_tx_csum_bz(mvm, skb, amsdu); in iwl_mvm_tx_csum()
|
D | mvm.h | 1509 u32 iwl_mvm_tx_csum_bz(struct iwl_mvm *mvm, struct sk_buff *skb, bool amsdu);
|
D | mac80211.c | 5354 return iwl_mvm_tx_csum_bz(mvm, head, true) == in iwl_mvm_mac_can_aggregate() 5355 iwl_mvm_tx_csum_bz(mvm, skb, true); in iwl_mvm_mac_can_aggregate()
|