Home
last modified time | relevance | path

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

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