Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mlx5/
Dcq.h62 struct list_head reset_notify; member
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h157 int (*reset_notify)(struct hnae3_handle *handle, member
Dhns3_enet.c3670 .reset_notify = hns3_reset_notify,
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c998 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/
Dmain.c3175 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/
Ddevice.h760 struct list_head reset_notify; member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c4143 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/
Dhclge_main.c2637 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/
Dhns_roce_hw_v2.c5388 .reset_notify = hns_roce_hw_v2_reset_notify,