Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_devlink.c57 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclgevf_devlink_reload_down()
63 ret = hdev->nic_client->ops->reset_notify(h, in hclgevf_devlink_reload_down()
87 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclgevf_devlink_reload_up()
93 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclgevf_devlink_reload_up()
Dhclgevf_main.c1374 if (!client->ops->reset_notify) in hclgevf_notify_client()
1377 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client()
1395 if (!client->ops->reset_notify) in hclgevf_notify_roce_client()
1398 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_roce_client()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_devlink.c56 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclge_devlink_reload_down()
62 ret = hdev->nic_client->ops->reset_notify(h, in hclge_devlink_reload_down()
86 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclge_devlink_reload_up()
92 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclge_devlink_reload_up()
Dhclge_main.c3804 if (!client->ops->reset_notify) in hclge_notify_client()
3807 ret = client->ops->reset_notify(handle, type); in hclge_notify_client()
3825 if (!client->ops->reset_notify) in hclge_notify_roce_client()
3828 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
/linux-6.1.9/drivers/firmware/arm_scmi/
Dreset.c59 bool reset_notify; member
115 dom_info->reset_notify = SUPPORTS_NOTIFY_RESET(attributes); in scmi_reset_domain_attributes_get()
/linux-6.1.9/include/linux/mlx5/
Dcq.h61 struct list_head reset_notify; member
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h381 int (*reset_notify)(struct hnae3_handle *handle, member
Dhns3_enet.c5928 .reset_notify = hns3_reset_notify,
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dmain.c3072 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3090 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3101 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmain.c2532 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2549 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2562 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
/linux-6.1.9/include/linux/mlx4/
Ddevice.h749 struct list_head reset_notify; member
/linux-6.1.9/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c7052 .reset_notify = hns_roce_hw_v2_reset_notify,