Searched refs:NETIF_F_SG (Results 1 - 20 of 20) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dloopback.c119 dev->features = NETIF_F_SG|NETIF_F_FRAGLIST|NETIF_F_NO_CSUM|NETIF_F_HIGHDMA;
H A D8139cp.c1525 edata.data = (cp->dev->features & NETIF_F_SG) != 0;
1537 cp->dev->features |= NETIF_F_SG;
1539 cp->dev->features &= ~NETIF_F_SG;
1875 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM;
H A D3c59x.c157 - Make NETIF_F_SG dependent upon nr_free_highpages(), not on CONFIG_HIGHMEM
1299 dev->features |= NETIF_F_SG;
1311 (dev->features & NETIF_F_SG) ? "en":"dis",
H A Dstarfire.c684 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM;
H A Dtg3.c5270 (tp->dev->features & NETIF_F_SG) != 0;
5282 tp->dev->features |= NETIF_F_SG;
5284 tp->dev->features &= ~NETIF_F_SG;
6576 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM;
H A Dvia-rhine.c767 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM;
H A Dsunhme.c2776 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM;
3117 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM;
H A Dns83820.c1963 dev->net_dev.features |= NETIF_F_SG;
H A Dsungem.c2992 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM;
H A D8139too.c972 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM;
H A Dacenic.c661 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp.c940 if (!(sk->route_caps & NETIF_F_SG) ||
1000 if (sk->route_caps&NETIF_F_SG) {
1096 (i == 0 && !(sk->route_caps&NETIF_F_SG))) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Deth1394.c321 dev->features = NETIF_F_NO_CSUM|NETIF_F_SG|NETIF_F_HIGHDMA|NETIF_F_FRAGLIST;
/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Db57proc.c394 ((dev->features & NETIF_F_SG) ? on_str : off_str));
H A Db57um.c1392 dev->features |= NETIF_F_SG;
1424 (char *) ((dev->features & NETIF_F_SG) ? "ON" : "OFF"),
3771 (dev->features & NETIF_F_SG) != 0;
3784 dev->features |= NETIF_F_SG;
3787 dev->features &= ~NETIF_F_SG;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetdevice.h346 #define NETIF_F_SG 1 /* Scatter/gather IO. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetdevice.h346 #define NETIF_F_SG 1 /* Scatter/gather IO. */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e1000/
H A De1000_main.c420 netdev->features = NETIF_F_SG |
426 netdev->features = NETIF_F_SG;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1008 (!(dev->features&NETIF_F_SG) || illegal_highdma(dev, skb)) &&
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_main.c642 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM;

Completed in 370 milliseconds