Searched refs:reset_notify (Results 1 – 10 of 10) sorted by relevance
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_devlink.c | 56 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclge_devlink_reload_down() 62 ret = hdev->nic_client->ops->reset_notify(h, in hclge_devlink_reload_down() 86 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclge_devlink_reload_up() 92 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclge_devlink_reload_up()
|
D | hclge_main.c | 3555 if (!client->ops->reset_notify) in hclge_notify_client() 3558 ret = client->ops->reset_notify(handle, type); in hclge_notify_client() 3576 if (!client->ops->reset_notify) in hclge_notify_roce_client() 3579 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
|
/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_devlink.c | 57 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_DOWN_CLIENT); in hclgevf_devlink_reload_down() 63 ret = hdev->nic_client->ops->reset_notify(h, in hclgevf_devlink_reload_down() 87 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_INIT_CLIENT); in hclgevf_devlink_reload_up() 93 ret = hdev->nic_client->ops->reset_notify(h, HNAE3_UP_CLIENT); in hclgevf_devlink_reload_up()
|
D | hclgevf_main.c | 1830 if (!client->ops->reset_notify) in hclgevf_notify_client() 1833 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client() 1851 if (!client->ops->reset_notify) in hclgevf_notify_roce_client() 1854 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_roce_client()
|
/drivers/firmware/arm_scmi/ |
D | reset.c | 57 bool reset_notify; member 111 dom_info->reset_notify = SUPPORTS_NOTIFY_RESET(attributes); in scmi_reset_domain_attributes_get()
|
/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 350 int (*reset_notify)(struct hnae3_handle *handle, member
|
D | hns3_enet.c | 5667 .reset_notify = hns3_reset_notify,
|
/drivers/infiniband/hw/mlx4/ |
D | main.c | 3084 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3102 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error() 3113 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
|
/drivers/infiniband/hw/mlx5/ |
D | main.c | 2554 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 2571 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error() 2584 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
|
/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.c | 6522 .reset_notify = hns_roce_hw_v2_reset_notify,
|