Home
last modified time | relevance | path

Searched refs:dflt_features (Results 1 – 1 of 1) 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()