Home
last modified time | relevance | path

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/
Dtx.c143 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()
Dmvm.h1509 u32 iwl_mvm_tx_csum_bz(struct iwl_mvm *mvm, struct sk_buff *skb, bool amsdu);
Dmac80211.c5354 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()