Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
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()
Dtestmode.h22 u32 resp_status; member
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_mbx.c15 hdev->mbx_resp.resp_status = 0; in hclgevf_reset_mbx_resp_status()
61 if (mbx_resp->resp_status) in hclgevf_get_mbx_resp()
62 return mbx_resp->resp_status; in hclgevf_get_mbx_resp()
69 if (!(r_code0 == code0 && r_code1 == code1 && !mbx_resp->resp_status)) { in hclgevf_get_mbx_resp()
72 code0, code1, mbx_resp->resp_status); in hclgevf_get_mbx_resp()
196 resp->resp_status = req->msg[3]; in hclgevf_mbx_handler()
/Linux-v5.4/drivers/gpu/drm/xen/
Dxen_drm_front_evtchnl.h55 int resp_status; member
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()
Dxen_drm_front.c119 return evtchnl->u.req.resp_status; in be_stream_wait_io()
/Linux-v5.4/sound/xen/
Dxen_snd_front_evtchnl.h63 int resp_status; member
Dxen_snd_front_evtchnl.c57 channel->u.req.resp_status = resp->status; in evtchnl_interrupt_req()
61 channel->u.req.resp_status = resp->status; in evtchnl_interrupt_req()
163 channel->u.req.resp_status = -EIO; in evtchnl_free()
Dxen_snd_front.c55 return evtchnl->u.req.resp_status; in be_stream_wait_io()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhclge_mbx.h82 int resp_status; member
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_mbx.c17 int resp_status, in hclge_gen_resp_to_vf() argument
46 resp_pf_to_vf->msg[3] = (resp_status == 0) ? 0 : 1; in hclge_gen_resp_to_vf()