Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dhpsa.h165 unsigned int *reply_map; member
Dhpsa.c1163 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
7500 h->reply_map[cpu] = queue; in hpsa_setup_reply_map()
7506 h->reply_map[cpu] = 0; in hpsa_setup_reply_map()
8646 kfree(h->reply_map); in hpda_free_ctlr_info()
8658 h->reply_map = kcalloc(nr_cpu_ids, sizeof(*h->reply_map), GFP_KERNEL); in hpda_alloc_ctlr_info()
8659 if (!h->reply_map) { in hpda_alloc_ctlr_info()
/linux-5.19.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c5854 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
5861 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
7148 instance->reply_map = kcalloc(nr_cpu_ids, sizeof(unsigned int), in megasas_alloc_ctrl_mem()
7150 if (!instance->reply_map) in megasas_alloc_ctrl_mem()
7169 kfree(instance->reply_map); in megasas_alloc_ctrl_mem()
7170 instance->reply_map = NULL; in megasas_alloc_ctrl_mem()
7183 kfree(instance->reply_map); in megasas_free_ctrl_mem()
Dmegaraid_sas.h2278 unsigned int *reply_map; member
Dmegaraid_sas_fusion.c411 instance->reply_map[raw_smp_processor_id()]; in megasas_get_msix_index()