/linux-4.1.27/drivers/net/ |
D | loopback.c | 178 | NETIF_F_RXCSUM in loopback_setup()
|
D | veth.c | 290 NETIF_F_HW_CSUM | NETIF_F_RXCSUM | NETIF_F_HIGHDMA | \
|
D | macvlan.c | 765 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
|
D | vxlan.c | 2363 dev->features |= NETIF_F_RXCSUM; in vxlan_setup() 2368 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in vxlan_setup()
|
D | virtio_net.c | 1784 dev->features |= NETIF_F_RXCSUM; in virtnet_probe()
|
D | xen-netfront.c | 1264 netdev->features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM | in xennet_create_dev()
|
/linux-4.1.27/include/linux/ |
D | netdev_features.h | 105 #define NETIF_F_RXCSUM __NETIF_F(RXCSUM) macro
|
/linux-4.1.27/drivers/net/ethernet/davicom/ |
D | dm9000.c | 602 if (!(changed & NETIF_F_RXCSUM)) in dm9000_set_features() 606 iow(dm, DM9000_RCSR, (features & NETIF_F_RXCSUM) ? RCSR_CSUM : 0); in dm9000_set_features() 924 if (dev->hw_features & NETIF_F_RXCSUM) in dm9000_init_dm9000() 926 (dev->features & NETIF_F_RXCSUM) ? RCSR_CSUM : 0); in dm9000_init_dm9000() 1182 if (dev->features & NETIF_F_RXCSUM) { in dm9000_rx() 1650 ndev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM; in dm9000_probe()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 1130 if ((features & NETIF_F_RXCSUM) && in ath6kl_set_features() 1137 dev->features = features & ~NETIF_F_RXCSUM; in ath6kl_set_features() 1140 } else if (!(features & NETIF_F_RXCSUM) && in ath6kl_set_features() 1147 dev->features = features | NETIF_F_RXCSUM; in ath6kl_set_features() 1310 dev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in init_netdev()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 171 ndev->hw_features = NETIF_F_HW_CSUM | NETIF_F_RXCSUM | in wil_if_alloc()
|
/linux-4.1.27/drivers/net/usb/ |
D | ax88179_178a.c | 895 if (changed & NETIF_F_RXCSUM) { in ax88179_set_features() 1280 NETIF_F_RXCSUM; in ax88179_bind() 1283 NETIF_F_RXCSUM; in ax88179_bind() 1571 NETIF_F_RXCSUM; in ax88179_reset() 1574 NETIF_F_RXCSUM; in ax88179_reset()
|
D | smsc95xx.c | 641 if (features & NETIF_F_RXCSUM) in smsc95xx_set_features() 1128 dev->net->features |= NETIF_F_RXCSUM; in smsc95xx_bind() 1130 dev->net->hw_features = NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in smsc95xx_bind() 1785 if (dev->net->features & NETIF_F_RXCSUM) in smsc95xx_rx_fixup() 1803 if (dev->net->features & NETIF_F_RXCSUM) in smsc95xx_rx_fixup()
|
D | smsc75xx.c | 939 if (features & NETIF_F_RXCSUM) in smsc75xx_set_features() 1414 dev->net->features |= NETIF_F_RXCSUM; in smsc75xx_bind() 1417 NETIF_F_RXCSUM; in smsc75xx_bind() 2098 if (!(dev->net->features & NETIF_F_RXCSUM) || in smsc75xx_rx_csum_offload()
|
D | r8152.c | 3998 netdev->features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in rtl8152_probe() 4002 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM | NETIF_F_SG | in rtl8152_probe()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_ethtool.c | 266 if (changed & (NETIF_F_RXCSUM | NETIF_F_LRO | in vmxnet3_set_features() 268 if (features & NETIF_F_RXCSUM) in vmxnet3_set_features()
|
D | vmxnet3_drv.c | 1114 if (!gdesc->rcd.cnc && adapter->netdev->features & NETIF_F_RXCSUM) { in vmxnet3_rx_csum() 2154 if (adapter->netdev->features & NETIF_F_RXCSUM) in vmxnet3_setup_driver_shared() 2718 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in vmxnet3_declare_features()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hw.c | 1047 features |= NETIF_F_RXCSUM | NETIF_F_IP_CSUM | in qlcnic_process_flags() 1062 features &= ~(NETIF_F_RXCSUM | in qlcnic_process_flags() 1086 features ^= changed & (NETIF_F_RXCSUM | in qlcnic_fix_features() 1094 if (!(features & NETIF_F_RXCSUM)) in qlcnic_fix_features()
|
D | qlcnic_main.c | 2294 netdev->features |= (NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM | in qlcnic_setup_netdev() 2330 netdev->hw_enc_features |= NETIF_F_RXCSUM; in qlcnic_setup_netdev()
|
D | qlcnic_io.c | 1152 if (likely((adapter->netdev->features & NETIF_F_RXCSUM) && in qlcnic_process_rxbuf()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.c | 757 if (!(features & NETIF_F_RXCSUM)) in ibmveth_fix_features() 853 int rx_csum = !!(features & NETIF_F_RXCSUM); in ibmveth_set_features() 861 dev->features = features & ~(NETIF_F_ALL_CSUM | NETIF_F_RXCSUM); in ibmveth_set_features() 1421 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in ibmveth_probe()
|
/linux-4.1.27/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 987 if (dev->features & NETIF_F_RXCSUM) in xgmac_hw_init() 1519 if (!(changed & NETIF_F_RXCSUM)) in xgmac_set_features() 1523 if (features & NETIF_F_RXCSUM) in xgmac_set_features() 1803 NETIF_F_RXCSUM; in xgmac_probe()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3_main.c | 1404 if (card->dev->features & NETIF_F_RXCSUM) { in qeth_l3_start_ipa_checksum() 1407 card->dev->features &= ~NETIF_F_RXCSUM; in qeth_l3_start_ipa_checksum() 1942 if (card->dev->features & NETIF_F_RXCSUM) { in qeth_l3_rebuild_skb() 3192 features &= ~NETIF_F_RXCSUM; in qeth_l3_fix_features() 3204 if (!(changed & NETIF_F_RXCSUM)) in qeth_l3_set_features() 3211 err = qeth_l3_set_rx_csum(card, features & NETIF_F_RXCSUM); in qeth_l3_set_features() 3213 dev->features = features ^ NETIF_F_RXCSUM; in qeth_l3_set_features() 3307 NETIF_F_RXCSUM | NETIF_F_IP_CSUM | in qeth_l3_setup_netdev() 3309 card->dev->features = NETIF_F_RXCSUM; in qeth_l3_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/cadence/ |
D | macb.c | 799 if (bp->dev->features & NETIF_F_RXCSUM && in gem_rx() 1657 else if (macb_is_gem(bp) && bp->dev->features & NETIF_F_RXCSUM) in macb_init_hw() 1786 if (macb_is_gem(bp) && dev->features & NETIF_F_RXCSUM) in macb_set_rx_mode() 2121 if ((changed & NETIF_F_RXCSUM) && macb_is_gem(bp)) { in macb_set_features() 2125 if (features & NETIF_F_RXCSUM && in macb_set_features() 2334 dev->hw_features |= NETIF_F_HW_CSUM | NETIF_F_RXCSUM; in macb_init()
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc_drv.c | 892 net->hw_features = NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_IP_CSUM | in netvsc_probe() 894 net->features = NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_SG | NETIF_F_RXCSUM | in netvsc_probe()
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 954 if (netdev->features & NETIF_F_RXCSUM) { in gelic_net_pass_skb_up() 1489 netdev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in gelic_net_setup_netdev() 1493 netdev->features |= NETIF_F_RXCSUM; in gelic_net_setup_netdev()
|
D | spider_net.c | 972 if (netdev->features & NETIF_F_RXCSUM) { in spider_net_pass_skb_up() 2297 netdev->hw_features = NETIF_F_RXCSUM | NETIF_F_IP_CSUM; in spider_net_setup_netdev() 2299 netdev->features |= NETIF_F_RXCSUM; in spider_net_setup_netdev()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 491 dev->features &= ~NETIF_F_RXCSUM; in pch_gbe_check_options()
|
D | pch_gbe_main.c | 2327 if (!(changed & NETIF_F_RXCSUM)) in pch_gbe_set_features() 2639 netdev->hw_features = NETIF_F_RXCSUM | in pch_gbe_probe()
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1464 if (!((dev->features ^ features) & NETIF_F_RXCSUM)) in cp_set_features() 1469 if (features & NETIF_F_RXCSUM) in cp_set_features() 1961 dev->features |= NETIF_F_RXCSUM; in cp_init_one() 1962 dev->hw_features |= NETIF_F_RXCSUM; in cp_init_one()
|
D | r8169.c | 2042 if (features & NETIF_F_RXCSUM) in __rtl8169_set_features() 2063 features &= NETIF_F_RXALL | NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX; in rtl8169_set_features() 8272 dev->features |= NETIF_F_RXCSUM | in rtl_init_one() 8276 NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_TX | in rtl_init_one()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 472 NETIF_F_RXCSUM | in xgbe_probe()
|
D | xgbe-drv.c | 1733 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features() 1744 if ((features & NETIF_F_RXCSUM) && !rxcsum) in xgbe_set_features() 1746 else if (!(features & NETIF_F_RXCSUM) && rxcsum) in xgbe_set_features()
|
D | xgbe-dev.c | 1703 if (channel->pdata->netdev->features & NETIF_F_RXCSUM) in xgbe_dev_read() 2181 if (pdata->netdev->features & NETIF_F_RXCSUM) in xgbe_config_checksum_offload()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | sky2.c | 1289 (sky2->netdev->features & NETIF_F_RXCSUM) in rx_set_checksum() 2706 sky2->netdev->features &= ~NETIF_F_RXCSUM; in sky2_rx_checksum() 2772 if ((dev->features & NETIF_F_RXCSUM) && in sky2_status_intr() 2796 if (likely(dev->features & NETIF_F_RXCSUM)) in sky2_status_intr() 4388 !(features & NETIF_F_RXCSUM) && in sky2_fix_features() 4391 features |= NETIF_F_RXCSUM; in sky2_fix_features() 4402 if ((changed & NETIF_F_RXCSUM) && in sky2_set_features() 4406 (features & NETIF_F_RXCSUM) in sky2_set_features() 4775 dev->hw_features |= NETIF_F_RXCSUM; in sky2_init_netdev()
|
D | mv643xx_eth.c | 1668 bool rx_csum = features & NETIF_F_RXCSUM; in mv643xx_eth_set_features() 3156 dev->features |= NETIF_F_RXCSUM; in mv643xx_eth_probe()
|
D | skge.c | 3114 if (dev->features & NETIF_F_RXCSUM) { in skge_rx_get() 3893 NETIF_F_RXCSUM; in skge_devinit()
|
D | mvpp2.c | 6140 dev->features = features | NETIF_F_RXCSUM; in mvpp2_port_probe() 6141 dev->hw_features |= features | NETIF_F_RXCSUM | NETIF_F_GRO; in mvpp2_port_probe()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar.c | 364 if (priv->ndev->features & (NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX)) in gfar_rx_buff_size_config() 399 if (priv->ndev->features & NETIF_F_RXCSUM) in gfar_mac_rx_config() 1403 NETIF_F_RXCSUM; in gfar_probe() 1405 NETIF_F_RXCSUM | NETIF_F_HIGHDMA; in gfar_probe() 2869 if (dev->features & NETIF_F_RXCSUM) in gfar_process_frame()
|
D | fec_main.c | 2947 #define FEATURES_NEED_QUIESCE NETIF_F_RXCSUM 2957 if (changed & NETIF_F_RXCSUM) { in fec_enet_set_netdev_features() 2958 if (features & NETIF_F_RXCSUM) in fec_enet_set_netdev_features() 3097 | NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_TSO); in fec_enet_init()
|
D | gianfar_ethtool.c | 605 NETIF_F_RXCSUM))) in gfar_set_features()
|
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 1799 if (changed & NETIF_F_RXCSUM) { in sxgbe_set_features() 1800 if (features & NETIF_F_RXCSUM) { in sxgbe_set_features() 2141 NETIF_F_RXCSUM | NETIF_F_TSO | NETIF_F_TSO6 | in sxgbe_drv_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 127 priv->rx_chk_en = !!(wanted & NETIF_F_RXCSUM); in bcm_sysport_set_rx_csum() 183 if (changed & NETIF_F_RXCSUM) in bcm_sysport_set_features() 1736 dev->hw_features |= NETIF_F_RXCSUM | NETIF_F_HIGHDMA | in bcm_sysport_probe()
|
D | bnx2.c | 3249 if ((bp->dev->features & NETIF_F_RXCSUM) && in bnx2_rx_int() 8557 NETIF_F_RXHASH | NETIF_F_RXCSUM; in bnx2_init_one()
|
D | tg3.c | 6908 if ((tp->dev->features & NETIF_F_RXCSUM) && in tg3_rx() 17760 features |= NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in tg3_init_one() 17938 (dev->features & NETIF_F_RXCSUM) != 0, in tg3_init_one()
|
/linux-4.1.27/drivers/net/xen-netback/ |
D | interface.c | 429 dev->features = dev->hw_features | NETIF_F_RXCSUM; in xenvif_alloc()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 1078 NETIF_F_RXCSUM; in init_one() 1080 NETIF_F_RXCSUM | NETIF_F_LLTX; in init_one()
|
D | sge.c | 1378 if ((dev->features & NETIF_F_RXCSUM) && p->csum == 0xffff && in sge_rx()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_rx.c | 847 l2_tunnel = (dev->hw_enc_features & NETIF_F_RXCSUM) && in mlx4_en_process_rx_cq() 850 if (likely(dev->features & NETIF_F_RXCSUM)) { in mlx4_en_process_rx_cq()
|
D | en_netdev.c | 2331 priv->dev->hw_enc_features |= NETIF_F_IP_CSUM | NETIF_F_RXCSUM | in mlx4_en_add_vxlan_offloads() 2341 priv->dev->hw_enc_features &= ~(NETIF_F_IP_CSUM | NETIF_F_RXCSUM | in mlx4_en_del_vxlan_offloads() 2907 dev->hw_features |= NETIF_F_RXCSUM | NETIF_F_RXHASH; in mlx4_en_init_netdev()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 350 if (!(changed & (NETIF_F_RXCSUM|NETIF_F_HW_VLAN_CTAG_RX))) in ixgb_set_features() 353 adapter->rx_csum = !!(features & NETIF_F_RXCSUM); in ixgb_set_features() 483 netdev->hw_features |= NETIF_F_RXCSUM; in ixgb_probe()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 609 if (likely(dev->features & NETIF_F_RXCSUM)) in ioc3_rx() 1329 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in ioc3_probe()
|
/linux-4.1.27/drivers/net/ethernet/aeroflex/ |
D | greth.c | 920 if (dev->features & NETIF_F_RXCSUM && hw_checksummed(status)) in greth_rx_gbit() 1529 NETIF_F_RXCSUM; in greth_of_probe()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 1061 if (bp->dev->features & NETIF_F_RXCSUM) in bnx2x_rx_int() 4825 if (!(features & NETIF_F_RXCSUM) && !bp->disable_tpa) { in bnx2x_fix_features() 4826 features &= ~NETIF_F_RXCSUM; in bnx2x_fix_features() 4827 features |= dev->features & NETIF_F_RXCSUM; in bnx2x_fix_features() 4837 if (!(features & NETIF_F_RXCSUM)) { in bnx2x_fix_features()
|
D | bnx2x_main.c | 3395 if (bp->dev->features & NETIF_F_RXCSUM) in bnx2x_drv_info_ether_stat() 12785 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | in bnx2x_init_dev()
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_main.c | 88 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
|
/linux-4.1.27/net/8021q/ |
D | vlan_dev.c | 614 features |= NETIF_F_RXCSUM; in vlan_dev_fix_features()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 2388 features &= ~NETIF_F_RXCSUM; in stmmac_fix_features() 2410 if (features & NETIF_F_RXCSUM) in stmmac_set_features() 2893 NETIF_F_RXCSUM; in stmmac_dvr_probe()
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | rx.c | 677 if (unlikely(!(efx->net_dev->features & NETIF_F_RXCSUM))) in __efx_rx_packet()
|
D | efx.c | 2993 NETIF_F_RXCSUM); in efx_pci_probe() 2999 NETIF_F_RXCSUM); in efx_pci_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2126 NETIF_F_RXCSUM | in i40evf_init_task() 2139 netdev->hw_features &= ~NETIF_F_RXCSUM; in i40evf_init_task()
|
D | i40e_txrx.c | 872 if (!(vsi->netdev->features & NETIF_F_RXCSUM)) in i40e_rx_checksum()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | jme.c | 2770 if (features & NETIF_F_RXCSUM) in jme_set_features() 3056 NETIF_F_RXCSUM; in jme_init_one() 3125 netdev->features |= NETIF_F_RXCSUM; in jme_init_one()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 420 rx_csum_en = !!(wanted & NETIF_F_RXCSUM); in bcmgenet_set_rx_csum() 481 if (changed & (NETIF_F_RXCSUM)) in bcmgenet_set_features() 3130 NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM; in bcmgenet_probe()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 254 if ((dev->features & NETIF_F_RXCSUM) && in ipoib_ib_handle_rx_wc()
|
D | ipoib_main.c | 1555 NETIF_F_IP_CSUM | NETIF_F_RXCSUM; in ipoib_set_dev_features()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 1596 if ((ndev->features & NETIF_F_RXCSUM) && in ql_process_mac_rx_page() 1700 if ((ndev->features & NETIF_F_RXCSUM) && in ql_process_mac_rx_skb() 2014 if ((ndev->features & NETIF_F_RXCSUM) && in ql_process_mac_split_rx_intr() 4761 NETIF_F_RXCSUM; in qlge_probe()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 1112 if ((netdev->features & NETIF_F_RXCSUM) && tcp_udp_csum_ok && in enic_rq_indicate_buf() 2628 netdev->hw_features |= NETIF_F_RXCSUM; in enic_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2593 if (features & NETIF_F_RXCSUM) in igbvf_set_features() 2722 NETIF_F_RXCSUM; in igbvf_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 1419 NETIF_F_RXCSUM; in fm10k_alloc_netdev()
|
D | fm10k_main.c | 365 if (!(ring->netdev->features & NETIF_F_RXCSUM)) in fm10k_rx_checksum()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 600 if (!(adapter->netdev->features & NETIF_F_RXCSUM)) in e1000_rx_checksum() 3280 if (adapter->netdev->features & NETIF_F_RXCSUM) in e1000_configure_rx() 6689 NETIF_F_RXCSUM | NETIF_F_RXHASH | NETIF_F_RXFCS | in e1000_set_features() 6901 NETIF_F_RXCSUM | in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 831 if (!(changed & (NETIF_F_RXCSUM | NETIF_F_RXALL))) in e1000_set_features() 835 adapter->rx_csum = !!(features & NETIF_F_RXCSUM); in e1000_set_features() 1070 netdev->hw_features |= (NETIF_F_RXCSUM | in e1000_probe()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 542 if (!(features & NETIF_F_RXCSUM)) { in netxen_fix_features() 1375 NETIF_F_RXCSUM; in netxen_setup_netdev()
|
D | netxen_nic_init.c | 1521 if (likely((adapter->netdev->features & NETIF_F_RXCSUM) in netxen_process_rxbuf()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2023 if ((skb->dev->features & NETIF_F_RXCSUM) && p->csum_valid && in rx_eth() 2107 if ((qs->netdev->features & NETIF_F_RXCSUM) && in lro_add_page()
|
D | cxgb3_main.c | 3286 NETIF_F_TSO | NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX; in init_one()
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | main.c | 232 if (alx->dev->features & NETIF_F_RXCSUM && in alx_clean_rx_irq()
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 4827 features |= NETIF_F_RXCSUM; in nv_fix_features() 4866 if (changed & NETIF_F_RXCSUM) { in nv_set_features() 4869 if (features & NETIF_F_RXCSUM) in nv_set_features() 5713 NETIF_F_TSO | NETIF_F_RXCSUM; in nv_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 473 if (!(ring->netdev->features & NETIF_F_RXCSUM)) in ixgbevf_rx_checksum() 4005 NETIF_F_RXCSUM; in ixgbevf_probe()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunhme.c | 2826 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in happy_meal_sbus_probe_one() 3141 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in happy_meal_pci_probe()
|
D | sungem.c | 2977 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in gem_init_one()
|
D | niu.c | 9729 dev->features |= dev->hw_features | NETIF_F_RXCSUM; in niu_set_basic_features()
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 230 return NETIF_F_RXCSUM; in ethtool_get_feature_mask()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 1407 if (!(ring->netdev->features & NETIF_F_RXCSUM)) in ixgbe_rx_checksum() 7775 if (!(features & NETIF_F_RXCSUM)) in ixgbe_fix_features() 8525 NETIF_F_RXCSUM; in ixgbe_probe() 8557 netdev->hw_enc_features |= NETIF_F_RXCSUM; in ixgbe_probe()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 702 ((bnad->netdev->features & NETIF_F_RXCSUM) && in bnad_cq_process() 3445 netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM | in bnad_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1602 (rspq->netdev->features & NETIF_F_RXCSUM); in t4vf_ethrx_handler()
|
D | cxgb4vf_main.c | 2776 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_RXCSUM; in cxgb4vf_pci_probe()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 492 (dev->features & NETIF_F_RXCSUM) && /* Offload Rx side CSUM */ in vxge_rx_1b_compl() 3434 ndev->hw_features = NETIF_F_RXCSUM | NETIF_F_SG | in vxge_device_register()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_hw.c | 2912 if (nesvnic->netdev->features & NETIF_F_RXCSUM) in nes_nic_ce_handler() 2923 if (nesvnic->netdev->features & NETIF_F_RXCSUM) { in nes_nic_ce_handler()
|
D | nes_nic.c | 1710 netdev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_RX; in nes_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 1485 if (dev->features & NETIF_F_RXCSUM) { in myri10ge_rx_done() 4097 netdev->hw_features = mgp->features | NETIF_F_RXCSUM; in myri10ge_probe()
|
/linux-4.1.27/drivers/net/ethernet/tehuti/ |
D | tehuti.c | 2021 NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_RXCSUM in bdx_probe()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | typhoon.c | 2450 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_RXCSUM; in typhoon_init_one()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.c | 1389 if (!(vsi->netdev->features & NETIF_F_RXCSUM)) in i40e_rx_checksum()
|
D | i40e_main.c | 8176 NETIF_F_RXCSUM | in i40e_config_netdev()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 1876 if (likely((netdev->features & NETIF_F_RXCSUM) && csum_passed(rxcp))) in be_rx_compl_process() 5037 NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM | NETIF_F_RXCSUM | in be_netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6591 if (features & NETIF_F_RXCSUM) in netdev_set_features() 6789 dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_RXCSUM; in netdev_init()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1862 (q->netdev->features & NETIF_F_RXCSUM); in t4_ethrx_handler()
|
D | cxgb4_main.c | 4587 NETIF_F_RXCSUM | NETIF_F_RXHASH | in init_one()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | core.c | 2855 ndev->features |= ndev->hw_features | NETIF_F_RXCSUM; in emac_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2367 NETIF_F_RXCSUM | in igb_probe() 6756 if (!(ring->netdev->features & NETIF_F_RXCSUM)) in igb_rx_checksum()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl1.c | 3032 netdev->features |= NETIF_F_RXCSUM; in atl1_probe()
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3040 NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_RXCSUM; in ehea_setup_single_port()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_main.c | 1062 #define BOND_ENC_FEATURES (NETIF_F_ALL_CSUM | NETIF_F_SG | NETIF_F_RXCSUM |\
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io.c | 7423 (dev->features & NETIF_F_RXCSUM)) { in rx_osm_handler() 7920 NETIF_F_RXCSUM | NETIF_F_LRO; in s2io_init_nic()
|