Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/arm_scmi/
Dreset.c56 bool reset_notify; member
111 dom_info->reset_notify = SUPPORTS_NOTIFY_RESET(attributes); in scmi_reset_domain_attributes_get()
/Linux-v5.10/include/linux/mlx5/
Dcq.h61 struct list_head reset_notify; member
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h289 int (*reset_notify)(struct hnae3_handle *handle, member
Dhns3_enet.c4646 .reset_notify = hns3_reset_notify,
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1694 if (!client->ops->reset_notify) in hclgevf_notify_client()
1697 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client()
1715 if (!client->ops->reset_notify) in hclgevf_notify_roce_client()
1718 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_roce_client()
/Linux-v5.10/drivers/infiniband/hw/mlx4/
Dmain.c3111 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3129 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3140 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
/Linux-v5.10/include/linux/mlx4/
Ddevice.h749 struct list_head reset_notify; member
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dmain.c2721 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2738 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2751 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c3300 if (!client->ops->reset_notify) in hclge_notify_client()
3307 ret = client->ops->reset_notify(handle, type); in hclge_notify_client()
3328 if (!client->ops->reset_notify) in hclge_notify_roce_client()
3334 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
/Linux-v5.10/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c6436 .reset_notify = hns_roce_hw_v2_reset_notify,