Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/libfc/
Dfc_fcp.c829 u32 snsl = 0; in fc_fcp_resp() local
869 snsl = ntohl(rp_ex->fr_sns_len); in fc_fcp_resp()
870 if (snsl > SCSI_SENSE_BUFFERSIZE) in fc_fcp_resp()
871 snsl = SCSI_SENSE_BUFFERSIZE; in fc_fcp_resp()
873 (char *)fc_rp_info + respl, snsl); in fc_fcp_resp()
927 "snsl %u\n", flags, fr_len(fp), respl, snsl); in fc_fcp_resp()