Home
last modified time | relevance | path

Searched refs:HBG_NIC_STATE_RESETTING (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_err.c67 set_bit(HBG_NIC_STATE_RESETTING, &priv->state); in hbg_reset_prepare()
72 clear_bit(HBG_NIC_STATE_RESETTING, &priv->state); in hbg_reset_prepare()
82 if (!test_bit(HBG_NIC_STATE_RESETTING, &priv->state) || in hbg_reset_done()
88 clear_bit(HBG_NIC_STATE_RESETTING, &priv->state); in hbg_reset_done()
H A Dhbg_debugfs.c114 state_str_true_false(priv, HBG_NIC_STATE_RESETTING)); in hbg_dbg_nic_state()
H A Dhbg_common.h37 HBG_NIC_STATE_RESETTING, enumerator
H A Dhbg_diagnose.c320 if (test_bit(HBG_NIC_STATE_RESETTING, &priv->state)) in hbg_diagnose_message_push()
H A Dhbg_ethtool.c320 if (test_bit(HBG_NIC_STATE_RESETTING, &priv->state)) in hbg_update_stats_by_info()