Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdev_features.h46 #define NETIF_F_CSUM_MASK (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM) macro
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dtx.c799 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mld_tx_tso_segment()
817 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mld_tx_tso_segment()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c942 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso()
959 netdev_flags &= ~NETIF_F_CSUM_MASK; in iwl_mvm_tx_tso()