Home
last modified time | relevance | path

Searched refs:reply_map (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dhpsa.h162 unsigned int *reply_map; member
Dhpsa.c1148 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
7381 h->reply_map[cpu] = queue; in hpsa_setup_reply_map()
7387 h->reply_map[cpu] = 0; in hpsa_setup_reply_map()
8500 kfree(h->reply_map); in hpda_free_ctlr_info()
8512 h->reply_map = kcalloc(nr_cpu_ids, sizeof(*h->reply_map), GFP_KERNEL); in hpda_alloc_ctlr_info()
8513 if (!h->reply_map) { in hpda_alloc_ctlr_info()
/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_base.c5197 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
5203 instance->reply_map[cpu] = cpu % instance->msix_vectors; in megasas_setup_reply_map()
6165 instance->reply_map = kcalloc(nr_cpu_ids, sizeof(unsigned int), in megasas_alloc_ctrl_mem()
6167 if (!instance->reply_map) in megasas_alloc_ctrl_mem()
6185 kfree(instance->reply_map); in megasas_alloc_ctrl_mem()
6186 instance->reply_map = NULL; in megasas_alloc_ctrl_mem()
6199 kfree(instance->reply_map); in megasas_free_ctrl_mem()
Dmegaraid_sas.h2148 unsigned int *reply_map; member
Dmegaraid_sas_fusion.c2644 instance->reply_map[raw_smp_processor_id()]; in megasas_build_ldio_fusion()
2972 instance->reply_map[raw_smp_processor_id()]; in megasas_build_syspd_fusion()