Home
last modified time | relevance | path

Searched refs:dflt_features (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c831 netdev_features_t dflt_features; in idpf_cfg_netdev() local
891 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()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3551 netdev_features_t dflt_features; in ice_set_netdev_features() local
3561 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()