Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_CSUM (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_ethtool.c335 return (netdev->features & NETIF_F_HW_CSUM) != 0; in e1000_get_tx_csum()
350 netdev->features |= NETIF_F_HW_CSUM; in e1000_set_tx_csum()
352 netdev->features &= ~NETIF_F_HW_CSUM; in e1000_set_tx_csum()
De1000_main.c990 NETIF_F_HW_CSUM |
997 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM;
/linux-2.4.37.9/include/linux/
Dnetdevice.h377 #define NETIF_F_HW_CSUM 8 /* Can checksum all the packets. */ macro
/linux-2.4.37.9/net/core/
Ddev.c1062 (!(dev->features&(NETIF_F_HW_CSUM|NETIF_F_NO_CSUM)) && in dev_queue_xmit()
2532 NETIF_F_HW_CSUM))) { in register_netdevice()
/linux-2.4.37.9/drivers/net/
Dskge.c420 return (dev->features & NETIF_F_HW_CSUM) != 0; in skge_get_tx_csum()
432 dev->features |= NETIF_F_HW_CSUM; in skge_set_tx_csum()
434 dev->features &= ~NETIF_F_HW_CSUM; in skge_set_tx_csum()
Dsky2.c2765 return (dev->features & NETIF_F_HW_CSUM) != 0; in sky2_get_tx_csum()
2772 netdev->features |= NETIF_F_HW_CSUM; in sky2_set_tx_csum()
2774 netdev->features &= ~NETIF_F_HW_CSUM; in sky2_set_tx_csum()
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()
Dmv64340_eth.c1305 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_HW_CSUM;
Dvia-rhine.c801 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in via_rhine_init_one()
D8139too.c986 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA; in rtl8139_init_one()
Dsungem.c3064 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in gem_init_one()
/linux-2.4.37.9/net/ipv4/
Dtcp.c942 #define TCP_ZC_CSUM_FLAGS (NETIF_F_IP_CSUM|NETIF_F_NO_CSUM|NETIF_F_HW_CSUM) in tcp_sendpage()