Searched refs:netdev_flags (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tx.c | 816 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment() argument 832 next = skb_gso_segment(skb, netdev_flags); in iwl_mvm_tx_tso_segment() 890 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local 899 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso() 908 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso() 909 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso() 923 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso() 981 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | skbuff.h | 742 skb_gso_segment(struct sk_buff *skb, netdev_features_t netdev_flags) in skb_gso_segment() argument
|