Searched refs:max_commands (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h65 int max_commands; member in struct:ctlr_info
270 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
284 if (h->commands_outstanding >= h->max_commands)
H A Dmegaraid.h269 u8 max_commands; /* Max. concurrent commands supported */ member in struct:__anon14825
364 u8 max_commands; /* Max concurrent commands supported */ member in struct:__anon14827
H A Dhpsa.c323 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
3516 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands));
3517 if (h->max_commands < 16) {
3521 h->max_commands);
3522 h->max_commands = 16;
3533 h->nr_cmds = h->max_commands - 4; /* Allow room for some ioctls */
3612 h->max_commands = readl(&(h->cfgtable->CmdsOutMax));
4051 writel(h->max_commands, &h->transtable->RepQSize);
4080 h->reply_pool_size = h->max_commands * sizeof(u64);
H A Dmegaraid.c291 adapter->max_cmds = adapter->product_info.max_commands;
1797 product_info->max_commands = inquiry->adapter_info.max_commands;
1876 adapter->fw_version, adapter->product_info.max_commands,
2196 adapter->product_info.max_commands, adapter->max_cmds);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h72 int max_commands; member in struct:ctlr_info
282 if( h->commands_outstanding >= h->max_commands)
339 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
H A Dcciss.c3419 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
3836 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64));
3852 writel(h->max_commands, &h->transtable->RepQSize);
3895 h->pdev, h->max_commands * sizeof(__u64),
3916 h->max_commands * sizeof(__u64),
4079 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands));
4080 if (h->max_commands < 16) {
4084 h->max_commands);
4085 h->max_commands = 16;
4096 h->nr_cmds = h->max_commands
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmbox_defs.h315 * @max_commands : Maximum concurrent commands supported
340 uint8_t max_commands; member in struct:__anon14750
483 * @max_commands : max concurrent commands supported
512 uint8_t max_commands; member in struct:__anon14753
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dwkssvc.h39 uint32_t max_commands; member in struct:wkssvc_NetWkstaInfo502
H A Dndr_wkssvc.c390 NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->max_commands));
435 NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->max_commands));
480 ndr_print_uint32(ndr, "max_commands", r->max_commands);

Completed in 218 milliseconds