Home
last modified time | relevance | path

Searched refs:NETIF_F_RXCSUM (Results 101 – 125 of 211) sorted by relevance

123456789

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c593 if (!(ndev->features & NETIF_F_RXCSUM)) in xgene_enet_rx_csum()
2068 ndev->features |= NETIF_F_TSO | NETIF_F_RXCSUM; in xgene_enet_probe()
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c825 if (netdev->hw_features & NETIF_F_RXCSUM) { in nicvf_rcv_pkt_handler()
2205 netdev->hw_features = (NETIF_F_RXCSUM | NETIF_F_SG | in nicvf_probe()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_main.c1117 card->dev->hw_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev()
1118 card->dev->vlan_features |= NETIF_F_RXCSUM; in qeth_l2_setup_netdev()
H A Dqeth_core_main.c5531 if (is_cso && (card->dev->features & NETIF_F_RXCSUM)) { in qeth_receive_skb()
6832 if (changed & NETIF_F_RXCSUM) { in qeth_set_features()
6833 rc = qeth_set_ipa_rx_csum(card, features & NETIF_F_RXCSUM); in qeth_set_features()
6835 changed ^= NETIF_F_RXCSUM; in qeth_set_features()
6874 features &= ~NETIF_F_RXCSUM; in qeth_fix_features()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1609 if (netdev->features & NETIF_F_RXCSUM) in lan743x_rfe_set_multicast()
2692 if (rx->adapter->netdev->features & NETIF_F_RXCSUM) { in lan743x_rx_process_buffer()
3444 NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in lan743x_pcidev_probe()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx.c811 if (likely(feat & NETIF_F_RXCSUM)) { in gve_rx()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c343 if (!(self->aq_nic->ndev->features & NETIF_F_RXCSUM)) in aq_rx_checksum()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c348 hw->netdev_features = NETIF_F_RXCSUM; in mt7915_init_wiphy()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c2899 NETIF_F_RXCSUM); in ef4_pci_probe()
2902 NETIF_F_HIGHDMA | NETIF_F_RXCSUM); in ef4_pci_probe()
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2211 if (!(changed & NETIF_F_RXCSUM)) in pch_gbe_set_features()
2522 netdev->hw_features = NETIF_F_RXCSUM | in pch_gbe_probe()
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2640 if (features & NETIF_F_RXCSUM) in igbvf_set_features()
2794 NETIF_F_RXCSUM | in igbvf_probe()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1567 NETIF_F_RXCSUM; in fm10k_alloc_netdev()
H A Dfm10k_main.c363 if (!(ring->netdev->features & NETIF_F_RXCSUM)) in fm10k_rx_checksum()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_nic.c1224 #define EF100_OFFLOAD_FEATURES (NETIF_F_HW_CSUM | NETIF_F_RXCSUM | \
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c263 if ((dev->features & NETIF_F_RXCSUM) && in ipoib_ib_handle_rx_wc()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1071 if (unlikely(!(rx_ring->netdev->features & NETIF_F_RXCSUM))) { in ena_rx_checksum()
3668 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()
3672 dev_features |= NETIF_F_RXCSUM; in ena_set_dev_offloads()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c125 priv->rx_chk_en = !!(wanted & NETIF_F_RXCSUM); in bcm_sysport_set_rx_csum()
2583 dev->features |= NETIF_F_RXCSUM | NETIF_F_HIGHDMA | in bcm_sysport_probe()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c407 if (pdata->netdev->features & NETIF_F_RXCSUM) in xlgmac_config_checksum_offload()
2763 if (netdev->features & NETIF_F_RXCSUM) in xlgmac_dev_read()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c846 if (likely(dev->features & NETIF_F_RXCSUM)) { in gem_rx()
2979 dev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in gem_init_one()
/openbmc/linux/drivers/net/ethernet/cortina/
H A Dgemini.c82 NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM | \
2015 int enable = features & NETIF_F_RXCSUM; in gmac_set_features()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c665 if (!(dp->netdev->features & NETIF_F_RXCSUM)) in nfp_nfd3_rx_csum()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c517 NETIF_F_RXCSUM))) in gfar_set_features()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c813 if (!(changed & (NETIF_F_RXCSUM | NETIF_F_RXALL))) in e1000_set_features()
817 adapter->rx_csum = !!(features & NETIF_F_RXCSUM); in e1000_set_features()
1052 netdev->hw_features |= (NETIF_F_RXCSUM | in e1000_probe()
/openbmc/linux/drivers/net/usb/
H A Dlan78xx.c2579 if (features & NETIF_F_RXCSUM) { in lan78xx_set_features()
3444 dev->net->features |= NETIF_F_RXCSUM; in lan78xx_bind()
3519 if (!(dev->net->features & NETIF_F_RXCSUM) || in lan78xx_rx_csum_offload()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c1467 if (features & NETIF_F_RXCSUM) in ionic_netdev_features_to_nic()
1583 NETIF_F_RXCSUM | in ionic_init_nic_features()
1618 netdev->hw_enc_features |= NETIF_F_RXCSUM; in ionic_init_nic_features()

123456789