Home
last modified time | relevance | path

Searched refs:NETIF_F_FRAGLIST (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v4.19/include/linux/
Dnetdev_features.h103 #define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) macro
197 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
Dif_vlan.h706 NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX | in vlan_features_check()
/Linux-v4.19/include/net/
Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/Linux-v4.19/drivers/net/
Dnlmon.c118 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Dvsockmon.c140 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
Dloopback.c185 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
Ddummy.c164 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
Difb.c192 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
Dtap.c119 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
Dveth.c1022 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HW_CSUM | \
Dvrf.c1258 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in vrf_setup()
/Linux-v4.19/net/phonet/
Dpep-gprs.c228 dev->features = NETIF_F_FRAGLIST; in gprs_setup()
/Linux-v4.19/net/openvswitch/
Dvport-internal_dev.c156 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/Linux-v4.19/net/hsr/
Dhsr_device.c410 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/Linux-v4.19/net/bridge/
Dbr_device.c25 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt131 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
Dsegmentation-offloads.txt169 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
/Linux-v4.19/drivers/net/netdevsim/
Dnetdev.c513 NETIF_F_FRAGLIST | in nsim_setup()
/Linux-v4.19/net/ipv4/
Dipip.c371 NETIF_F_FRAGLIST | \
/Linux-v4.19/drivers/net/xen-netback/
Dinterface.c484 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
/Linux-v4.19/net/8021q/
Dvlan_dev.c564 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | in vlan_dev_init()
/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmveth.c1690 netdev->hw_features |= NETIF_F_FRAGLIST; in ibmveth_probe()
1691 netdev->features |= NETIF_F_FRAGLIST; in ibmveth_probe()
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_main.c181 (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/Linux-v4.19/arch/um/drivers/
Dvector_kern.c1509 dev->features = dev->hw_features = (NETIF_F_SG | NETIF_F_FRAGLIST); in vector_eth_configure()
/Linux-v4.19/Documentation/livepatch/
Dcallbacks.txt114 48900cb6af42 ("virtio-net: drop NETIF_F_FRAGLIST") change the way that

12