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.c833 netdev_features_t dflt_features; in idpf_cfg_netdev() local
893 dflt_features = NETIF_F_SG | in idpf_cfg_netdev()
897 dflt_features |= NETIF_F_RXHASH; in idpf_cfg_netdev()
901 dflt_features |= NETIF_F_NTUPLE; in idpf_cfg_netdev()
924 netdev->features |= dflt_features | csum_offloads | tso_offloads; in idpf_cfg_netdev()
927 netdev->hw_enc_features |= dflt_features | other_offloads; in idpf_cfg_netdev()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3478 netdev_features_t dflt_features; in ice_set_netdev_features() local
3488 dflt_features = NETIF_F_SG | in ice_set_netdev_features()
3521 netdev->hw_features = dflt_features | csumo_features | in ice_set_netdev_features()
3536 netdev->hw_enc_features |= dflt_features | csumo_features | in ice_set_netdev_features()
3538 netdev->vlan_features |= dflt_features | csumo_features | in ice_set_netdev_features()