Searched refs:SCSI_LOG_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
21 #if (SCSI_LOG_SPOOLSIZE / SCSI_LOG_BUFSIZE) > BITS_PER_LONG35 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()
8 #define SCSI_LOG_BUFSIZE 128 macro