Home
last modified time | relevance | path

Searched refs:adapter_state (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c807 hw->adapter_state = HNS3_NIC_CONFIGURING; in hns3vf_dev_configure()
863 hw->adapter_state = HNS3_NIC_CONFIGURED; in hns3vf_dev_configure()
868 hw->adapter_state = HNS3_NIC_INITIALIZED; in hns3vf_dev_configure()
1951 hw->adapter_state = HNS3_NIC_STOPPING; in hns3vf_dev_stop()
1965 hw->adapter_state = HNS3_NIC_CONFIGURED; in hns3vf_dev_stop()
1987 hw->adapter_state = HNS3_NIC_CLOSING; in hns3vf_dev_close()
1989 hw->adapter_state = HNS3_NIC_CLOSED; in hns3vf_dev_close()
2195 hw->adapter_state = HNS3_NIC_STARTING; in hns3vf_dev_start()
2198 hw->adapter_state = HNS3_NIC_CONFIGURED; in hns3vf_dev_start()
2235 hw->adapter_state = HNS3_NIC_STARTED; in hns3vf_dev_start()
[all …]
H A Dhns3_ethdev.c2340 hw->adapter_state = HNS3_NIC_CONFIGURING; in hns3_dev_configure()
2401 hw->adapter_state = HNS3_NIC_CONFIGURED; in hns3_dev_configure()
2407 hw->adapter_state = HNS3_NIC_INITIALIZED; in hns3_dev_configure()
4870 hw->adapter_state = HNS3_NIC_STARTING; in hns3_dev_start()
4874 hw->adapter_state = HNS3_NIC_CONFIGURED; in hns3_dev_start()
4880 hw->adapter_state = HNS3_NIC_CONFIGURED; in hns3_dev_start()
4911 hw->adapter_state = HNS3_NIC_STARTED; in hns3_dev_start()
5003 hw->adapter_state = HNS3_NIC_STOPPING; in hns3_dev_stop()
5042 hw->adapter_state = HNS3_NIC_CLOSING; in hns3_dev_close()
5044 hw->adapter_state = HNS3_NIC_CLOSED; in hns3_dev_close()
[all …]
H A Dhns3_intr.c1781 if (hw->adapter_state == HNS3_NIC_UNINITIALIZED) { in hns3_schedule_reset()
1786 if (hw->adapter_state >= HNS3_NIC_CLOSED) in hns3_schedule_reset()
1806 if (hw->adapter_state == HNS3_NIC_UNINITIALIZED || in hns3_schedule_delayed_reset()
1807 hw->adapter_state >= HNS3_NIC_CLOSED) { in hns3_schedule_delayed_reset()
1834 hw->adapter_state == HNS3_NIC_CLOSING) { in hns3_wait_callback()
1957 if (hw->adapter_state == HNS3_NIC_CLOSING) in hns3_reset_err_handle()
1999 hw->adapter_state); in hns3_reset_err_handle()
2053 if (hw->adapter_state == HNS3_NIC_CLOSING) { in hns3_reset_post()
H A Dhns3_mbx.c57 if (!adapter || adapter->hw.adapter_state == HNS3_NIC_CLOSED) in hns3_poll_all_sync_msg()
H A Dhns3_ethdev.h547 enum hns3_adapter_state adapter_state; member
H A Dhns3_dcb.c1618 if (hw->adapter_state == HNS3_NIC_UNINITIALIZED) { in hns3_dcb_init()
H A Dhns3_flow.c2048 if (hw->adapter_state >= HNS3_NIC_CLOSED) in hns3_dev_filter_ctrl()
H A Dhns3_rxtx.c3746 if (hns->hw.adapter_state == HNS3_NIC_STARTED && in hns3_set_rxtx_function()