Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_devlink.c52 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 Dhclgevf_main.c1377 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 Dcq.h61 struct list_head reset_notify; member
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h415 int (*reset_notify)(struct hnae3_handle *handle, member
/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c3096 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 Ddevice.h750 struct list_head reset_notify; member
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c2698 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 Dhclge_main.c3800 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 Dhns_roce_hw_v2.c7246 .reset_notify = hns_roce_hw_v2_reset_notify,