Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h104 int resp_status; member
144 __le16 resp_status; member
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.h22 u32 resp_status; member
/linux/include/soc/microchip/
H A Dmpfs.h31 u32 resp_status; member
/linux/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()
/linux/sound/xen/
H A Dxen_snd_front_evtchnl.h54 int resp_status; member
/linux/drivers/char/hw_random/
H A Dmpfs-rng.c35 .resp_status = 0U, in mpfs_rng_read()
/linux/drivers/firmware/microchip/
H A Dmpfs-auto-update.c192 if (ret | response->resp_status) { in mpfs_auto_update_verify_image()
401 if (response->resp_status) in mpfs_auto_update_available()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c67 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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h215 uint32_t resp_status; member