Searched refs:NETIF_F_SG (Results 1 – 22 of 22) sorted by relevance
119 dev->features = NETIF_F_SG|NETIF_F_FRAGLIST|NETIF_F_NO_CSUM|NETIF_F_HIGHDMA; in loopback_init()
1305 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_HW_CSUM;1358 if (dev->features & NETIF_F_SG)
1392 dev->features |= NETIF_F_SG; in vortex_probe1()1404 (dev->features & NETIF_F_SG) ? "en":"dis", in vortex_probe1()
2802 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_VLAN_CHALLENGED; in happy_meal_sbus_init()3147 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in happy_meal_pci_init()
801 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in via_rhine_init_one()
852 dev->features |= NETIF_F_SG; in starfire_init_one()
2000 dev->net_dev.features |= NETIF_F_SG; in ns83820_init_one()
986 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA; in rtl8139_init_one()
2474 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in typhoon_init_one()
3064 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in gem_init_one()
2556 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in nv_probe()
662 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in acenic_probe()
3221 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in skge_devinit()
3018 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in sky2_init_netdev()
9489 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in tg3_init_one()
47 return (dev->features & NETIF_F_SG) != 0; in ethtool_op_get_sg()53 dev->features |= NETIF_F_SG; in ethtool_op_set_sg()55 dev->features &= ~NETIF_F_SG; in ethtool_op_set_sg()
1052 (!(dev->features&NETIF_F_SG) || illegal_highdma(dev, skb)) && in dev_queue_xmit()2529 if ((dev->features & NETIF_F_SG) && in register_netdevice()2535 dev->features &= ~NETIF_F_SG; in register_netdevice()
944 if (!(sk->route_caps & NETIF_F_SG) || in tcp_sendpage()1004 if (sk->route_caps&NETIF_F_SG) { in select_size()1100 (i == 0 && !(sk->route_caps&NETIF_F_SG))) { in tcp_sendmsg()
374 #define NETIF_F_SG 1 /* Scatter/gather IO. */ macro
394 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in skge_probe()491 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in skge_probe()
989 netdev->features = NETIF_F_SG |997 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM;
657 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | in e100_found1()