Searched refs:max_commands (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | cciss.h | 72 int max_commands; member 295 if( h->commands_outstanding >= h->max_commands) in SA5_fifo_full() 352 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in SA5_performant_completed()
|
D | cciss.c | 3500 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command() 3971 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64)); in cciss_enter_performant_mode() 3987 writel(h->max_commands, &h->transtable->RepQSize); in cciss_enter_performant_mode() 4033 h->pdev, h->max_commands * sizeof(__u64), in cciss_put_controller_into_performant_mode() 4055 h->max_commands * sizeof(__u64), in cciss_put_controller_into_performant_mode() 4228 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands)); in cciss_get_max_perf_mode_cmds() 4231 if (reset_devices && h->max_commands > 32) in cciss_get_max_perf_mode_cmds() 4232 h->max_commands = 32; in cciss_get_max_perf_mode_cmds() 4234 if (h->max_commands < 16) { in cciss_get_max_perf_mode_cmds() 4238 h->max_commands); in cciss_get_max_perf_mode_cmds() [all …]
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | mbox_defs.h | 340 uint8_t max_commands; member 512 uint8_t max_commands; member
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa.h | 135 int max_commands; member 434 if (rq->current_entry == h->max_commands) { in SA5_performant_completed()
|
D | megaraid.h | 234 u8 max_commands; /* Max. concurrent commands supported */ member 329 u8 max_commands; /* Max concurrent commands supported */ member
|
D | hpsa.c | 713 if (rq->current_entry == h->max_commands) { in next_command() 6100 h->max_commands = readl(&(h->cfgtable->MaxPerformantModeCommands)); in hpsa_get_max_perf_mode_cmds() 6103 if (reset_devices && h->max_commands > 32) in hpsa_get_max_perf_mode_cmds() 6104 h->max_commands = 32; in hpsa_get_max_perf_mode_cmds() 6106 if (h->max_commands < 16) { in hpsa_get_max_perf_mode_cmds() 6110 h->max_commands); in hpsa_get_max_perf_mode_cmds() 6111 h->max_commands = 16; in hpsa_get_max_perf_mode_cmds() 6131 h->nr_cmds = h->max_commands; in hpsa_find_board_params() 6247 h->max_commands = readl(&(h->cfgtable->CmdsOutMax)); in hpsa_enter_simple_mode() 7256 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode() [all …]
|
D | megaraid.c | 294 adapter->max_cmds = adapter->product_info.max_commands; in mega_query_adapter() 1782 product_info->max_commands = inquiry->adapter_info.max_commands; in mega_8_to_40ld() 1861 adapter->fw_version, adapter->product_info.max_commands, in megaraid_info() 2096 adapter->product_info.max_commands, adapter->max_cmds); in proc_show_config()
|