Searched refs:NETIF_F_HW_CSUM (Results 1 – 12 of 12) sorted by relevance
335 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()
990 NETIF_F_HW_CSUM |997 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM;
377 #define NETIF_F_HW_CSUM 8 /* Can checksum all the packets. */ macro
1062 (!(dev->features&(NETIF_F_HW_CSUM|NETIF_F_NO_CSUM)) && in dev_queue_xmit()2532 NETIF_F_HW_CSUM))) { in register_netdevice()
420 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()
2765 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()
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()
1305 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_HW_CSUM;
801 dev->features |= NETIF_F_SG|NETIF_F_HW_CSUM; in via_rhine_init_one()
986 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA; in rtl8139_init_one()
3064 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM; in gem_init_one()
942 #define TCP_ZC_CSUM_FLAGS (NETIF_F_IP_CSUM|NETIF_F_NO_CSUM|NETIF_F_HW_CSUM) in tcp_sendpage()