Searched refs:adapter_state (Results 1 – 8 of 8) sorted by relevance
807 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 …]
2340 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 …]
1781 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()
57 if (!adapter || adapter->hw.adapter_state == HNS3_NIC_CLOSED) in hns3_poll_all_sync_msg()
547 enum hns3_adapter_state adapter_state; member
1618 if (hw->adapter_state == HNS3_NIC_UNINITIALIZED) { in hns3_dcb_init()
2048 if (hw->adapter_state >= HNS3_NIC_CLOSED) in hns3_dev_filter_ctrl()
3746 if (hns->hw.adapter_state == HNS3_NIC_STARTED && in hns3_set_rxtx_function()