Searched refs:other_offloads (Results 1 – 1 of 1) sorted by relevance
824 netdev_features_t other_offloads = 0; in idpf_cfg_netdev() local914 other_offloads |= NETIF_F_GRO_HW; in idpf_cfg_netdev()916 other_offloads |= NETIF_F_LOOPBACK; in idpf_cfg_netdev()919 netdev->hw_features |= netdev->features | other_offloads; in idpf_cfg_netdev()920 netdev->vlan_features |= netdev->features | other_offloads; in idpf_cfg_netdev()921 netdev->hw_enc_features |= dflt_features | other_offloads; in idpf_cfg_netdev()