Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dloopback.c119 dev->features = NETIF_F_SG|NETIF_F_FRAGLIST|NETIF_F_NO_CSUM|NETIF_F_HIGHDMA; in loopback_init()
Dmv64340_eth.c1305 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_HW_CSUM;
1358 if (dev->features & NETIF_F_SG)
D3c59x.c1392 dev->features |= NETIF_F_SG; in vortex_probe1()
1404 (dev->features & NETIF_F_SG) ? "en":"dis", in vortex_probe1()
Dsunhme.c2802 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()
Dvia-rhine.c801 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in via_rhine_init_one()
Dstarfire.c852 dev->features |= NETIF_F_SG; in starfire_init_one()
Dns83820.c2000 dev->net_dev.features |= NETIF_F_SG; in ns83820_init_one()
D8139too.c986 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA; in rtl8139_init_one()
Dtyphoon.c2474 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in typhoon_init_one()
Dsungem.c3064 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in gem_init_one()
Dforcedeth.c2556 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in nv_probe()
Dacenic.c662 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in acenic_probe()
Dskge.c3221 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in skge_devinit()
Dsky2.c3018 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in sky2_init_netdev()
Dtg3.c9489 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in tg3_init_one()
/linux-2.4.37.9/net/core/
Dethtool.c47 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()
Ddev.c1052 (!(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()
/linux-2.4.37.9/net/ipv4/
Dtcp.c944 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()
/linux-2.4.37.9/include/linux/
Dnetdevice.h374 #define NETIF_F_SG 1 /* Scatter/gather IO. */ macro
/linux-2.4.37.9/drivers/net/sk98lin/
Dskge.c394 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()
/linux-2.4.37.9/drivers/net/e1000/
De1000_main.c989 netdev->features = NETIF_F_SG |
997 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM;
/linux-2.4.37.9/drivers/net/e100/
De100_main.c657 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | in e100_found1()