Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_CSUM (Results 1 – 25 of 112) sorted by relevance

12345

/linux-6.3-rc2/include/net/
A Dnet_failover.h33 #define FAILOVER_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
37 #define FAILOVER_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_vf.c139 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup()
143 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_vf_netdev_setup()
144 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_vf_netdev_setup()
A Denetc_pf.c798 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup()
802 NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6; in enetc_pf_netdev_setup()
803 ndev->vlan_features = NETIF_F_SG | NETIF_F_HW_CSUM | in enetc_pf_netdev_setup()
/linux-6.3-rc2/include/linux/
A Dnetdev_features.h117 #define NETIF_F_HW_CSUM __NETIF_F(HW_CSUM) macro
212 NETIF_F_HW_CSUM)
/linux-6.3-rc2/arch/um/drivers/
A Dvector_transports.c411 (NETIF_F_RXCSUM | NETIF_F_HW_CSUM | in build_raw_transport_data()
431 (NETIF_F_RXCSUM | NETIF_F_HW_CSUM | in build_hybrid_transport_data()
456 (NETIF_F_RXCSUM | NETIF_F_HW_CSUM | in build_tap_transport_data()
/linux-6.3-rc2/net/sctp/
A Doffload.c71 segs = skb_segment(skb, (features | NETIF_F_HW_CSUM) & ~NETIF_F_SG); in sctp_gso_segment()
/linux-6.3-rc2/net/ipv4/
A Dudp_offload.c68 (is_ipv6 ? (NETIF_F_HW_CSUM | NETIF_F_IPV6_CSUM) : in __skb_udp_tunnel_segment()
69 (NETIF_F_HW_CSUM | NETIF_F_IP_CSUM)))); in __skb_udp_tunnel_segment()
82 features |= NETIF_F_HW_CSUM; in __skb_udp_tunnel_segment()
419 features |= NETIF_F_HW_CSUM; in udp4_ufo_fragment()
A Dgre_offload.c54 (skb->dev->features & NETIF_F_HW_CSUM)); in gre_gso_segment()
/linux-6.3-rc2/drivers/net/
A Ddummy.c121 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
A Dloopback.c181 | NETIF_F_HW_CSUM in gen_lo_setup()
A Dmacvtap.c52 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
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()
/linux-6.3-rc2/drivers/net/ethernet/asix/
A Dax88796c_main.c785 if (ndev->features & NETIF_F_HW_CSUM) { in ax88796c_set_csums()
923 if (!(changed & (NETIF_F_RXCSUM | NETIF_F_HW_CSUM))) in ax88796c_set_features()
928 if (changed & (NETIF_F_RXCSUM | NETIF_F_HW_CSUM)) in ax88796c_set_features()
1026 ndev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in ax88796c_probe()
1027 ndev->features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in ax88796c_probe()
/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_netdev.c240 dev->features |= NETIF_F_HW_CSUM; in t7xx_ccmni_wwan_setup()
241 dev->hw_features |= NETIF_F_HW_CSUM; in t7xx_ccmni_wwan_setup()
/linux-6.3-rc2/net/8021q/
A Dvlan.h115 return (ret & ~NETIF_F_CSUM_MASK) | NETIF_F_HW_CSUM; in vlan_tnl_features()
A Dvlan_dev.c569 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG | in vlan_dev_init()
658 lower_features |= NETIF_F_HW_CSUM; in vlan_dev_fix_features()
/linux-6.3-rc2/net/ipv6/
A Dudp_offload.c74 features |= NETIF_F_HW_CSUM; in udp6_ufo_fragment()
/linux-6.3-rc2/drivers/net/ipvlan/
A Dipvtap.c27 #define TUN_OFFLOADS (NETIF_F_HW_CSUM | NETIF_F_TSO_ECN | NETIF_F_TSO | \
/linux-6.3-rc2/net/openvswitch/
A Dvport-internal_dev.c112 NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in do_setup()
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/emac/
A Demac.c668 netdev->features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in emac_probe()
673 netdev->vlan_features |= NETIF_F_SG | NETIF_F_HW_CSUM | in emac_probe()
/linux-6.3-rc2/drivers/net/ethernet/faraday/
A Dftgmac100.c1958 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_HW_CSUM | in ftgmac100_probe()
1967 netdev->hw_features &= ~NETIF_F_HW_CSUM; in ftgmac100_probe()
1971 netdev->hw_features &= ~NETIF_F_HW_CSUM; in ftgmac100_probe()
1974 netdev->hw_features &= ~(NETIF_F_HW_CSUM | NETIF_F_RXCSUM); in ftgmac100_probe()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100_netdev.c384 net_dev->vlan_features |= NETIF_F_HW_CSUM | NETIF_F_SG | in ef100_probe_netdev()
/linux-6.3-rc2/drivers/misc/sgi-xp/
A Dxpnet.c571 xpnet_device->features = NETIF_F_HW_CSUM; in xpnet_init()
/linux-6.3-rc2/drivers/net/can/dev/
A Ddev.c224 dev->features = NETIF_F_HW_CSUM; in can_setup()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/
A Diwl-config.h87 #define IWL_TX_CSUM_NETIF_FLAGS_BZ (NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6)

Completed in 59 milliseconds

12345