Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa.h164 unsigned int *reply_map; member
Dhpsa.c1146 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
7449 h->reply_map[cpu] = queue; in hpsa_setup_reply_map()
7455 h->reply_map[cpu] = 0; in hpsa_setup_reply_map()
8582 kfree(h->reply_map); in hpda_free_ctlr_info()
8594 h->reply_map = kcalloc(nr_cpu_ids, sizeof(*h->reply_map), GFP_KERNEL); in hpda_alloc_ctlr_info()
8595 if (!h->reply_map) { in hpda_alloc_ctlr_info()
/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas.h393 unsigned int *reply_map; member
Dhisi_sas_v3_hw.c2361 hisi_hba->reply_map[cpu] = queue; in setup_reply_map_v3_hw()
2367 hisi_hba->reply_map[cpu] = cpu % hisi_hba->queue_count; in setup_reply_map_v3_hw()
2385 hisi_hba->reply_map = devm_kcalloc(dev, nr_cpu_ids, in interrupt_init_v3_hw()
2388 if (!hisi_hba->reply_map) in interrupt_init_v3_hw()
Dhisi_sas_main.c439 if (hisi_hba->reply_map) { in hisi_sas_task_prep()
441 unsigned int dq_index = hisi_hba->reply_map[cpu]; in hisi_sas_task_prep()
/Linux-v5.4/drivers/scsi/megaraid/
Dmegaraid_sas_base.c5707 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
5714 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
6946 instance->reply_map = kcalloc(nr_cpu_ids, sizeof(unsigned int), in megasas_alloc_ctrl_mem()
6948 if (!instance->reply_map) in megasas_alloc_ctrl_mem()
6967 kfree(instance->reply_map); in megasas_alloc_ctrl_mem()
6968 instance->reply_map = NULL; in megasas_alloc_ctrl_mem()
6981 kfree(instance->reply_map); in megasas_free_ctrl_mem()
Dmegaraid_sas.h2261 unsigned int *reply_map; member
Dmegaraid_sas_fusion.c2840 instance->reply_map[raw_smp_processor_id()]; in megasas_build_ldio_fusion()
3172 instance->reply_map[raw_smp_processor_id()]; in megasas_build_syspd_fusion()