Searched refs:reset_notify (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/mlx5/ |
D | cq.h | 62 struct list_head reset_notify; member
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 157 int (*reset_notify)(struct hnae3_handle *handle, member
|
D | hns3_enet.c | 3670 .reset_notify = hns3_reset_notify,
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.c | 998 if (!client->ops->reset_notify) in hclgevf_notify_client() 1001 return client->ops->reset_notify(handle, type); in hclgevf_notify_client()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | main.c | 3175 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3193 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3204 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
|
/Linux-v4.19/include/linux/mlx4/ |
D | device.h | 760 struct list_head reset_notify; member
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | main.c | 4143 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 4160 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 4173 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 2637 if (!client->ops->reset_notify) in hclge_notify_client() 2644 ret = client->ops->reset_notify(handle, type); in hclge_notify_client()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.c | 5388 .reset_notify = hns_roce_hw_v2_reset_notify,
|