Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c874 netdev_features_t netdev_flags, in iwl_mvm_tx_tso_segment() argument
890 next = skb_gso_segment(skb, netdev_flags); in iwl_mvm_tx_tso_segment()
948 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso() local
957 return iwl_mvm_tx_tso_segment(skb, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
966 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso()
967 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, 1, netdev_flags, mpdus_skb); in iwl_mvm_tx_tso()
1039 return iwl_mvm_tx_tso_segment(skb, num_subframes, netdev_flags, in iwl_mvm_tx_tso()
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h813 skb_gso_segment(struct sk_buff *skb, netdev_features_t netdev_flags) in skb_gso_segment() argument