Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
H A Dtws_cam.c51 static int tws_cam_depth=(TWS_MAX_REQS - TWS_RESERVED_REQS); variable
149 if ( tws_cam_depth < 1 ) in tws_cam_attach()
150 tws_cam_depth = 1; in tws_cam_attach()
151 if ( tws_cam_depth > (tws_queue_depth - TWS_RESERVED_REQS) ) in tws_cam_attach()
152 tws_cam_depth = tws_queue_depth - TWS_RESERVED_REQS; in tws_cam_attach()
154 TWS_TRACE_DEBUG(sc, "depths,ctlr,cam", tws_queue_depth, tws_cam_depth); in tws_cam_attach()
156 if ((devq = cam_simq_alloc(tws_cam_depth)) == NULL) { in tws_cam_attach()
170 tws_cam_depth, 1, devq); in tws_cam_attach()
1304 TUNABLE_INT("hw.tws.cam_depth", &tws_cam_depth);