Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c857 u32 snsl = 0; in fc_fcp_resp() local
897 snsl = ntohl(rp_ex->fr_sns_len); in fc_fcp_resp()
898 if (snsl > SCSI_SENSE_BUFFERSIZE) in fc_fcp_resp()
899 snsl = SCSI_SENSE_BUFFERSIZE; in fc_fcp_resp()
901 (char *)fc_rp_info + respl, snsl); in fc_fcp_resp()
964 "snsl %u\n", flags, fr_len(fp), respl, snsl); in fc_fcp_resp()