Searched refs:HBG_NIC_STATE_RESETTING (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_err.c | 56 if (test_and_set_bit(HBG_NIC_STATE_RESETTING, &priv->state)) in hbg_reset_prepare() 60 clear_bit(HBG_NIC_STATE_RESETTING, &priv->state); in hbg_reset_prepare() 74 clear_bit(HBG_NIC_STATE_RESETTING, &priv->state); in hbg_reset_prepare() 84 if (!test_bit(HBG_NIC_STATE_RESETTING, &priv->state) || in hbg_reset_done() 92 clear_bit(HBG_NIC_STATE_RESETTING, &priv->state); in hbg_reset_done() 98 clear_bit(HBG_NIC_STATE_RESETTING, &priv->state); in hbg_reset_done()
|
| H A D | hbg_debugfs.c | 114 state_str_true_false(priv, HBG_NIC_STATE_RESETTING)); in hbg_dbg_nic_state()
|
| H A D | hbg_common.h | 39 HBG_NIC_STATE_RESETTING, enumerator
|
| H A D | hbg_diagnose.c | 321 if (test_bit(HBG_NIC_STATE_RESETTING, &priv->state)) in hbg_diagnose_message_push()
|
| H A D | hbg_ethtool.c | 321 if (test_bit(HBG_NIC_STATE_RESETTING, &priv->state)) in hbg_update_stats_by_info()
|