Searched refs:rp_ex (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.c799 struct fcp_resp_ext *rp_ex; local
822 rp_ex = (void *)(fc_rp + 1);
824 if (plen < sizeof(*fc_rp) + sizeof(*rp_ex))
826 fc_rp_info = (struct fcp_resp_rsp_info *)(rp_ex + 1);
828 respl = ntohl(rp_ex->fr_rsp_len);
843 snsl = ntohl(rp_ex->fr_sns_len);
851 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid))
854 fsp->scsi_resid = ntohl(rp_ex->fr_resid);

Completed in 81 milliseconds