Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/google/gve/
Dgve.h571 unsigned long ethtool_flags; member
736 return test_bit(GVE_PRIV_FLAGS_REPORT_STATS, &priv->ethtool_flags); in gve_get_report_stats()
741 clear_bit(GVE_PRIV_FLAGS_REPORT_STATS, &priv->ethtool_flags); in gve_clear_report_stats()
Dgve_ethtool.c494 if (priv->ethtool_flags & BIT(0)) in gve_get_priv_flags()
504 ori_flags = READ_ONCE(priv->ethtool_flags); in gve_set_priv_flags()
512 priv->ethtool_flags = new_flags; in gve_set_priv_flags()
Dgve_main.c1611 priv->ethtool_flags = 0x0; in gve_probe()
/Linux-v6.1/include/uapi/linux/
Dethtool.h911 enum ethtool_flags { enum