Home
last modified time | relevance | path

Searched refs:resp_status (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c24 hdev->mbx_resp.resp_status = 0; in hclgevf_reset_mbx_resp_status()
80 if (mbx_resp->resp_status) in hclgevf_get_mbx_resp()
81 return mbx_resp->resp_status; in hclgevf_get_mbx_resp()
88 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
91 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
171 u16 resp_status = le16_to_cpu(req->msg.resp_status); in hclgevf_handle_mbx_response() local
181 resp->resp_status = hclgevf_resp_to_errno(resp_status); in hclgevf_handle_mbx_response()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c201 if (ret || context->resp_status) { in ta_if_load_debugfs_write()
204 ret, context->resp_status); in ta_if_load_debugfs_write()
223 if (ret || context->resp_status) { in ta_if_load_debugfs_write()
225 ret, context->resp_status); in ta_if_load_debugfs_write()
277 if (ret || context->resp_status) { in ta_if_unload_debugfs_write()
279 ret, context->resp_status); in ta_if_unload_debugfs_write()
356 if (ret || context->resp_status) { in ta_if_invoke_debugfs_write()
358 ret, context->resp_status); in ta_if_invoke_debugfs_write()
H A Damdgpu_psp.h176 uint32_t resp_status; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c78 rsp->resp_status = 0; in wcn36xx_tm_cmd_ptt()
84 msg->resp_status = wcn36xx_smd_process_ptt_msg(wcn, vif, msg, in wcn36xx_tm_cmd_ptt()
89 msg->resp_status); in wcn36xx_tm_cmd_ptt()
99 rsp->resp_status); in wcn36xx_tm_cmd_ptt()
H A Dtestmode.h22 u32 resp_status; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c78 rsp->resp_status = 0; in wcn36xx_tm_cmd_ptt()
84 msg->resp_status = wcn36xx_smd_process_ptt_msg(wcn, vif, msg, in wcn36xx_tm_cmd_ptt()
89 msg->resp_status); in wcn36xx_tm_cmd_ptt()
99 rsp->resp_status); in wcn36xx_tm_cmd_ptt()
H A Dtestmode.h22 u32 resp_status; member
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c23 hdev->mbx_resp.resp_status = 0; in hclgevf_reset_mbx_resp_status()
69 if (mbx_resp->resp_status) in hclgevf_get_mbx_resp()
70 return mbx_resp->resp_status; in hclgevf_get_mbx_resp()
77 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
80 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
207 resp->resp_status = in hclgevf_mbx_handler()
208 hclgevf_resp_to_errno(req->msg.resp_status); in hclgevf_mbx_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h92 int resp_status; member
127 u16 resp_status; member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h104 int resp_status; member
144 __le16 resp_status; member
/kernel/linux/linux-6.6/include/soc/microchip/
H A Dmpfs.h30 u32 resp_status; member
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front_evtchnl.h63 int resp_status; member
H A Dxen_snd_front_evtchnl.c53 channel->u.req.resp_status = resp->status; in evtchnl_interrupt_req()
57 channel->u.req.resp_status = resp->status; in evtchnl_interrupt_req()
159 channel->u.req.resp_status = -EIO; in evtchnl_free()
H A Dxen_snd_front.c55 return evtchnl->u.req.resp_status; in be_stream_wait_io()
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.h55 int resp_status; member
H A Dxen_drm_front_evtchnl.c53 evtchnl->u.req.resp_status = resp->status; in evtchnl_interrupt_ctrl()
139 evtchnl->u.req.resp_status = -EIO; in evtchnl_free()
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.h55 int resp_status; member
H A Dxen_drm_front_evtchnl.c53 evtchnl->u.req.resp_status = resp->status; in evtchnl_interrupt_ctrl()
139 evtchnl->u.req.resp_status = -EIO; in evtchnl_free()
/kernel/linux/linux-6.6/sound/xen/
H A Dxen_snd_front_evtchnl.h54 int resp_status; member
H A Dxen_snd_front_evtchnl.c53 channel->u.req.resp_status = resp->status; in evtchnl_interrupt_req()
57 channel->u.req.resp_status = resp->status; in evtchnl_interrupt_req()
159 channel->u.req.resp_status = -EIO; in evtchnl_free()
H A Dxen_snd_front.c55 return evtchnl->u.req.resp_status; in be_stream_wait_io()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dmailbox-mpfs.c99 response->resp_status = (val & SCB_STATUS_MASK) >> SCB_STATUS_POS; in mpfs_mbox_last_tx_done()
170 response->resp_status = 0xDEAD; in mpfs_mbox_rx_data()
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Dmpfs-rng.c35 .resp_status = 0U, in mpfs_rng_read()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c28 * @resp_status: indicate to VF whether its request success(0) or failed.
64 resp_pf_to_vf->msg.resp_status = resp; in hclge_gen_resp_to_vf()
69 resp_pf_to_vf->msg.resp_status = EIO; in hclge_gen_resp_to_vf()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c29 * @resp_status: indicate to VF whether its request success(0) or failed.
67 resp_pf_to_vf->msg.resp_status = cpu_to_le16(resp); in hclge_gen_resp_to_vf()
72 resp_pf_to_vf->msg.resp_status = cpu_to_le16(EIO); in hclge_gen_resp_to_vf()

Completed in 14 milliseconds

12