Searched refs:dflt_features (Results 1 – 2 of 2) sorted by relevance
831 netdev_features_t dflt_features; in idpf_cfg_netdev() local891 dflt_features = NETIF_F_SG | in idpf_cfg_netdev()895 dflt_features |= NETIF_F_RXHASH; in idpf_cfg_netdev()899 dflt_features |= NETIF_F_NTUPLE; in idpf_cfg_netdev()922 netdev->features |= dflt_features | csum_offloads | tso_offloads; in idpf_cfg_netdev()925 netdev->hw_enc_features |= dflt_features | other_offloads; in idpf_cfg_netdev()
3551 netdev_features_t dflt_features; in ice_set_netdev_features() local3561 dflt_features = NETIF_F_SG | in ice_set_netdev_features()3594 netdev->hw_features = dflt_features | csumo_features | in ice_set_netdev_features()3609 netdev->hw_enc_features |= dflt_features | csumo_features | in ice_set_netdev_features()3611 netdev->vlan_features |= dflt_features | csumo_features | in ice_set_netdev_features()