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

/freebsd-13-stable/sys/dev/tws/
H A Dtws_cam.c46 static int tws_cam_depth=(TWS_MAX_REQS - TWS_RESERVED_REQS); variable
137 if ( tws_cam_depth < 1 )
138 tws_cam_depth = 1;
139 if ( tws_cam_depth > (tws_queue_depth - TWS_RESERVED_REQS) )
140 tws_cam_depth = tws_queue_depth - TWS_RESERVED_REQS;
142 TWS_TRACE_DEBUG(sc, "depths,ctlr,cam", tws_queue_depth, tws_cam_depth);
144 if ((devq = cam_simq_alloc(tws_cam_depth)) == NULL) {
150 * Create a SIM entry. Though we can support tws_cam_depth
152 * (tws_cam_depth), so that we always have reserved requests
158 tws_cam_depth,
[all...]

Completed in 47 milliseconds