Searched refs:reset_notify (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_devlink.c | 52 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclgevf_devlink_reload_down() 58 ret = hdev->nic_client->ops->reset_notify(h, in hclgevf_devlink_reload_down() 82 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclgevf_devlink_reload_up() 88 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclgevf_devlink_reload_up()
|
H A D | hclgevf_main.c | 1377 if (!client->ops->reset_notify) in hclgevf_notify_client() 1380 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client() 1398 if (!client->ops->reset_notify) in hclgevf_notify_roce_client() 1401 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_roce_client()
|
/linux/include/linux/mlx5/ |
H A D | cq.h | 61 struct list_head reset_notify; member
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 415 int (*reset_notify)(struct hnae3_handle *handle, member
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 3096 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3114 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3125 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
|
/linux/include/linux/mlx4/ |
H A D | device.h | 750 struct list_head reset_notify; member
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | 2698 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 2715 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 2728 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.c | 3800 if (!client->ops->reset_notify) in hclge_notify_client() 3803 ret = client->ops->reset_notify(handle, type); in hclge_notify_client() 3821 if (!client->ops->reset_notify) in hclge_notify_roce_client() 3824 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 7246 .reset_notify = hns_roce_hw_v2_reset_notify,
|