Searched refs:fc_rp (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.c798 struct fcp_resp *fc_rp; local
809 if (unlikely(plen < sizeof(*fh) + sizeof(*fc_rp)))
812 fc_rp = (struct fcp_resp *)(fh + 1);
813 fsp->cdb_status = fc_rp->fr_status;
814 flags = fc_rp->fr_flags;
821 if (unlikely((flags & ~FCP_CONF_REQ) || fc_rp->fr_status)) {
822 rp_ex = (void *)(fc_rp + 1);
824 if (plen < sizeof(*fc_rp) + sizeof(*rp_ex))
851 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid))
864 (fc_rp
[all...]

Completed in 42 milliseconds