Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c852 struct fcp_resp_ext *rp_ex; in fc_fcp_resp() local
875 rp_ex = (void *)(fc_rp + 1); in fc_fcp_resp()
877 if (plen < sizeof(*fc_rp) + sizeof(*rp_ex)) in fc_fcp_resp()
879 fc_rp_info = (struct fcp_resp_rsp_info *)(rp_ex + 1); in fc_fcp_resp()
881 respl = ntohl(rp_ex->fr_rsp_len); in fc_fcp_resp()
897 snsl = ntohl(rp_ex->fr_sns_len); in fc_fcp_resp()
905 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid)) in fc_fcp_resp()
908 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()