Searched refs:NETIF_F_LLTX (Results 1 – 31 of 31) sorted by relevance
99 #define NETIF_F_LLTX __NETIF_F(LLTX) macro133 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
3263 if ((dev->features & NETIF_F_LLTX) == 0) { \3269 (((dev->features & NETIF_F_LLTX) == 0) ? \3274 if ((dev->features & NETIF_F_LLTX) == 0) { \
70 When the driver sets NETIF_F_LLTX in dev->features this will be75 set_rx_mode. Note that the use of NETIF_F_LLTX is deprecated.87 Only valid when NETIF_F_LLTX is set.
134 NETIF_F_LLTX should be set in drivers that implement their own locking in
144 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()151 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
181 | NETIF_F_LLTX in loopback_setup()
140 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
152 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
305 dev->features |= NETIF_F_LLTX; in veth_setup()
495 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
759 (NETIF_F_SG | NETIF_F_GEN_CSUM | NETIF_F_GSO_SOFTWARE | NETIF_F_LLTX | \
2361 dev->features |= NETIF_F_LLTX; in vxlan_setup()
136 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
550 dev->features |= real_dev->vlan_features | NETIF_F_LLTX | in vlan_dev_init()618 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
378 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
406 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
291 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
372 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
500 dev->features |= NETIF_F_LLTX; in __gre_tunnel_init()
478 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
115 dev->features |= NETIF_F_LLTX; in ipvlan_init()
347 dev->features |= NETIF_F_LLTX; in ip6gre_tunnel_locate()1523 dev->features |= NETIF_F_LLTX; in ip6gre_newlink()
1370 dev->features |= NETIF_F_LLTX; in ipip6_tunnel_setup()
1080 NETIF_F_RXCSUM | NETIF_F_LLTX; in init_one()
306 dev->features |= NETIF_F_LLTX; in etrax_ethernet_init()
2300 netdev->features |= NETIF_F_IP_CSUM | NETIF_F_LLTX; in spider_net_setup_netdev()
1754 dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG | in pasemi_mac_probe()
2064 ndev->features |= NETIF_F_LLTX; in bdx_probe()
2288 netdev->features = netdev->hw_features | NETIF_F_LLTX | in atl1e_init_netdev()
2061 dev->features |= NETIF_F_LLTX; in team_setup()
4126 bond_dev->features |= NETIF_F_LLTX; in bond_setup()