Home
last modified time | relevance | path

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

12

/openbmc/linux/include/net/
H A Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/openbmc/linux/include/linux/
H A Dnetdev_features.h110 #define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) macro
230 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
H A Dif_vlan.h789 NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX | in vlan_features_check()
/openbmc/linux/drivers/net/
H A Dnlmon.c92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
H A Dvsockmon.c109 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
H A Ddummy.c120 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
H A Dloopback.c180 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
H 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()
H A Difb.c291 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
H A Dgeneve.c1261 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in geneve_setup()
1265 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in geneve_setup()
H A Dtap.c122 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
/openbmc/linux/net/openvswitch/
H A Dvport-internal_dev.c111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/openbmc/linux/net/phonet/
H A Dpep-gprs.c219 dev->features = NETIF_F_FRAGLIST; in gprs_setup()
/openbmc/linux/Documentation/livepatch/
H A Dcallbacks.rst129 The commit ``48900cb6af42 ("virtio-net: drop NETIF_F_FRAGLIST")`` change the way that
/openbmc/linux/drivers/net/netdevsim/
H A Dnetdev.c311 NETIF_F_FRAGLIST | in nsim_setup()
/openbmc/linux/net/hsr/
H A Dhsr_device.c448 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/openbmc/linux/net/ipv4/
H A Dipip.c359 NETIF_F_FRAGLIST | \
/openbmc/linux/net/bridge/
H A Dbr_device.c21 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/openbmc/linux/Documentation/networking/
H A Dnetdev-features.rst134 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
H A Dsegmentation-offloads.rst183 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
/openbmc/linux/drivers/net/xen-netback/
H A Dinterface.c527 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c1726 netdev->hw_features |= NETIF_F_FRAGLIST; in ibmveth_probe()
1727 netdev->features |= NETIF_F_FRAGLIST; in ibmveth_probe()
/openbmc/linux/drivers/net/ipvlan/
H A Dipvlan_main.c120 (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/openbmc/linux/net/8021q/
H A Dvlan_dev.c586 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | in vlan_dev_init()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_nic.c1225 NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \

12