Searched refs:tws_cam_depth (Results 1 – 1 of 1) sorted by relevance
44 static int tws_cam_depth=(TWS_MAX_REQS - TWS_RESERVED_REQS); variable135 if ( tws_cam_depth < 1 ) in tws_cam_attach()136 tws_cam_depth = 1; in tws_cam_attach()137 if ( tws_cam_depth > (tws_queue_depth - TWS_RESERVED_REQS) ) in tws_cam_attach()138 tws_cam_depth = tws_queue_depth - TWS_RESERVED_REQS; in tws_cam_attach()140 TWS_TRACE_DEBUG(sc, "depths,ctlr,cam", tws_queue_depth, tws_cam_depth); in tws_cam_attach()142 if ((devq = cam_simq_alloc(tws_cam_depth)) == NULL) { in tws_cam_attach()156 tws_cam_depth, 1, devq); in tws_cam_attach()1276 TUNABLE_INT("hw.tws.cam_depth", &tws_cam_depth);