Home
last modified time | relevance | path

Searched refs:reset_notify (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_devlink.c51 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclge_devlink_reload_down()
57 ret = hdev->nic_client->ops->reset_notify(h, in hclge_devlink_reload_down()
81 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclge_devlink_reload_up()
87 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclge_devlink_reload_up()
Dhclge_main.c3742 if (!client->ops->reset_notify) in hclge_notify_client()
3745 ret = client->ops->reset_notify(handle, type); in hclge_notify_client()
3763 if (!client->ops->reset_notify) in hclge_notify_roce_client()
3766 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_devlink.c52 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclgevf_devlink_reload_down()
58 ret = hdev->nic_client->ops->reset_notify(h, in hclgevf_devlink_reload_down()
82 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclgevf_devlink_reload_up()
88 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclgevf_devlink_reload_up()
Dhclgevf_main.c1330 if (!client->ops->reset_notify) in hclgevf_notify_client()
1333 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client()
1351 if (!client->ops->reset_notify) in hclgevf_notify_roce_client()
1354 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_roce_client()
/drivers/firmware/arm_scmi/
Dreset.c62 bool reset_notify; member
118 dom_info->reset_notify = SUPPORTS_NOTIFY_RESET(attributes); in scmi_reset_domain_attributes_get()
/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h392 int (*reset_notify)(struct hnae3_handle *handle, member
Dhns3_enet.c5962 .reset_notify = hns3_reset_notify,
/drivers/infiniband/hw/mlx4/
Dmain.c3094 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3112 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3123 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
/drivers/infiniband/hw/mlx5/
Dmain.c2547 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2564 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2577 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c6934 .reset_notify = hns_roce_hw_v2_reset_notify,