/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_selftest.c | 88 gro_enabled = priv->dev->features & NETIF_F_GRO; in mlx4_en_test_loopback() 91 priv->dev->features &= ~NETIF_F_GRO; in mlx4_en_test_loopback() 115 priv->dev->features |= NETIF_F_GRO; in mlx4_en_test_loopback()
|
D | en_rx.c | 879 (dev->features & NETIF_F_GRO)) { in mlx4_en_process_rx_cq()
|
/linux-4.4.14/include/linux/ |
D | netdev_features.h | 88 #define NETIF_F_GRO __NETIF_F(GRO) macro 180 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
|
/linux-4.4.14/include/net/ |
D | gro_cells.h | 22 if (!gcells->cells || skb_cloned(skb) || !(dev->features & NETIF_F_GRO)) { in gro_cells_receive()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 176 NETIF_F_SG | NETIF_F_GRO | in wil_if_alloc()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 2507 else if (bp->dev->features & NETIF_F_GRO && in bnx2x_bz_fp() 3308 (bp->dev->features & (NETIF_F_LRO | NETIF_F_GRO))) in bnx2x_low_latency_recv() 4950 features &= ~NETIF_F_GRO; in bnx2x_fix_features() 4979 if ((changes & NETIF_F_GRO) && (features & NETIF_F_LRO)) in bnx2x_set_features() 4980 changes &= ~NETIF_F_GRO; in bnx2x_set_features() 4983 if ((changes & NETIF_F_GRO) && bp->disable_tpa) in bnx2x_set_features() 4984 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
|
D | bnx2x_main.c | 13192 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO | in bnx2x_init_dev()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 723 NETIF_F_GRO | in xgbe_probe()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 628 if (napi && (netdev->features & NETIF_F_GRO)) in nicvf_rcv_pkt_handler() 1542 NETIF_F_TSO | NETIF_F_GRO | in nicvf_probe()
|
/linux-4.4.14/drivers/net/ipvlan/ |
D | ipvlan_main.c | 93 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 1548 NETIF_F_GRO; in hns_nic_dev_probe() 1551 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_main.c | 2145 NETIF_F_GRO; in i40evf_process_config() 2334 if (netdev->features & NETIF_F_GRO) in i40evf_init_task()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 2230 dev->wanted_features |= NETIF_F_GRO; in cxgb_extension_ioctl() 2232 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_extension_ioctl() 2268 t.lro = !!(dev->features & NETIF_F_GRO); in cxgb_extension_ioctl()
|
D | sge.c | 2269 int lro = !!(qs->netdev->features & NETIF_F_GRO); in process_responses()
|
/linux-4.4.14/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 1215 netdev->features = NETIF_F_IP_CSUM | NETIF_F_GRO; in ftgmac100_probe()
|
/linux-4.4.14/drivers/net/ |
D | macvtap.c | 139 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
|
D | macvlan.c | 767 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 1450 NETIF_F_GRO | in xgene_enet_probe()
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 256 return NETIF_F_GRO; in ethtool_get_feature_mask()
|
D | dev.c | 4208 if (!(skb->dev->features & NETIF_F_GRO)) in dev_gro_receive()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 2146 if ((bp->dev->features & NETIF_F_GRO) && (bp->pdev->revision > 0)) in bnxt_set_tpa_flags() 4951 if ((features & NETIF_F_GRO) && (bp->pdev->revision > 0)) in bnxt_set_features() 5678 NETIF_F_RXCSUM | NETIF_F_LRO | NETIF_F_GRO; in bnxt_init_one()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1629 (rspq->netdev->features & NETIF_F_GRO) && csum_ok && in t4vf_ethrx_handler()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 2142 NETIF_F_GRO; in sxgbe_drv_probe()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 1246 hw_features = NETIF_F_GRO | NETIF_F_SG | in qede_init_ndev()
|
/linux-4.4.14/drivers/net/team/ |
D | team.c | 2071 dev->features |= NETIF_F_GRO; in team_setup()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 2052 netdev->vlan_features |= NETIF_F_GRO; in mlx5e_build_netdev()
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | enic_main.c | 1191 !(netdev->features & NETIF_F_GRO)) in enic_rq_indicate_buf()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1917 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 2305 NETIF_F_IPV6_CSUM | NETIF_F_GRO | in qlcnic_setup_netdev()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 6242 dev->hw_features |= features | NETIF_F_RXCSUM | NETIF_F_GRO; in mvpp2_port_probe()
|