Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dreset.c57 bool reset_notify; member
111 dom_info->reset_notify = SUPPORTS_NOTIFY_RESET(attributes); in scmi_reset_domain_attributes_get()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dcq.h61 struct list_head reset_notify; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h289 int (*reset_notify)(struct hnae3_handle *handle, member
H A Dhns3_enet.c4698 .reset_notify = hns3_reset_notify,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c1710 if (!client->ops->reset_notify) in hclgevf_notify_client()
1713 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_client()
1731 if (!client->ops->reset_notify) in hclgevf_notify_roce_client()
1734 ret = client->ops->reset_notify(handle, type); in hclgevf_notify_roce_client()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dmain.c3108 list_add_tail(&send_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3126 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx4_ib_handle_catas_error()
3137 list_for_each_entry(mcq, &cq_notify_list, reset_notify) { in mlx4_ib_handle_catas_error()
/OK3568_Linux_fs/kernel/include/linux/mlx4/
H A Ddevice.h750 struct list_head reset_notify; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmain.c2721 list_add_tail(&send_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2738 list_add_tail(&recv_mcq->mcq.reset_notify, in mlx5_ib_handle_internal_error()
2751 list_for_each_entry(mcq, &cq_armed_list, reset_notify) { in mlx5_ib_handle_internal_error()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_pcie.c965 .reset_notify = woal_pcie_reset_notify,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c3303 if (!client->ops->reset_notify) in hclge_notify_client()
3310 ret = client->ops->reset_notify(handle, type); in hclge_notify_client()
3331 if (!client->ops->reset_notify) in hclge_notify_roce_client()
3337 ret = client->ops->reset_notify(handle, type); in hclge_notify_roce_client()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c6430 .reset_notify = hns_roce_hw_v2_reset_notify,