Searched refs:icmnd_cmpl (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/fnic/
H A Dfnic_scsi.c814 struct fcpio_icmnd_cmpl *icmnd_cmpl; local
829 icmnd_cmpl = &desc->u.icmnd_cmpl;
861 "icmnd_cmpl sc is null - "
866 ((u64)icmnd_cmpl->_resvd0[1] << 16 |
867 (u64)icmnd_cmpl->_resvd0[0]),
869 (u64)icmnd_cmpl->scsi_status << 8 |
870 (u64)icmnd_cmpl->flags), desc,
871 (u64)icmnd_cmpl->residual, 0);
889 "icmnd_cmpl io_re
[all...]
H A Dfcpio.h684 struct fcpio_icmnd_cmpl icmnd_cmpl; member in union:fcpio_fw_req::__anon744
/linux-master/drivers/scsi/snic/
H A Dsnic_scsi.c396 struct snic_icmnd_cmpl *icmnd_cmpl,
415 scsi_set_resid(sc, le32_to_cpu(icmnd_cmpl->resid));
464 sc->result = (res << 16) | icmnd_cmpl->scsi_status;
485 struct snic_icmnd_cmpl *icmnd_cmpl,
489 u8 scsi_stat = icmnd_cmpl->scsi_status;
499 scsi_set_resid(sc, le32_to_cpu(icmnd_cmpl->resid));
501 if (icmnd_cmpl->flags & SNIC_ICMND_CMPL_UNDR_RUN)
504 if (icmnd_cmpl->scsi_status == SAM_STAT_TASK_SET_FULL)
509 snic_process_io_failed_state(snic, icmnd_cmpl, sc, cmpl_stat);
512 "icmnd_cmpl
395 snic_process_io_failed_state(struct snic *snic, struct snic_icmnd_cmpl *icmnd_cmpl, struct scsi_cmnd *sc, u8 cmpl_stat) argument
484 snic_process_icmnd_cmpl_status(struct snic *snic, struct snic_icmnd_cmpl *icmnd_cmpl, u8 cmpl_stat, struct scsi_cmnd *sc) argument
532 struct snic_icmnd_cmpl *icmnd_cmpl = NULL; local
[all...]
H A Dsnic_fwint.h458 struct snic_icmnd_cmpl icmnd_cmpl; member in union:snic_fw_req::__anon1163

Completed in 346 milliseconds