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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_fcp.c994 struct scsi_cmnd *sc_cmd; local
1000 sc_cmd = fsp->cmd;
1001 if (id != -1 && scmd_id(sc_cmd) != id)
1004 if (lun != -1 && sc_cmd->device->lun != lun)
1752 int fc_queuecommand(struct scsi_cmnd *sc_cmd, void (*done)(struct scsi_cmnd *)) argument
1755 struct fc_rport *rport = starget_to_rport(scsi_target(sc_cmd->device));
1762 lport = shost_priv(sc_cmd->device->host);
1766 sc_cmd->result = rval;
1767 done(sc_cmd);
1777 sc_cmd
1862 struct scsi_cmnd *sc_cmd; local
1991 fc_eh_abort(struct scsi_cmnd *sc_cmd) argument
2037 fc_eh_device_reset(struct scsi_cmnd *sc_cmd) argument
2086 fc_eh_host_reset(struct scsi_cmnd *sc_cmd) argument
[all...]

Completed in 41 milliseconds