Searched refs:NETIF_F_SG (Results 151 - 175 of 215) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c472 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM;
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c2979 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM;
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_main.c2578 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_SG;
/linux-master/net/ipv6/
H A Dip6_tunnel.c1825 #define IPXIPX_FEATURES (NETIF_F_SG | \
H A Dip6_gre.c1465 #define GRE6_FEATURES (NETIF_F_SG | \
/linux-master/net/openvswitch/
H A Ddatapath.c357 segs = __skb_gso_segment(skb, NETIF_F_SG, false);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c2626 netdev->features = NETIF_F_SG;
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dmain.c1822 netdev->hw_features = NETIF_F_SG |
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c2907 netdev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM;
/linux-master/net/core/
H A Dskbuff.c4625 features &= ~NETIF_F_SG;
4636 sg = !!(features & NETIF_F_SG);
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c5184 netdev->hw_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 |
5195 netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 |
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c4167 dev->hw_features = NETIF_F_SG;
4177 dev->hw_features &= ~NETIF_F_SG;
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3319 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
3324 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
/linux-master/drivers/net/
H A Dvirtio_net.c5645 dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_SG;
5647 dev->features |= NETIF_F_HW_CSUM | NETIF_F_SG;
H A Damt.c3104 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6209 #define VLAN_FEAT (NETIF_F_SG | NETIF_F_IP_CSUM | TSO_FLAGS | \
6810 netdev->hw_features = NETIF_F_SG | TSO_FLAGS |
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c3605 netdev->features = NETIF_F_SG | NETIF_F_HIGHDMA;
3610 dflt_features = NETIF_F_SG |
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c5814 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_SG |
6122 dev->features & (NETIF_F_IP_CSUM | NETIF_F_SG) ?
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5299 netdev->vlan_features |= NETIF_F_SG;
5309 netdev->mpls_features |= NETIF_F_SG;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c7495 netdev->features = (NETIF_F_SG |
7539 netdev->vlan_features |= (NETIF_F_SG |
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1346 netdev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
/linux-master/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c3802 ndev->features |= NETIF_F_IP_CSUM | NETIF_F_SG;
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c4054 NETIF_F_SG | \
/linux-master/net/ethtool/
H A Dioctl.c233 return NETIF_F_SG | NETIF_F_FRAGLIST;
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c4034 dev->features |= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM |

Completed in 532 milliseconds

123456789