Home
last modified time | relevance | path

Searched refs:NETIF_F_IP_CSUM (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/net/core/
Dethtool.c32 return (dev->features & NETIF_F_IP_CSUM) != 0; in ethtool_op_get_tx_csum()
38 dev->features |= NETIF_F_IP_CSUM; in ethtool_op_set_tx_csum()
40 dev->features &= ~NETIF_F_IP_CSUM; in ethtool_op_set_tx_csum()
Ddev.c1063 (!(dev->features&NETIF_F_IP_CSUM) || in dev_queue_xmit()
2530 !(dev->features & (NETIF_F_IP_CSUM | in register_netdevice()
/linux-2.4.37.9/include/linux/
Dnetdevice.h375 #define NETIF_F_IP_CSUM 2 /* Can checksum only TCP/UDP over IPv4. */ macro
/linux-2.4.37.9/drivers/net/
Dmv64340_eth.c1305 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_HW_CSUM;
1361 if (dev->features & NETIF_F_IP_CSUM)
D3c59x.c1395 dev->features |= NETIF_F_IP_CSUM; in vortex_probe1()
1405 (dev->features & NETIF_F_IP_CSUM) ? "en":"dis"); in vortex_probe1()
Dstarfire.c857 dev->features |= NETIF_F_IP_CSUM; in starfire_init_one()
Dns83820.c2001 dev->net_dev.features |= NETIF_F_IP_CSUM; in ns83820_init_one()
Ddl2k.c256 dev->features = NETIF_F_IP_CSUM; in rio_probe1()
Dtyphoon.c2474 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in typhoon_init_one()
Dtg3.c7196 dev->features |= NETIF_F_IP_CSUM; in tg3_set_tx_csum()
7198 dev->features &= ~NETIF_F_IP_CSUM; in tg3_set_tx_csum()
9489 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in tg3_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()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c681 sk->route_caps = dst->dev->features&~NETIF_F_IP_CSUM; in tcp_v6_connect()
1342 sk->route_caps = dst->dev->features&~NETIF_F_IP_CSUM; in tcp_v6_syn_recv_sock()
1715 sk->route_caps = dst->dev->features&~NETIF_F_IP_CSUM; in tcp_v6_rebuild_header()
/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()
/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/e100/
De100_main.c657 dev->features = NETIF_F_SG | NETIF_F_IP_CSUM | in e100_found1()