Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_logging.c21 #if (SCSI_LOG_SPOOLSIZE / SCSI_LOG_BUFSIZE) > BITS_PER_LONG
35 unsigned long map_bits = sizeof(buf->buffer) / SCSI_LOG_BUFSIZE; in scsi_log_reserve_buffer()
52 *len = SCSI_LOG_BUFSIZE; in scsi_log_reserve_buffer()
53 return buf->buffer + idx * SCSI_LOG_BUFSIZE; in scsi_log_reserve_buffer()
65 idx = (bufptr - buf->buffer) / SCSI_LOG_BUFSIZE; in scsi_log_release_buffer()
/linux-4.4.14/include/scsi/
Dscsi_dbg.h8 #define SCSI_LOG_BUFSIZE 128 macro