Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/net/
A Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/linux-6.3-rc2/include/linux/
A Dnetdev_features.h110 #define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) macro
230 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
A Dif_vlan.h742 NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX | in vlan_features_check()
/linux-6.3-rc2/drivers/net/
A Dnlmon.c92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
A Dvsockmon.c109 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
A Ddummy.c119 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
A Dloopback.c179 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
A Dbareudp.c545 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
549 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
A Difb.c291 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
A Dgeneve.c1249 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in geneve_setup()
1253 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in geneve_setup()
A Dtap.c120 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
/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()
/linux-6.3-rc2/net/phonet/
A Dpep-gprs.c219 dev->features = NETIF_F_FRAGLIST; in gprs_setup()
/linux-6.3-rc2/drivers/net/netdevsim/
A Dnetdev.c284 NETIF_F_FRAGLIST | in nsim_setup()
/linux-6.3-rc2/Documentation/livepatch/
A Dcallbacks.rst129 The commit ``48900cb6af42 ("virtio-net: drop NETIF_F_FRAGLIST")`` change the way that
/linux-6.3-rc2/net/hsr/
A Dhsr_device.c451 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/linux-6.3-rc2/net/bridge/
A Dbr_device.c21 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux-6.3-rc2/net/ipv4/
A Dipip.c358 NETIF_F_FRAGLIST | \
/linux-6.3-rc2/Documentation/networking/
A Dnetdev-features.rst134 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
A Dsegmentation-offloads.rst183 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
/linux-6.3-rc2/drivers/net/xen-netback/
A Dinterface.c529 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
/linux-6.3-rc2/net/8021q/
A Dvlan_dev.c570 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | in vlan_dev_init()
/linux-6.3-rc2/drivers/net/ethernet/ibm/
A Dibmveth.c1727 netdev->hw_features |= NETIF_F_FRAGLIST; in ibmveth_probe()
1728 netdev->features |= NETIF_F_FRAGLIST; in ibmveth_probe()
/linux-6.3-rc2/drivers/net/ipvlan/
A Dipvlan_main.c120 (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100_nic.c1220 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \

Completed in 40 milliseconds

12