| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdev_features.h | 104 #define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) macro 219 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
|
| H A D | if_vlan.h | 740 NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX | in vlan_features_check()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | net_failover.h | 34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | nlmon.c | 91 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
|
| H A D | vsockmon.c | 108 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
|
| H A D | dummy.c | 126 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
|
| H A D | loopback.c | 178 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
|
| H A D | ifb.c | 191 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
|
| H A D | tap.c | 120 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
|
| H A D | veth.c | 1239 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HW_CSUM | \
|
| /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()
|
| /OK3568_Linux_fs/kernel/net/phonet/ |
| H A D | pep-gprs.c | 215 dev->features = NETIF_F_FRAGLIST; in gprs_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/netdevsim/ |
| H A D | netdev.c | 278 NETIF_F_FRAGLIST | in nsim_setup()
|
| /OK3568_Linux_fs/kernel/Documentation/livepatch/ |
| H A D | callbacks.rst | 129 The commit ``48900cb6af42 ("virtio-net: drop NETIF_F_FRAGLIST")`` change the way that
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_device.c | 21 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_device.c | 475 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ipip.c | 356 NETIF_F_FRAGLIST | \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | netdev-features.rst | 134 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
|
| H A D | segmentation-offloads.rst | 183 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
|
| /OK3568_Linux_fs/kernel/drivers/net/xen-netback/ |
| H A D | interface.c | 527 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 1718 netdev->hw_features |= NETIF_F_FRAGLIST; in ibmveth_probe() 1719 netdev->features |= NETIF_F_FRAGLIST; in ibmveth_probe()
|
| /OK3568_Linux_fs/kernel/net/8021q/ |
| H A D | vlan_dev.c | 561 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | in vlan_dev_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ipvlan/ |
| H A D | ipvlan_main.c | 117 (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 2319 NETIF_F_TSO_MANGLEID | NETIF_F_FRAGLIST; in hns3_set_default_feature() 2330 NETIF_F_FRAGLIST; in hns3_set_default_feature() 2338 NETIF_F_FRAGLIST; in hns3_set_default_feature() 2346 NETIF_F_FRAGLIST; in hns3_set_default_feature()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | ef100_nic.c | 690 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
|