Home
last modified time | relevance | path

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

12

/openbmc/linux/net/xfrm/
H A Dxfrm_interface_core.c758 NETIF_F_FRAGLIST | \
/openbmc/linux/arch/um/drivers/
H A Dvector_kern.c1632 dev->features = dev->hw_features = (NETIF_F_SG | NETIF_F_FRAGLIST); in vector_eth_configure()
/openbmc/linux/drivers/net/
H A Dvrf.c1670 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in vrf_setup()
H A Dmacvlan.c905 (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
H A Dveth.c1727 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HW_CSUM | \
H A Damt.c3112 dev->hw_features |= NETIF_F_FRAGLIST | NETIF_F_RXCSUM; in amt_link_setup()
H A Dtun.c995 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | in tun_net_init()
H A Dmacsec.c3462 (NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST)
/openbmc/linux/net/ipv4/
H A Dip_gre.c949 NETIF_F_FRAGLIST | \
/openbmc/linux/net/ipv6/
H A Dsit.c1415 NETIF_F_FRAGLIST | \
H A Dip6_tunnel.c1827 NETIF_F_FRAGLIST | \
H A Dip6_gre.c1454 NETIF_F_FRAGLIST | \
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c3236 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in vxlan_setup()
3241 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in vxlan_setup()
/openbmc/linux/drivers/net/team/
H A Dteam.c984 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | \
/openbmc/linux/drivers/net/usb/
H A Dr8152.c9796 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM | in rtl8152_probe_once()
9800 NETIF_F_TSO | NETIF_F_FRAGLIST | in rtl8152_probe_once()
9804 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | in rtl8152_probe_once()
/openbmc/linux/net/dsa/
H A Dslave.c2557 slave->features &= ~(NETIF_F_SG | NETIF_F_FRAGLIST); in dsa_slave_setup_tagger()
/openbmc/linux/include/linux/
H A Dnetdevice.h5016 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()
H A Dskbuff.h4107 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()
/openbmc/linux/net/ethtool/
H A Dioctl.c230 return NETIF_F_SG | NETIF_F_FRAGLIST; in ethtool_get_feature_mask()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1421 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | \
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3324 NETIF_F_SCTP_CRC | NETIF_F_FRAGLIST; in hns3_set_default_feature()
/openbmc/linux/lib/
H A Dtest_bpf.c14725 .features = NETIF_F_SG | NETIF_F_FRAGLIST |

12