Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws.h98 #define TWS_RESERVED_REQS 4 macro
H A Dtws.c515 if (tws_queue_depth < TWS_RESERVED_REQS+1) in tws_init()
516 tws_queue_depth = TWS_RESERVED_REQS+1; in tws_init()
695 if ( i >= TWS_RESERVED_REQS ) in tws_init_reqs()
H A Dtws_cam.c44 static int tws_cam_depth=(TWS_MAX_REQS - TWS_RESERVED_REQS);
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()