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.c706 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()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c3615 netdev_features_t dflt_features; in ice_set_netdev_features() local
3625 dflt_features = NETIF_F_SG | in ice_set_netdev_features()
3658 netdev->hw_features = dflt_features | csumo_features | in ice_set_netdev_features()
3673 netdev->hw_enc_features |= dflt_features | csumo_features | in ice_set_netdev_features()
3675 netdev->vlan_features |= dflt_features | csumo_features | in ice_set_netdev_features()