Searched refs:HNS3_NIC_STATE_INITED (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_debugfs.c | 52 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_queue_info() 396 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_cmd_write()
|
H A D | hns3_enet.h | 14 HNS3_NIC_STATE_INITED, enumerator
|
H A D | hns3_enet.c | 4153 set_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_client_init() 4200 if (!test_and_clear_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_client_uninit() 4442 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_reset_notify_up_enet() 4510 set_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_reset_notify_init_enet() 4535 if (!test_and_clear_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_reset_notify_uninit_enet()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_debugfs.c | 705 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_rx_queue_info() 809 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_tx_queue_info() 1164 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_page_pool_info() 1274 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_read()
|
H A D | hns3_enet.h | 20 HNS3_NIC_STATE_INITED, enumerator
|
H A D | hns3_enet.c | 5266 set_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_state_init() 5285 clear_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_state_uninit() 5439 if (!test_and_clear_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_client_uninit() 5636 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_reset_notify_up_enet() 5704 set_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_reset_notify_init_enet() 5728 if (!test_and_clear_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_reset_notify_uninit_enet()
|
Completed in 18 milliseconds