Searched refs:reset_notify (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/firmware/arm_scmi/ |
D | reset.c | 45 bool reset_notify; member 99 dom_info->reset_notify = SUPPORTS_NOTIFY_RESET(attributes); in scmi_reset_domain_attributes_get()
|
/Linux-v5.4/include/linux/mlx5/ |
D | cq.h | 62 struct list_head reset_notify; member
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 219 int (*reset_notify)(struct hnae3_handle *handle, member
|
D | hns3_enet.c | 4525 .reset_notify = hns3_reset_notify,
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | main.c | 3114 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3132 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3143 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
|
/Linux-v5.4/include/linux/mlx4/ |
D | device.h | 761 struct list_head reset_notify; member
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 1360 if (!client->ops->reset_notify) in hclgevf_notify_client() 1363 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client()
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 3112 if (!client->ops->reset_notify) in hclge_notify_client() 3119 ret = client->ops->reset_notify(handle, type); in hclge_notify_client() 3140 if (!client->ops->reset_notify) in hclge_notify_roce_client() 3146 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | main.c | 4494 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 4511 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 4524 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
|
/Linux-v5.4/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.c | 6624 .reset_notify = hns_roce_hw_v2_reset_notify,
|