Lines Matching refs:dflt_features
706 netdev_features_t dflt_features; in idpf_cfg_netdev() local
764 dflt_features = NETIF_F_SG | in idpf_cfg_netdev()
768 dflt_features |= NETIF_F_RXHASH; in idpf_cfg_netdev()
770 dflt_features |= NETIF_F_IP_CSUM; in idpf_cfg_netdev()
772 dflt_features |= NETIF_F_IPV6_CSUM; in idpf_cfg_netdev()
774 dflt_features |= NETIF_F_RXCSUM; in idpf_cfg_netdev()
776 dflt_features |= NETIF_F_SCTP_CRC; in idpf_cfg_netdev()
779 dflt_features |= NETIF_F_TSO; in idpf_cfg_netdev()
781 dflt_features |= NETIF_F_TSO6; in idpf_cfg_netdev()
785 dflt_features |= NETIF_F_GSO_UDP_L4; in idpf_cfg_netdev()
813 netdev->features |= dflt_features; in idpf_cfg_netdev()
814 netdev->hw_features |= dflt_features | offloads; in idpf_cfg_netdev()
815 netdev->hw_enc_features |= dflt_features | offloads; in idpf_cfg_netdev()