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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dhpsa.h67 int max_outstanding; /* Debug */ member in struct:ctlr_info
212 if (h->commands_outstanding > h->max_outstanding)
213 h->max_outstanding = h->commands_outstanding;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcciss.h74 int max_outstanding; /* Debug */ member in struct:ctlr_info
222 if ( h->commands_outstanding > h->max_outstanding)
223 h->max_outstanding = h->commands_outstanding;
H A Dcciss.c418 h->maxQsinceinit, h->max_outstanding, h->maxSG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h67 int max_outstanding; /* Debug */ member in struct:ctlr_info
212 if (h->commands_outstanding > h->max_outstanding)
213 h->max_outstanding = h->commands_outstanding;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcciss.h74 int max_outstanding; /* Debug */ member in struct:ctlr_info
222 if ( h->commands_outstanding > h->max_outstanding)
223 h->max_outstanding = h->commands_outstanding;
H A Dcciss.c418 h->maxQsinceinit, h->max_outstanding, h->maxSG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_rtsp.c13 * max_outstanding=n setup_timeout=secs
17 * With max_outstanding you can define the maximum number of not yet
51 #define MAX_SIMUL_SETUP 8 /* XXX: use max_outstanding */
56 static int max_outstanding = 8; variable
64 module_param(max_outstanding, int, 0400);
65 MODULE_PARM_DESC(max_outstanding, "max number of outstanding SETUP requests per RTSP session");
464 if (max_outstanding < 1) {
465 printk("nf_conntrack_rtsp: max_outstanding must be a positive integer\n");
473 rtsp_exp_policy.max_expected = max_outstanding;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_rtsp.c13 * max_outstanding=n setup_timeout=secs
17 * With max_outstanding you can define the maximum number of not yet
51 #define MAX_SIMUL_SETUP 8 /* XXX: use max_outstanding */
56 static int max_outstanding = 8; variable
64 module_param(max_outstanding, int, 0400);
65 MODULE_PARM_DESC(max_outstanding, "max number of outstanding SETUP requests per RTSP session");
464 if (max_outstanding < 1) {
465 printk("nf_conntrack_rtsp: max_outstanding must be a positive integer\n");
473 rtsp_exp_policy.max_expected = max_outstanding;

Completed in 131 milliseconds