[go: nahoru, domu]

Searched refs:sc_cmd (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c209 struct scsi_cmnd *sc_cmd = io_req->sc_cmd; local
226 io_req->sc_cmd = NULL;
227 if (!sc_cmd) {
228 printk(KERN_ERR PFX "scsi_done - sc_cmd NULL. "
233 sc_cmd->result = err_code << 16;
236 sc_cmd, host_byte(sc_cmd->result), sc_cmd->retries,
237 sc_cmd
689 bnx2fc_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags) argument
1093 bnx2fc_eh_target_reset(struct scsi_cmnd *sc_cmd) argument
1106 bnx2fc_eh_device_reset(struct scsi_cmnd *sc_cmd) argument
1161 bnx2fc_eh_abort(struct scsi_cmnd *sc_cmd) argument
1451 struct scsi_cmnd *sc_cmd = io_req->sc_cmd; local
1523 struct scsi_cmnd *sc_cmd = io_req->sc_cmd; local
1727 struct scsi_cmnd *sc_cmd = io_req->sc_cmd; local
1763 struct scsi_cmnd *sc_cmd = io_req->sc_cmd; local
1854 bnx2fc_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *sc_cmd) argument
1925 struct scsi_cmnd *sc_cmd; local
2020 struct scsi_cmnd *sc_cmd = io_req->sc_cmd; local
[all...]
H A Dbnx2fc.h428 struct scsi_cmnd *sc_cmd; member in struct:bnx2fc_cmd
493 int bnx2fc_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *sc_cmd);
539 int bnx2fc_eh_abort(struct scsi_cmnd *sc_cmd);
540 int bnx2fc_eh_host_reset(struct scsi_cmnd *sc_cmd);
541 int bnx2fc_eh_target_reset(struct scsi_cmnd *sc_cmd);
542 int bnx2fc_eh_device_reset(struct scsi_cmnd *sc_cmd);
H A Dbnx2fc_els.c377 struct scsi_cmnd *sc_cmd; local
476 new_io_req->sc_cmd = orig_io_req->sc_cmd;
481 /* Post a new IO req with the same sc_cmd */
508 sc_cmd = orig_io_req->sc_cmd;
509 if (sc_cmd->sc_data_direction == DMA_TO_DEVICE) {
704 els_req->sc_cmd = NULL;
H A Dbnx2fc_hwi.c1464 struct scsi_cmnd *sc_cmd = orig_io_req->sc_cmd; local
1483 if (sc_cmd->sc_data_direction == DMA_TO_DEVICE)
1687 struct scsi_cmnd *sc_cmd = io_req->sc_cmd; local
1704 if (sc_cmd->sc_data_direction == DMA_TO_DEVICE)
/drivers/scsi/libfc/
H A Dfc_fcp.c1026 struct scsi_cmnd *sc_cmd; local
1032 sc_cmd = fsp->cmd;
1033 if (id != -1 && scmd_id(sc_cmd) != id)
1036 if (lun != -1 && sc_cmd->device->lun != lun)
1790 int fc_queuecommand(struct Scsi_Host *shost, struct scsi_cmnd *sc_cmd) argument
1793 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
1802 sc_cmd->result = rval;
1803 sc_cmd->scsi_done(sc_cmd);
1812 sc_cmd
1888 struct scsi_cmnd *sc_cmd; local
2019 fc_eh_abort(struct scsi_cmnd *sc_cmd) argument
2072 fc_eh_device_reset(struct scsi_cmnd *sc_cmd) argument
2120 fc_eh_host_reset(struct scsi_cmnd *sc_cmd) argument
[all...]

Completed in 96 milliseconds