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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_scsi.c647 struct fcpio_icmnd_cmpl *icmnd_cmpl; local
689 icmnd_cmpl = &desc->u.icmnd_cmpl;
693 sc->result = (DID_OK << 16) | icmnd_cmpl->scsi_status;
695 scsi_set_resid(sc, icmnd_cmpl->residual);
697 if (icmnd_cmpl->flags & FCPIO_ICMND_CMPL_RESID_UNDER)
698 xfer_len -= icmnd_cmpl->residual;
706 if (icmnd_cmpl->scsi_status == QUEUE_FULL) {
735 sc->result = (DID_TIME_OUT << 16) | icmnd_cmpl->scsi_status;
739 sc->result = (DID_ERROR << 16) | icmnd_cmpl
[all...]
H A Dfcpio.h696 struct fcpio_icmnd_cmpl icmnd_cmpl; member in union:fcpio_fw_req::__anon14391

Completed in 108 milliseconds