Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
HDtws.h97 #define TWS_RESERVED_REQS 4 macro
HDtws.c457 if (tws_queue_depth < TWS_RESERVED_REQS+1) in tws_init()
458 tws_queue_depth = TWS_RESERVED_REQS+1; in tws_init()
631 if ( i >= TWS_RESERVED_REQS ) in tws_init_reqs()
HDtws_cam.c51 static int tws_cam_depth=(TWS_MAX_REQS - TWS_RESERVED_REQS);
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()