Searched refs:other_offloads (Results 1 – 1 of 1) sorted by relevance
830 netdev_features_t other_offloads = 0; in idpf_cfg_netdev() local920 other_offloads |= NETIF_F_GRO_HW; in idpf_cfg_netdev()922 other_offloads |= NETIF_F_LOOPBACK; in idpf_cfg_netdev()925 netdev->hw_features |= netdev->features | other_offloads; in idpf_cfg_netdev()926 netdev->vlan_features |= netdev->features | other_offloads; in idpf_cfg_netdev()927 netdev->hw_enc_features |= dflt_features | other_offloads; in idpf_cfg_netdev()