Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dnetdev_features.h123 #define NETIF_F_LLTX __NETIF_F(LLTX) macro
196 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
/linux/net/openvswitch/
H A Dvport-internal_dev.c111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
118 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
/linux/drivers/net/
H A Dnlmon.c72 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
H A Dvsockmon.c92 NETIF_F_HIGHDMA | NETIF_F_LLTX; in vsockmon_setup()
H A Ddummy.c114 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
H A Dloopback.c182 | NETIF_F_LLTX in gen_lo_setup()
H A Dnet_failover.c734 failover_dev->features |= NETIF_F_LLTX; in net_failover_create()
H A Drionet.c518 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
H A Dbareudp.c556 dev->features |= NETIF_F_LLTX; in bareudp_setup()
H A Dnetkit.c249 dev->features |= netkit_features | NETIF_F_LLTX; in netkit_setup()
/linux/drivers/net/ethernet/sfc/
H A Def100_rep.c236 net_dev->features |= NETIF_F_LLTX; in efx_ef100_rep_create_netdev()
237 net_dev->hw_features |= NETIF_F_LLTX; in efx_ef100_rep_create_netdev()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c251 features |= NETIF_F_LLTX; in nfp_repr_fix_features()
389 netdev->features |= NETIF_F_LLTX; in nfp_repr_init()
/linux/Documentation/networking/
H A Dnetdevices.rst261 When the driver sets NETIF_F_LLTX in dev->features this will be
265 set_rx_mode. WARNING: use of NETIF_F_LLTX is deprecated.
H A Dnetdev-features.rst144 NETIF_F_LLTX is meant to be used by drivers that don't need locking at all,
/linux/net/l2tp/
H A Dl2tp_eth.c112 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
/linux/drivers/net/hamradio/
H A Dbpqether.c461 dev->features = NETIF_F_LLTX; /* Allow recursion */ in bpq_setup()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c289 rmnet_dev->features |= NETIF_F_LLTX; in rmnet_vnd_setup()
/linux/net/8021q/
H A Dvlan_dev.c572 dev->features |= dev->hw_features | NETIF_F_LLTX; in vlan_dev_init()
658 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
/linux/drivers/net/wireguard/
H A Ddevice.c292 dev->features |= NETIF_F_LLTX; in wg_setup()
/linux/net/bridge/
H A Dbr_device.c491 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/linux/net/ipv4/
H A Dipip.c381 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
H A Dip_vti.c446 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
/linux/net/hsr/
H A Dhsr_device.c527 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
/linux/net/batman-adv/
H A Dsoft-interface.c1024 dev->features |= NETIF_F_LLTX; in batadv_softif_init_early()
/linux/drivers/staging/octeon/
H A Dethernet.c428 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()

123