Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/net/openvswitch/
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-6.3-rc2/include/linux/
A Dnetdev_features.h123 #define NETIF_F_LLTX __NETIF_F(LLTX) macro
196 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
/linux-6.3-rc2/drivers/net/
A Dnlmon.c93 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
A Dvsockmon.c110 NETIF_F_HIGHDMA | NETIF_F_LLTX; in vsockmon_setup()
A Ddummy.c121 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
A Dloopback.c185 | NETIF_F_LLTX in gen_lo_setup()
A Dnet_failover.c738 failover_dev->features |= NETIF_F_LLTX; in net_failover_create()
A Dbareudp.c547 dev->features |= NETIF_F_LLTX; in bareudp_setup()
A Drionet.c518 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
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-6.3-rc2/drivers/net/ethernet/sfc/
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-6.3-rc2/net/l2tp/
A Dl2tp_eth.c120 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
/linux-6.3-rc2/Documentation/networking/
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.
A Dnetdev-features.rst144 NETIF_F_LLTX is meant to be used by drivers that don't need locking at all,
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_vnd.c289 rmnet_dev->features |= NETIF_F_LLTX; in rmnet_vnd_setup()
/linux-6.3-rc2/drivers/net/hamradio/
A Dbpqether.c461 dev->features = NETIF_F_LLTX; /* Allow recursion */ in bpq_setup()
/linux-6.3-rc2/net/8021q/
A Dvlan_dev.c575 dev->features |= dev->hw_features | NETIF_F_LLTX; in vlan_dev_init()
661 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
/linux-6.3-rc2/net/hsr/
A Dhsr_device.c458 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
/linux-6.3-rc2/drivers/net/wireguard/
A Ddevice.c293 dev->features |= NETIF_F_LLTX; in wg_setup()
/linux-6.3-rc2/net/bridge/
A Dbr_device.c495 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/linux-6.3-rc2/net/ipv4/
A Dipip.c371 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
A Dip_vti.c433 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
/linux-6.3-rc2/net/batman-adv/
A Dsoft-interface.c1005 dev->features |= NETIF_F_LLTX; in batadv_softif_init_early()
/linux-6.3-rc2/drivers/staging/octeon/
A Dethernet.c428 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
/linux-6.3-rc2/drivers/net/ipvlan/
A Dipvlan_main.c117 (IPVLAN_ALWAYS_ON_OFLOADS | NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED)

Completed in 45 milliseconds

123