/kernel/linux/linux-5.10/arch/um/drivers/ |
D | vector_transports.c | 409 vp->dev->hw_features |= (NETIF_F_TSO | NETIF_F_GRO); in build_raw_transport_data() 412 NETIF_F_TSO | NETIF_F_GRO); in build_raw_transport_data() 429 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data() 432 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_hybrid_transport_data() 454 (NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data() 457 NETIF_F_TSO | NETIF_F_GSO | NETIF_F_GRO); in build_tap_transport_data()
|
D | vector_kern.c | 1361 if (features & NETIF_F_GRO) in vector_set_features()
|
/kernel/linux/linux-5.10/include/linux/ |
D | netdev_features.h | 106 #define NETIF_F_GRO __NETIF_F(GRO) macro 234 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 351 NETIF_F_GRO | in xgbe_config_netdev() 366 NETIF_F_GRO | in xgbe_config_netdev()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 339 NETIF_F_SG | NETIF_F_GRO | in wil_vif_alloc()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-common.c | 194 netdev->hw_features |= NETIF_F_GRO; in xlgmac_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene-v2/ |
D | main.c | 652 NETIF_F_GRO; in xge_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
D | hns_enet.c | 2330 NETIF_F_GRO; in hns_nic_dev_probe() 2333 ndev->vlan_features |= NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO; in hns_nic_dev_probe() 2342 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6; in hns_nic_dev_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.c | 104 netdev->hw_features |= NETIF_F_GRO; in mlx5i_init()
|
/kernel/linux/linux-5.10/drivers/net/ipvlan/ |
D | ipvlan_main.c | 119 NETIF_F_GRO | NETIF_F_RXCSUM | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 2244 dev->wanted_features |= NETIF_F_GRO; in cxgb_extension_ioctl() 2246 dev->wanted_features &= ~NETIF_F_GRO; in cxgb_extension_ioctl() 2286 t.lro = !!(dev->features & NETIF_F_GRO); in cxgb_extension_ioctl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
D | iavf_main.c | 1859 if (netdev->features & NETIF_F_GRO) in iavf_init_get_resources() 3613 if (!(netdev->wanted_features & NETIF_F_GRO)) in iavf_process_config() 3614 netdev->features &= ~NETIF_F_GRO; in iavf_process_config()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_enet.c | 2316 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_GRE | in hns3_set_default_feature() 2327 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_GRE | in hns3_set_default_feature() 2334 NETIF_F_SG | NETIF_F_GSO | NETIF_F_GRO | in hns3_set_default_feature() 2343 NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_GSO_GRE | in hns3_set_default_feature()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_main.c | 842 if (napi && (netdev->features & NETIF_F_GRO)) in nicvf_rcv_pkt_handler() 2225 NETIF_F_TSO | NETIF_F_GRO | NETIF_F_TSO6 | in nicvf_probe()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | tap.c | 119 #define RX_OFFLOADS (NETIF_F_GRO | NETIF_F_LRO)
|
D | thunderbolt.c | 1232 dev->hw_features = NETIF_F_SG | NETIF_F_ALL_TSO | NETIF_F_GRO | in tbnet_probe()
|
D | macvlan.c | 874 NETIF_F_TSO_ECN | NETIF_F_TSO6 | NETIF_F_GRO | NETIF_F_RXCSUM | \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rep.c | 749 netdev->hw_features |= NETIF_F_GRO; in mlx5e_build_rep_netdev()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 1918 NETIF_F_GRO | NETIF_F_IPV6_CSUM | NETIF_F_HIGHDMA) 3078 netdev->hw_features = NETIF_F_SG | TSO_FLAGS | NETIF_F_GRO | in cxgb4vf_pci_probe()
|
D | sge.c | 1631 (rspq->netdev->features & NETIF_F_GRO) && csum_ok && in t4vf_ethrx_handler()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/faraday/ |
D | ftgmac100.c | 1900 NETIF_F_GRO | NETIF_F_SG | NETIF_F_HW_VLAN_CTAG_RX | in ftgmac100_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_filter.c | 921 !(features & NETIF_F_GRO)) in qede_fix_features()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 2107 NETIF_F_GRO; in sxgbe_drv_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 3862 features &= ~NETIF_F_GRO; in cxgb_fix_features() 6221 NETIF_F_GRO | NETIF_F_IPV6_CSUM | NETIF_F_HIGHDMA) 6835 NETIF_F_RXCSUM | NETIF_F_RXHASH | NETIF_F_GRO | in init_one()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 4933 if (!(features & NETIF_F_GRO) || !bnx2x_mtu_allows_gro(dev->mtu)) in bnx2x_fix_features() 4964 changes &= ~NETIF_F_GRO; in bnx2x_set_features()
|