Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdev_features.h98 #define NETIF_F_LLTX __NETIF_F(LLTX) macro
134 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
Dnetdevice.h3346 if ((dev->features & NETIF_F_LLTX) == 0) { \
3352 (((dev->features & NETIF_F_LLTX) == 0) ? \
3357 if ((dev->features & NETIF_F_LLTX) == 0) { \
/linux-4.4.14/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.4.14/net/openvswitch/
Dvport-internal_dev.c167 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
174 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
/linux-4.4.14/drivers/net/
Dnlmon.c140 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
Dloopback.c180 | NETIF_F_LLTX in loopback_setup()
Ddummy.c152 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
Dveth.c307 dev->features |= NETIF_F_LLTX; in veth_setup()
Drionet.c493 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
Dvrf.c891 dev->features |= NETIF_F_LLTX; in vrf_setup()
Dmacvlan.c761 (NETIF_F_SG | NETIF_F_GEN_CSUM | NETIF_F_GSO_SOFTWARE | NETIF_F_LLTX | \
Dgeneve.c1086 dev->features |= NETIF_F_LLTX; in geneve_setup()
Dvxlan.c2526 dev->features |= NETIF_F_LLTX; in vxlan_setup()
/linux-4.4.14/net/l2tp/
Dl2tp_eth.c136 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
/linux-4.4.14/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.4.14/net/bridge/
Dbr_device.c378 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/linux-4.4.14/net/hsr/
Dhsr_device.c406 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
/linux-4.4.14/drivers/net/hamradio/
Dbpqether.c485 dev->features = NETIF_F_LLTX; /* Allow recursion */ in bpq_setup()
/linux-4.4.14/net/ipv4/
Dipip.c289 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
Dip_vti.c372 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
Dip_gre.c860 dev->features |= NETIF_F_LLTX; in __gre_tunnel_init()
/linux-4.4.14/drivers/staging/octeon/
Dethernet.c456 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c120 dev->features |= NETIF_F_LLTX; in ipvlan_init()
/linux-4.4.14/net/ipv6/
Dip6_gre.c347 dev->features |= NETIF_F_LLTX; in ip6gre_tunnel_locate()
1543 dev->features |= NETIF_F_LLTX; in ip6gre_newlink()
Dsit.c1370 dev->features |= NETIF_F_LLTX; in ipip6_tunnel_setup()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c989 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in mlxsw_sx_port_create()
Dspectrum.c1252 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in mlxsw_sp_port_create()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c1080 NETIF_F_RXCSUM | NETIF_F_LLTX; in init_one()
/linux-4.4.14/drivers/net/cris/
Deth_v10.c306 dev->features |= NETIF_F_LLTX; in etrax_ethernet_init()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dspider_net.c2299 netdev->features |= NETIF_F_IP_CSUM | NETIF_F_LLTX; in spider_net_setup_netdev()
/linux-4.4.14/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.4.14/drivers/net/ethernet/tehuti/
Dtehuti.c2064 ndev->features |= NETIF_F_LLTX; in bdx_probe()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c2288 netdev->features = netdev->hw_features | NETIF_F_LLTX | in atl1e_init_netdev()
/linux-4.4.14/drivers/net/team/
Dteam.c2070 dev->features |= NETIF_F_LLTX; in team_setup()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c4146 bond_dev->features |= NETIF_F_LLTX; in bond_setup()