Home
last modified time | relevance | path

Searched refs:NETIF_F_TSO (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/net/core/
Dethtool.c60 #ifdef NETIF_F_TSO
63 return (dev->features & NETIF_F_TSO) != 0; in ethtool_op_get_tso()
69 dev->features |= NETIF_F_TSO; in ethtool_op_set_tso()
71 dev->features &= ~NETIF_F_TSO; in ethtool_op_set_tso()
497 #ifdef NETIF_F_TSO
758 #ifdef NETIF_F_TSO in dev_ethtool()
/linux-2.4.37.9/drivers/net/
Dtyphoon.c135 #if defined(NETIF_F_TSO) && MAX_SKB_FRAGS > 32
137 #undef NETIF_F_TSO
326 #if defined(NETIF_F_TSO)
331 #define NETIF_F_TSO 0 macro
2476 dev->features |= NETIF_F_TSO; in typhoon_init_one()
Dforcedeth.c1129 #ifdef NETIF_F_TSO in nv_start_xmit()
2557 #ifdef NETIF_F_TSO in nv_probe()
2558 dev->features |= NETIF_F_TSO; in nv_probe()
Dsky2.c1130 #ifdef NETIF_F_TSO in tx_le_req()
1189 #ifdef NETIF_F_TSO in sky2_xmit_frame()
2947 #ifdef NETIF_F_TSO
Dtg3.c53 #ifdef NETIF_F_TSO
9445 dev->features |= NETIF_F_TSO; in tg3_init_one()