Searched refs:resp_status (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_mbx.c | 24 hdev->mbx_resp.resp_status = 0; in hclgevf_reset_mbx_resp_status() 77 if (mbx_resp->resp_status) in hclgevf_get_mbx_resp() 78 return mbx_resp->resp_status; in hclgevf_get_mbx_resp() 85 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp() 88 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp() 168 u16 resp_status = le16_to_cpu(req->msg.resp_status); in hclgevf_handle_mbx_response() local 178 resp->resp_status = hclgevf_resp_to_errno(resp_status); in hclgevf_handle_mbx_response()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_psp_ta.c | 201 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()
|
A D | amdgpu_psp.h | 175 uint32_t resp_status; member
|
A D | amdgpu_psp.c | 1000 context->resp_status = cmd->resp.status; in psp_ta_unload() 1105 context->resp_status = cmd->resp.status; in psp_ta_invoke() 1127 context->resp_status = cmd->resp.status; in psp_ta_load()
|
/linux-6.3-rc2/drivers/net/wireless/ath/wcn36xx/ |
A D | testmode.c | 78 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()
|
A D | testmode.h | 22 u32 resp_status; member
|
/linux-6.3-rc2/drivers/mailbox/ |
A D | mailbox-mpfs.c | 149 response->resp_status = 0xDEAD; in mpfs_mbox_rx_data() 161 response->resp_status = (status & SCB_STATUS_MASK) >> SCB_STATUS_POS; in mpfs_mbox_rx_data() 162 if (response->resp_status) in mpfs_mbox_rx_data()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/ |
A D | hclge_mbx.h | 104 int resp_status; member 144 __le16 resp_status; member
|
/linux-6.3-rc2/include/soc/microchip/ |
A D | mpfs.h | 30 u32 resp_status; member
|
/linux-6.3-rc2/drivers/gpu/drm/xen/ |
A D | xen_drm_front_evtchnl.h | 55 int resp_status; member
|
A D | xen_drm_front_evtchnl.c | 53 evtchnl->u.req.resp_status = resp->status; in evtchnl_interrupt_ctrl() 139 evtchnl->u.req.resp_status = -EIO; in evtchnl_free()
|
A D | xen_drm_front.c | 119 return evtchnl->u.req.resp_status; in be_stream_wait_io()
|
/linux-6.3-rc2/sound/xen/ |
A D | xen_snd_front_evtchnl.h | 54 int resp_status; member
|
A D | xen_snd_front_evtchnl.c | 53 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()
|
A D | xen_snd_front.c | 55 return evtchnl->u.req.resp_status; in be_stream_wait_io()
|
/linux-6.3-rc2/drivers/char/hw_random/ |
A D | mpfs-rng.c | 35 .resp_status = 0U, in mpfs_rng_read()
|
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_mbx.c | 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 45 milliseconds