Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c713 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment() argument
728 next = skb_gso_segment(skb, netdev_flags); in iwl_mvm_tx_tso_segment()
789 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local
800 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
809 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso()
810 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
823 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
827 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
897 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()