Home
last modified time | relevance | path

Searched refs:HNS3_NIC_STARTED (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1984 if (hw->adapter_state == HNS3_NIC_STARTED) in hns3vf_dev_close()
2235 hw->adapter_state = HNS3_NIC_STARTED; in hns3vf_dev_start()
2381 if (hw->adapter_state == HNS3_NIC_STARTED) in hns3vf_stop_service()
2392 if (hw->adapter_state == HNS3_NIC_STARTED || in hns3vf_stop_service()
2421 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3vf_start_service()
2520 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3vf_restore_conf()
H A Dhns3_ethdev.h240 HNS3_NIC_STARTED, enumerator
H A Dhns3_ethdev.c4911 hw->adapter_state = HNS3_NIC_STARTED; in hns3_dev_start()
5039 if (hw->adapter_state == HNS3_NIC_STARTED) in hns3_dev_close()
5521 if (hw->adapter_state == HNS3_NIC_STARTED) in hns3_stop_service()
5532 if (hns->hw.adapter_state == HNS3_NIC_STARTED || in hns3_stop_service()
5564 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3_start_service()
5626 if (hns->hw.adapter_state == HNS3_NIC_STARTED) { in hns3_restore_conf()
H A Dhns3_rxtx.c3746 if (hns->hw.adapter_state == HNS3_NIC_STARTED && in hns3_set_rxtx_function()