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

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.h87 #define SCSI_LOW_NCCB 128 macro
H A Dscsi_low.c750 devq = cam_simq_alloc(SCSI_LOW_NCCB);
1394 slp->sl_openings = (SCSI_LOW_NCCB / ntargs);
1417 if (nccb >= SCSI_LOW_NCCB || nccb <= 0)
1418 nccb = SCSI_LOW_NCCB;

Completed in 54 milliseconds