Searched refs:dflt_features (Results 1 – 2 of 2) sorted by relevance
709 netdev_features_t dflt_features; in idpf_cfg_netdev() local768 dflt_features = NETIF_F_SG | in idpf_cfg_netdev()772 dflt_features |= NETIF_F_RXHASH; in idpf_cfg_netdev()795 netdev->features |= dflt_features | csum_offloads | tso_offloads; in idpf_cfg_netdev()798 netdev->hw_enc_features |= dflt_features | other_offloads; in idpf_cfg_netdev()
3557 netdev_features_t dflt_features; in ice_set_netdev_features() local3567 dflt_features = NETIF_F_SG | in ice_set_netdev_features()3600 netdev->hw_features = dflt_features | csumo_features | in ice_set_netdev_features()3615 netdev->hw_enc_features |= dflt_features | csumo_features | in ice_set_netdev_features()3617 netdev->vlan_features |= dflt_features | csumo_features | in ice_set_netdev_features()