Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1073 if (hw->adapter_state != HNS3_NIC_STARTED) in hns3vf_update_link_status()
1660 if (hw->adapter_state == HNS3_NIC_STARTED) in hns3vf_dev_close()
1787 hw->adapter_state = HNS3_NIC_STARTED; in hns3vf_dev_start()
1946 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3vf_stop_service()
1964 if (hw->adapter_state == HNS3_NIC_STARTED || in hns3vf_stop_service()
1993 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3vf_start_service()
2092 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3vf_restore_conf()
H A Dhns3_ethdev.h279 HNS3_NIC_STARTED, enumerator
H A Dhns3_ethdev.c2309 if (hw->adapter_state != HNS3_NIC_STARTED) { in hns3_dev_set_link_up()
2352 if (hw->adapter_state != HNS3_NIC_STARTED || hw->set_link_down) in hns3_dev_set_link_down()
5118 hw->adapter_state = HNS3_NIC_STARTED; in hns3_dev_start()
5239 if (hw->adapter_state == HNS3_NIC_STARTED) in hns3_dev_close()
5812 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3_stop_service()
5824 if (hns->hw.adapter_state == HNS3_NIC_STARTED || in hns3_stop_service()
5856 if (hw->adapter_state == HNS3_NIC_STARTED) { in hns3_start_service()
5930 if (hns->hw.adapter_state == HNS3_NIC_STARTED) { in hns3_restore_conf()
H A Dhns3_ethdev_dump.c23 {HNS3_NIC_STARTED, "STARTED"}, in get_adapter_state_name()
H A Dhns3_intr.c2917 if (hw->adapter_state == HNS3_NIC_STARTED) in hns3_report_lse()
H A Dhns3_rxtx.c4419 if (hns->hw.adapter_state == HNS3_NIC_STARTED && in hns3_set_rxtx_function()