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

/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c828 u32 respl = 0; fc_fcp_resp() local
853 respl = ntohl(rp_ex->fr_rsp_len); fc_fcp_resp()
854 if ((respl != FCP_RESP_RSP_INFO_LEN4) && fc_fcp_resp()
855 (respl != FCP_RESP_RSP_INFO_LEN8)) fc_fcp_resp()
873 (char *)fc_rp_info + respl, snsl); fc_fcp_resp()
926 FC_FCP_DBG(fsp, "short FCP response. flags 0x%x len %u respl %u " fc_fcp_resp()
927 "snsl %u\n", flags, fr_len(fp), respl, snsl); fc_fcp_resp()

Completed in 87 milliseconds