Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A 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()
A Dhclgevf_main.c1377 if (!client->ops->reset_notify) in hclgevf_notify_client()
1380 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client()
1398 if (!client->ops->reset_notify) in hclgevf_notify_roce_client()
1401 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_roce_client()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_devlink.c89 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclge_devlink_reload_down()
95 ret = hdev->nic_client->ops->reset_notify(h, in hclge_devlink_reload_down()
119 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclge_devlink_reload_up()
125 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclge_devlink_reload_up()
A Dhclge_main.c3800 if (!client->ops->reset_notify) in hclge_notify_client()
3803 ret = client->ops->reset_notify(handle, type); in hclge_notify_client()
3821 if (!client->ops->reset_notify) in hclge_notify_roce_client()
3824 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
/drivers/firmware/arm_scmi/
A Dreset.c62 bool reset_notify; member
126 dom_info->reset_notify = in scmi_reset_domain_attributes_get()
249 return dom->reset_notify; in scmi_reset_notify_supported()
/drivers/net/ethernet/hisilicon/hns3/
A Dhnae3.h415 int (*reset_notify)(struct hnae3_handle *handle, member
A Dhns3_enet.c5985 .reset_notify = hns3_reset_notify,
/drivers/infiniband/hw/mlx4/
A Dmain.c3096 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3114 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3125 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
/drivers/infiniband/hw/mlx5/
A Dmain.c2698 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2715 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2728 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
/drivers/infiniband/hw/hns/
A Dhns_roce_hw_v2.c7246 .reset_notify = hns_roce_hw_v2_reset_notify,

Completed in 81 milliseconds