Home
last modified time | relevance | path

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

/linux-6.1.9/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()
7498 h->reply_map[cpu] = queue; in hpsa_setup_reply_map()
7504 h->reply_map[cpu] = 0; in hpsa_setup_reply_map()
8642 kfree(h->reply_map); in hpda_free_ctlr_info()
8654 h->reply_map = kcalloc(nr_cpu_ids, sizeof(*h->reply_map), GFP_KERNEL); in hpda_alloc_ctlr_info()
8655 if (!h->reply_map) { in hpda_alloc_ctlr_info()
/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_base.c5850 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
5857 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
7140 instance->reply_map = kcalloc(nr_cpu_ids, sizeof(unsigned int), in megasas_alloc_ctrl_mem()
7142 if (!instance->reply_map) in megasas_alloc_ctrl_mem()
7171 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()