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

/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c824 struct fcp_resp_ext *rp_ex; fc_fcp_resp() local
847 rp_ex = (void *)(fc_rp + 1); fc_fcp_resp()
849 if (plen < sizeof(*fc_rp) + sizeof(*rp_ex)) fc_fcp_resp()
851 fc_rp_info = (struct fcp_resp_rsp_info *)(rp_ex + 1); fc_fcp_resp()
853 respl = ntohl(rp_ex->fr_rsp_len); fc_fcp_resp()
869 snsl = ntohl(rp_ex->fr_sns_len); fc_fcp_resp()
877 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid)) fc_fcp_resp()
880 fsp->scsi_resid = ntohl(rp_ex->fr_resid); fc_fcp_resp()

Completed in 60 milliseconds