Home
last modified time | relevance | path

Searched refs:HNS3_NIC_STATE_RESETTING (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h13 HNS3_NIC_STATE_RESETTING, enumerator
539 return test_bit(HNS3_NIC_STATE_RESETTING, &priv->state); in hns3_nic_resetting()
H A Dhns3_debugfs.c53 test_bit(HNS3_NIC_STATE_RESETTING, &priv->state)) in hns3_dbg_queue_info()
397 test_bit(HNS3_NIC_STATE_RESETTING, &priv->state)) in hns3_dbg_cmd_write()
H A Dhns3_enet.c4427 if (test_and_set_bit(HNS3_NIC_STATE_RESETTING, &priv->state)) in hns3_reset_notify_down_enet()
4447 clear_bit(HNS3_NIC_STATE_RESETTING, &priv->state); in hns3_reset_notify_up_enet()
4452 set_bit(HNS3_NIC_STATE_RESETTING, &priv->state); in hns3_reset_notify_up_enet()