Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
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-6.12.1/drivers/net/ethernet/intel/ice/
Dice_main.c3584 netdev_features_t dflt_features; in ice_set_netdev_features() local
3594 dflt_features = NETIF_F_SG | in ice_set_netdev_features()
3627 netdev->hw_features = dflt_features | csumo_features | in ice_set_netdev_features()
3642 netdev->hw_enc_features |= dflt_features | csumo_features | in ice_set_netdev_features()
3644 netdev->vlan_features |= dflt_features | csumo_features | in ice_set_netdev_features()