Searched refs:HNS3_NIC_STATE_INITED (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_debugfs.c | 679 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_rx_queue_info() 783 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_tx_queue_info() 1135 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_page_pool_info() 1245 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state) || in hns3_dbg_read()
|
D | hns3_enet.h | 20 HNS3_NIC_STATE_INITED, enumerator
|
D | hns3_enet.c | 5251 set_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_state_init() 5270 clear_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_state_uninit() 5424 if (!test_and_clear_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_client_uninit() 5621 if (!test_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_reset_notify_up_enet() 5689 set_bit(HNS3_NIC_STATE_INITED, &priv->state); in hns3_reset_notify_init_enet() 5713 if (!test_and_clear_bit(HNS3_NIC_STATE_INITED, &priv->state)) { in hns3_reset_notify_uninit_enet()
|