Searched refs:req_depth (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/ |
H A D | vmw_pvscsi.c | 80 unsigned req_depth; member 159 end = &adapter->cmd_map[adapter->req_depth]; in pvscsi_find_context() 451 adapter->req_depth = adapter->req_pages in pvscsi_allocate_rings() 882 for (i = 0; i < adapter->req_depth; i++) { in pvscsi_reset_all() 1209 for (i = 0; i < adapter->req_depth; ++i, ++ctx) in pvscsi_free_sgls() 1275 for (i = 0; i < adapter->req_depth; ++i, ++ctx) { in pvscsi_allocate_sg() 1481 adapter->cmd_map = kcalloc(adapter->req_depth, in pvscsi_probe() 1490 for (i = 0; i < adapter->req_depth; i++) { in pvscsi_probe()
|
/linux/drivers/message/fusion/ |
H A D | mptbase.c | 931 ioc->req_depth); in mpt_get_msg_frame() 935 ioc->mfcnt, ioc->req_depth); in mpt_get_msg_frame() 1197 if (reqBytes >= 12 && ii >= 0 && ii < ioc->req_depth) { in mpt_send_handshake_request() 2740 sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC); in mpt_adapter_disable() 3207 ioc->req_depth = min_t(int, MPT_MAX_REQ_DEPTH, facts->GlobalCredits); in GetIocFacts() 3214 ioc->name, ioc->req_sz, ioc->req_depth)); in GetIocFacts() 4323 sz = ioc->req_depth * sizeof(int); in initChainBuffers() 4339 for (ii = 0; ii < ioc->req_depth; ii++) { in initChainBuffers() 4473 sz = (ioc->req_sz * ioc->req_depth); in PrimeIocFifos() 4475 ioc->name, ioc->req_sz, ioc->req_depth)); in PrimeIocFifos() [all …]
|
H A D | mptscsih.c | 1038 for (ii= 0; ii < ioc->req_depth; ii++) { in mptscsih_flush_running_cmds() 1087 for (ii = 0; ii < ioc->req_depth; ii++) { in mptscsih_search_running_cmds() 1189 sz1 = ioc->req_depth * sizeof(void *); in mptscsih_remove() 1293 seq_printf(m, "MaxQ=%d\n", ioc->req_depth); in mptscsih_show_info() 2581 for (i = 0; i < ioc->req_depth; i++) { in SCPNT_TO_LOOKUP_IDX()
|
H A D | mptbase.h | 660 int req_depth; /* Number of request frames */ member
|
H A D | mptspi.c | 1497 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_KERNEL); in mptspi_probe()
|
H A D | mptfc.c | 1330 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_KERNEL); in mptfc_probe()
|
H A D | mptsas.c | 4890 for (ii = 0; ii < ioc->req_depth; ii++) { in mptsas_broadcast_primitive_work() 5229 sh->can_queue = min_t(int, ioc->req_depth - 10, sh->can_queue); in mptsas_probe() 5293 ioc->ScsiLookup = kcalloc(ioc->req_depth, sizeof(void *), GFP_ATOMIC); in mptsas_probe()
|