Searched refs:other_offloads (Results 1 – 1 of 1) sorted by relevance
706 netdev_features_t other_offloads = 0; in idpf_cfg_netdev() local791 other_offloads |= NETIF_F_GRO_HW; in idpf_cfg_netdev()793 other_offloads |= NETIF_F_LOOPBACK; in idpf_cfg_netdev()796 netdev->hw_features |= netdev->features | other_offloads; in idpf_cfg_netdev()797 netdev->vlan_features |= netdev->features | other_offloads; in idpf_cfg_netdev()798 netdev->hw_enc_features |= dflt_features | other_offloads; in idpf_cfg_netdev()