Searched refs:other_offloads (Results 1 – 1 of 1) sorted by relevance
828 netdev_features_t other_offloads = 0; in idpf_cfg_netdev() local918 other_offloads |= NETIF_F_GRO_HW; in idpf_cfg_netdev()920 other_offloads |= NETIF_F_LOOPBACK; in idpf_cfg_netdev()923 netdev->hw_features |= netdev->features | other_offloads; in idpf_cfg_netdev()924 netdev->vlan_features |= netdev->features | other_offloads; in idpf_cfg_netdev()925 netdev->hw_enc_features |= dflt_features | other_offloads; in idpf_cfg_netdev()