| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdev_features.h | 117 #define NETIF_F_LLTX __NETIF_F(LLTX) macro 185 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | vport-internal_dev.c | 126 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup() 133 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | nlmon.c | 92 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
|
| H A D | vsockmon.c | 109 NETIF_F_HIGHDMA | NETIF_F_LLTX; in vsockmon_setup()
|
| H A D | dummy.c | 128 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
|
| H A D | loopback.c | 184 | NETIF_F_LLTX in gen_lo_setup()
|
| H A D | net_failover.c | 738 failover_dev->features |= NETIF_F_LLTX; in net_failover_create()
|
| H A D | rionet.c | 516 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
|
| H A D | bareudp.c | 538 dev->features |= NETIF_F_LLTX; in bareudp_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_net_repr.c | 250 features |= NETIF_F_LLTX; in nfp_repr_fix_features() 386 netdev->features |= NETIF_F_LLTX; in nfp_repr_init()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | netdevices.rst | 232 When the driver sets NETIF_F_LLTX in dev->features this will be 236 set_rx_mode. WARNING: use of NETIF_F_LLTX is deprecated.
|
| H A D | netdev-features.rst | 144 NETIF_F_LLTX is meant to be used by drivers that don't need locking at all,
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | l2tp_eth.c | 120 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_vnd.c | 236 rmnet_dev->features |= NETIF_F_LLTX; in rmnet_vnd_setup()
|
| /OK3568_Linux_fs/kernel/net/8021q/ |
| H A D | vlan_dev.c | 566 dev->features |= dev->hw_features | NETIF_F_LLTX; in vlan_dev_init() 648 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | bpqether.c | 463 dev->features = NETIF_F_LLTX; /* Allow recursion */ in bpq_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | device.c | 277 dev->features |= NETIF_F_LLTX; in wg_setup()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_gre.c | 774 dev->features |= NETIF_F_LLTX; in ipgre_link_update() 777 dev->features &= ~(NETIF_F_LLTX | NETIF_F_GSO_SOFTWARE); in ipgre_link_update() 976 dev->features |= NETIF_F_LLTX; in __gre_tunnel_init()
|
| H A D | ipip.c | 369 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
|
| H A D | ip_vti.c | 430 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_device.c | 454 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_device.c | 482 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | soft-interface.c | 1052 dev->features |= NETIF_F_LLTX; in batadv_softif_init_early()
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon/ |
| H A D | ethernet.c | 432 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_interface.c | 604 dev->features |= NETIF_F_LLTX; in xfrmi_dev_init()
|