Home
last modified time | relevance | path

Searched refs:NETIF_F_LLTX (Results 1 – 31 of 31) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdev_features.h99 #define NETIF_F_LLTX __NETIF_F(LLTX) macro
133 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
Dnetdevice.h3263 if ((dev->features & NETIF_F_LLTX) == 0) { \
3269 (((dev->features & NETIF_F_LLTX) == 0) ? \
3274 if ((dev->features & NETIF_F_LLTX) == 0) { \
/linux-4.1.27/Documentation/networking/
Dnetdevices.txt70 When the driver sets NETIF_F_LLTX in dev->features this will be
75 set_rx_mode. Note that the use of NETIF_F_LLTX is deprecated.
87 Only valid when NETIF_F_LLTX is set.
Dnetdev-features.txt134 NETIF_F_LLTX should be set in drivers that implement their own locking in
/linux-4.1.27/net/openvswitch/
Dvport-internal_dev.c144 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()
/linux-4.1.27/drivers/net/
Dloopback.c181 | NETIF_F_LLTX in loopback_setup()
Dnlmon.c140 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
Ddummy.c152 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
Dveth.c305 dev->features |= NETIF_F_LLTX; in veth_setup()
Drionet.c495 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
Dmacvlan.c759 (NETIF_F_SG | NETIF_F_GEN_CSUM | NETIF_F_GSO_SOFTWARE | NETIF_F_LLTX | \
Dvxlan.c2361 dev->features |= NETIF_F_LLTX; in vxlan_setup()
/linux-4.1.27/net/l2tp/
Dl2tp_eth.c136 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
/linux-4.1.27/net/8021q/
Dvlan_dev.c550 dev->features |= real_dev->vlan_features | NETIF_F_LLTX | in vlan_dev_init()
618 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
/linux-4.1.27/net/bridge/
Dbr_device.c378 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/linux-4.1.27/net/hsr/
Dhsr_device.c406 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
/linux-4.1.27/net/ipv4/
Dipip.c291 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
Dip_vti.c372 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
Dip_gre.c500 dev->features |= NETIF_F_LLTX; in __gre_tunnel_init()
/linux-4.1.27/drivers/staging/octeon/
Dethernet.c478 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_main.c115 dev->features |= NETIF_F_LLTX; in ipvlan_init()
/linux-4.1.27/net/ipv6/
Dip6_gre.c347 dev->features |= NETIF_F_LLTX; in ip6gre_tunnel_locate()
1523 dev->features |= NETIF_F_LLTX; in ip6gre_newlink()
Dsit.c1370 dev->features |= NETIF_F_LLTX; in ipip6_tunnel_setup()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c1080 NETIF_F_RXCSUM | NETIF_F_LLTX; in init_one()
/linux-4.1.27/drivers/net/cris/
Deth_v10.c306 dev->features |= NETIF_F_LLTX; in etrax_ethernet_init()
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dspider_net.c2300 netdev->features |= NETIF_F_IP_CSUM | NETIF_F_LLTX; in spider_net_setup_netdev()
/linux-4.1.27/drivers/net/ethernet/pasemi/
Dpasemi_mac.c1754 dev->features = NETIF_F_IP_CSUM | NETIF_F_LLTX | NETIF_F_SG | in pasemi_mac_probe()
/linux-4.1.27/drivers/net/ethernet/tehuti/
Dtehuti.c2064 ndev->features |= NETIF_F_LLTX; in bdx_probe()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c2288 netdev->features = netdev->hw_features | NETIF_F_LLTX | in atl1e_init_netdev()
/linux-4.1.27/drivers/net/team/
Dteam.c2061 dev->features |= NETIF_F_LLTX; in team_setup()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c4126 bond_dev->features |= NETIF_F_LLTX; in bond_setup()