| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_cmd.c | 54 unsigned resp_code) in pvrdma_cmd_recv() argument 72 if (resp->hdr.ack != resp_code) { in pvrdma_cmd_recv() 75 resp->hdr.ack, resp_code); in pvrdma_cmd_recv() 84 union pvrdma_cmd_resp *resp, unsigned resp_code) in pvrdma_cmd_post() argument 109 err = pvrdma_cmd_recv(dev, resp, resp_code); in pvrdma_cmd_post()
|
| H A D | pvrdma.h | 553 union pvrdma_cmd_resp *rsp, unsigned resp_code);
|
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_psp.c | 49 u32 resp_code; in psp_exec() local 70 resp_code = readl(PSP_REG(psp, PSP_RESP_REG)); in psp_exec() 71 if (resp_code) { in psp_exec() 72 drm_err(psp->ddev, "fw return error 0x%x", resp_code); in psp_exec()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_mbx.c | 11 static int hclgevf_resp_to_errno(u16 resp_code) in hclgevf_resp_to_errno() argument 13 return resp_code ? -resp_code : 0; in hclgevf_resp_to_errno()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_cmd.h | 417 u8 resp_code; member 443 u8 resp_code; member 481 u8 resp_code; member 588 u8 resp_code; member
|
| H A D | hclge_debugfs.c | 1936 if (!req0->resp_code) in hclge_dbg_dump_mng_table()
|
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_os.c | 3775 static const char *mpi3mr_tm_response_name(u8 resp_code) in mpi3mr_tm_response_name() argument 3779 switch (resp_code) { in mpi3mr_tm_response_name() 3848 u8 *resp_code, struct scsi_cmnd *scmd) in mpi3mr_issue_tm() argument 3970 *resp_code = le32_to_cpu(tm_reply->response_data) & in mpi3mr_issue_tm() 3974 *resp_code = MPI3_SCSITASKMGMT_RSPCODE_TM_COMPLETE; in mpi3mr_issue_tm() 3984 switch (*resp_code) { in mpi3mr_issue_tm() 4001 mpi3mr_tm_response_name(*resp_code), *resp_code); in mpi3mr_issue_tm() 4339 u8 resp_code = 0; in mpi3mr_eh_target_reset() local 4374 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, scmd); in mpi3mr_eh_target_reset() 4411 u8 resp_code = 0; in mpi3mr_eh_dev_reset() local [all …]
|
| H A D | mpi3mr.h | 1504 u8 *resp_code, struct scsi_cmnd *scmd);
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_rport.c | 1129 enum fc_els_spp_resp resp_code; in fc_rport_prli_resp() local 1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp() 1167 if (resp_code != FC_SPP_RESP_ACK) { in fc_rport_prli_resp() 1168 if (resp_code == FC_SPP_RESP_CONF) in fc_rport_prli_resp()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc.h | 374 u8 resp_code; member
|
| H A D | htc_pipe.c | 1324 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service()
|
| H A D | htc_mbox.c | 2484 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service()
|
| /linux/drivers/vhost/ |
| H A D | scsi.c | 1555 int resp_code; in vhost_scsi_tmf_resp_work() local 1558 resp_code = VIRTIO_SCSI_S_FUNCTION_SUCCEEDED; in vhost_scsi_tmf_resp_work() 1560 resp_code = VIRTIO_SCSI_S_FUNCTION_REJECTED; in vhost_scsi_tmf_resp_work() 1564 tmf->vq_desc, &tmf->resp_iov, resp_code); in vhost_scsi_tmf_resp_work()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 142 __le16 resp_code; member
|
| H A D | qla_target.c | 113 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, 1654 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, in qlt_send_notify_ack() argument 2175 struct qla_tgt_mgmt_cmd *mcmd, uint32_t resp_code) in qlt_24xx_send_task_mgmt_ctio() argument 2184 ha, atio, resp_code); in qlt_24xx_send_task_mgmt_ctio() 2211 ctio->u.status1.sense_data[0] = resp_code; in qlt_24xx_send_task_mgmt_ctio()
|