Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_fcp.c847 struct fcp_resp_ext *rp_ex; in fc_fcp_resp() local
870 rp_ex = (void *)(fc_rp + 1); in fc_fcp_resp()
872 if (plen < sizeof(*fc_rp) + sizeof(*rp_ex)) in fc_fcp_resp()
874 fc_rp_info = (struct fcp_resp_rsp_info *)(rp_ex + 1); in fc_fcp_resp()
876 respl = ntohl(rp_ex->fr_rsp_len); in fc_fcp_resp()
892 snsl = ntohl(rp_ex->fr_sns_len); in fc_fcp_resp()
900 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid)) in fc_fcp_resp()
903 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()