Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdev_features.h152 #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) macro
Dnetdevice.h3734 f1 |= (NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()
3736 f2 |= (NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()
3739 f1 &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()
/linux-4.4.14/include/net/
Dvxlan.h235 return features & ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in vxlan_features_check()
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c503 dev->features &= ~NETIF_F_ALL_CSUM; in pch_gbe_check_options()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib.c72 return ((caps & NETIF_F_SG) != 0 && (caps & NETIF_F_ALL_CSUM) != 0); in ksocknal_lib_zc_capable()
/linux-4.4.14/net/8021q/
Dvlan_dev.c545 dev->hw_features = NETIF_F_ALL_CSUM | NETIF_F_SG | in vlan_dev_init()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c91 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/linux-4.4.14/drivers/net/ethernet/ibm/
Dibmveth.c766 features &= ~NETIF_F_ALL_CSUM; in ibmveth_fix_features()
931 features & ~(NETIF_F_ALL_CSUM | NETIF_F_RXCSUM); in ibmveth_set_features()
/linux-4.4.14/net/core/
Ddev.c2652 features &= ~NETIF_F_ALL_CSUM; in harmonize_features()
2799 if (!(features & NETIF_F_ALL_CSUM) && in validate_xmit_skb()
7491 mask |= NETIF_F_ALL_CSUM; in netdev_increment_features()
7494 all |= one & (NETIF_F_ONE_FOR_ALL|NETIF_F_ALL_CSUM) & mask; in netdev_increment_features()
7499 all &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_increment_features()
Dethtool.c238 return NETIF_F_ALL_CSUM | NETIF_F_SCTP_CSUM; in ethtool_get_feature_mask()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1071 #define BOND_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
1075 #define BOND_ENC_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | NETIF_F_RXCSUM |\
4163 bond_dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); in bond_setup()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1358 return features & ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in fm10k_features_check()
/linux-4.4.14/net/ipv4/
Dtcp.c1022 !(sk->sk_route_caps & NETIF_F_ALL_CSUM)) in tcp_sendpage()
1179 if (sk->sk_route_caps & NETIF_F_ALL_CSUM) in tcp_sendmsg()
/linux-4.4.14/drivers/net/team/
Dteam.c968 #define TEAM_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
2081 dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); in team_setup()
/linux-4.4.14/drivers/net/
Dmacvtap.c391 !(features & NETIF_F_ALL_CSUM) && in macvtap_handle_frame()
Dmacvlan.c765 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c2405 features &= ~NETIF_F_ALL_CSUM; in stmmac_fix_features()
2413 features &= ~NETIF_F_ALL_CSUM; in stmmac_fix_features()
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3129 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | in efx_pci_probe()
/linux-4.4.14/drivers/net/ethernet/
Djme.c2759 features &= ~(NETIF_F_ALL_TSO | NETIF_F_ALL_CSUM); in jme_fix_features()
/linux-4.4.14/drivers/net/usb/
Dr8152.c1989 features &= ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in rtl8152_features_check()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c5292 return features & ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in be_features_check()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c4383 features &= ~(NETIF_F_TSO|NETIF_F_SG|NETIF_F_ALL_CSUM); in sky2_fix_features()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c8390 return features & ~NETIF_F_ALL_CSUM; in ixgbe_features_check()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c8565 return features & ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in i40e_features_check()