Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dvxlan.h177 return features & ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in vxlan_features_check()
/linux-4.1.27/include/linux/
Dnetdev_features.h151 #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) macro
Dnetdevice.h3651 f1 |= (NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()
3653 f2 |= (NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()
3656 f1 &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_intersect_features()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c503 dev->features &= ~NETIF_F_ALL_CSUM; in pch_gbe_check_options()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib-linux.c74 return ((caps & NETIF_F_SG) != 0 && (caps & NETIF_F_ALL_CSUM) != 0); in ksocknal_lib_zc_capable()
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.c758 features &= ~NETIF_F_ALL_CSUM; in ibmveth_fix_features()
861 dev->features = features & ~(NETIF_F_ALL_CSUM | NETIF_F_RXCSUM); in ibmveth_set_features()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_main.c86 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/linux-4.1.27/net/8021q/
Dvlan_dev.c545 dev->hw_features = NETIF_F_ALL_CSUM | NETIF_F_SG | in vlan_dev_init()
/linux-4.1.27/net/core/
Ddev.c2589 features &= ~NETIF_F_ALL_CSUM; in harmonize_features()
2736 if (!(features & NETIF_F_ALL_CSUM) && in validate_xmit_skb()
7204 mask |= NETIF_F_ALL_CSUM; in netdev_increment_features()
7207 all |= one & (NETIF_F_ONE_FOR_ALL|NETIF_F_ALL_CSUM) & mask; in netdev_increment_features()
7212 all &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_GEN_CSUM); in netdev_increment_features()
Dethtool.c227 return NETIF_F_ALL_CSUM | NETIF_F_SCTP_CSUM; in ethtool_get_feature_mask()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1058 #define BOND_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
1062 #define BOND_ENC_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | NETIF_F_RXCSUM |\
4143 bond_dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); in bond_setup()
/linux-4.1.27/drivers/net/
Dmacvtap.c342 !(features & NETIF_F_ALL_CSUM) && in macvtap_handle_frame()
Dmacvlan.c763 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/linux-4.1.27/net/ipv4/
Dtcp.c1000 !(sk->sk_route_caps & NETIF_F_ALL_CSUM)) in tcp_sendpage()
1155 if (sk->sk_route_caps & NETIF_F_ALL_CSUM) in tcp_sendmsg()
/linux-4.1.27/drivers/net/team/
Dteam.c968 #define TEAM_VLAN_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | \
2072 dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM); in team_setup()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1360 return features & ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in fm10k_features_check()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c2391 features &= ~NETIF_F_ALL_CSUM; in stmmac_fix_features()
2399 features &= ~NETIF_F_ALL_CSUM; in stmmac_fix_features()
/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c2997 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG | in efx_pci_probe()
/linux-4.1.27/drivers/net/ethernet/
Djme.c2760 features &= ~(NETIF_F_ALL_TSO | NETIF_F_ALL_CSUM); in jme_fix_features()
/linux-4.1.27/drivers/net/usb/
Dr8152.c1976 features &= ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in rtl8152_features_check()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.c4383 features &= ~(NETIF_F_TSO|NETIF_F_SG|NETIF_F_ALL_CSUM); in sky2_fix_features()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c4995 return features & ~(NETIF_F_ALL_CSUM | NETIF_F_GSO_MASK); in be_features_check()