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

/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas_cam.c155 int mrsas_cam_depth; local
157 mrsas_cam_depth = sc->max_scsi_cmds;
159 if ((devq = cam_simq_alloc(mrsas_cam_depth)) == NULL) {
167 device_get_unit(sc->mrsas_dev), &sc->sim_lock, mrsas_cam_depth,
168 mrsas_cam_depth, devq);
202 device_get_unit(sc->mrsas_dev), &sc->sim_lock, mrsas_cam_depth,
203 mrsas_cam_depth, devq);

Completed in 110 milliseconds