Home
last modified time | relevance | path

Searched refs:ethtool_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve.h586 unsigned long ethtool_flags; member
751 return test_bit(GVE_PRIV_FLAGS_REPORT_STATS, &priv->ethtool_flags); in gve_get_report_stats()
756 clear_bit(GVE_PRIV_FLAGS_REPORT_STATS, &priv->ethtool_flags); in gve_clear_report_stats()
A Dgve_ethtool.c496 if (priv->ethtool_flags & BIT(0)) in gve_get_priv_flags()
506 ori_flags = READ_ONCE(priv->ethtool_flags); in gve_set_priv_flags()
514 priv->ethtool_flags = new_flags; in gve_set_priv_flags()
A Dgve_main.c1662 priv->ethtool_flags = 0x0; in gve_probe()
/linux-6.3-rc2/include/uapi/linux/
A Dethtool.h952 enum ethtool_flags { enum

Completed in 18 milliseconds