Searched refs:rsp_code (Results 1 - 13 of 13) sorted by relevance

/drivers/staging/rts5139/
H A Dsd_cprm.h35 u8 cmd_idx, u8 standby, u8 acmd, u8 rsp_code,
39 u8 rsp_code, u32 arg, u32 data_len, void *data_buf,
43 u8 rsp_code, u32 arg, u32 data_len,
H A Drts51x_fop.c50 u8 dir, cmd12, standby, acmd, cmd_idx, rsp_code; local
64 rsp_code = cmnd->cmnd[9];
76 rsp_code, arg);
89 rsp_code, arg, len, buf,
123 rsp_code, arg, len, buf,
H A Dsd_cprm.c42 static inline int get_rsp_type(u8 rsp_code, u8 *rsp_type, int *rsp_len) argument
47 switch (rsp_code) {
282 u8 cmd_idx, u8 standby, u8 acmd, u8 rsp_code,
298 retval = get_rsp_type(rsp_code, &rsp_type, &rsp_len);
375 u8 acmd, u8 rsp_code, u32 arg, u32 data_len,
392 retval = get_rsp_type(rsp_code, &rsp_type, &rsp_len);
594 u8 rsp_code, u32 arg, u32 data_len,
624 retval = get_rsp_type(rsp_code, &rsp_type, &rsp_len);
1006 u8 cmd_idx, rsp_code; local
1024 rsp_code
281 ext_sd_execute_no_data(struct rts51x_chip *chip, unsigned int lun, u8 cmd_idx, u8 standby, u8 acmd, u8 rsp_code, u32 arg) argument
373 ext_sd_execute_read_data(struct rts51x_chip *chip, unsigned int lun, u8 cmd_idx, u8 cmd12, u8 standby, u8 acmd, u8 rsp_code, u32 arg, u32 data_len, void *data_buf, unsigned int buf_len, int use_sg) argument
592 ext_sd_execute_write_data(struct rts51x_chip *chip, unsigned int lun, u8 cmd_idx, u8 cmd12, u8 standby, u8 acmd, u8 rsp_code, u32 arg, u32 data_len, void *data_buf, unsigned int buf_len, int use_sg) argument
1038 u8 cmd_idx, rsp_code, send_cmd12 = 0, standby = 0, acmd = 0; local
1076 u8 cmd_idx, rsp_code, send_cmd12 = 0, standby = 0, acmd = 0; local
[all...]
/drivers/s390/scsi/
H A Dzfcp_fc.h270 if (rsp_info->rsp_code == FCP_TMF_CMPL)
H A Dzfcp_dbf.c407 rec->fcp_rsp_info = fcp_rsp_info->rsp_code;
H A Dzfcp_fsf.c2269 if ((rsp_info->rsp_code != FCP_TMF_CMPL) ||
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c208 entry->u.end.rsp_code = vfc_cmd->rsp.data.info.rsp_code;
277 rsp->data.info.rsp_code))
1477 int rsp_code = 0; local
1488 rsp_code = rsp->data.info.rsp_code;
1493 rsp->flags, rsp_code, scsi_get_resid(cmnd), rsp->scsi_status);
1980 int rsp_code = 0; local
2016 rsp_code = ibmvfc_get_err_result(&rsp_iu.cmd);
2018 if (rsp_code) {
2264 int rsp_code = 0; local
[all...]
H A Dibmvfc.h369 u8 rsp_code; member in struct:ibmvfc_fcp_rsp_info
500 u8 rsp_code; member in struct:ibmvfc_trace_end_entry
/drivers/scsi/libfc/
H A Dfc_lport.c146 * @rsp_code: The expected response code
154 u16 rsp_code; member in struct:fc_bsg_info
1920 unsigned short cmd = (info->rsp_code == FC_FS_ACC) ?
1926 (cmd == info->rsp_code) ?
1998 info->rsp_code = ELS_LS_ACC;
2059 info->rsp_code = FC_FS_ACC;
H A Dfc_fcp.c850 fsp->cdb_status = fc_rp_info->rsp_code;
/drivers/target/tcm_fc/
H A Dtfc_cmd.c286 * Send a FCP response including SCSI status and optional FCP rsp_code.
317 info->rsp_code = code;
/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1596 * @rsp_code: RSP_CODE that will be stored in the response.
1607 u8 rsp_code, u64 tag)
1613 resp_data_len = (rsp_code == SRP_TSK_MGMT_SUCCESS) ? 0 : 4;
1625 if (rsp_code != SRP_TSK_MGMT_SUCCESS) {
1628 srp_rsp->data[3] = rsp_code;
1605 srpt_build_tskmgmt_rsp(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx, u8 rsp_code, u64 tag) argument
/drivers/scsi/bfa/
H A Dbfa_fc.h1117 u32 rsp_code:8; /* response code (as above) */ member in struct:fcp_rspinfo_s

Completed in 3207 milliseconds