Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_fcp.c861 u32 respl = 0; in fc_fcp_resp() local
886 respl = ntohl(rp_ex->fr_rsp_len); in fc_fcp_resp()
887 if ((respl != FCP_RESP_RSP_INFO_LEN4) && in fc_fcp_resp()
888 (respl != FCP_RESP_RSP_INFO_LEN8)) in fc_fcp_resp()
906 (char *)fc_rp_info + respl, snsl); in fc_fcp_resp()
969 "snsl %u\n", flags, fr_len(fp), respl, snsl); in fc_fcp_resp()