Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dhpsa.h165 unsigned int *reply_map; member
A Dhpsa.c1163 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()
7502 h->reply_map[cpu] = queue; in hpsa_setup_reply_map()
7508 h->reply_map[cpu] = 0; in hpsa_setup_reply_map()
8648 kfree(h->reply_map); in hpda_free_ctlr_info()
8660 h->reply_map = kcalloc(nr_cpu_ids, sizeof(*h->reply_map), GFP_KERNEL); in hpda_alloc_ctlr_info()
8661 if (!h->reply_map) { in hpda_alloc_ctlr_info()
/linux/drivers/scsi/megaraid/
A Dmegaraid_sas_base.c5846 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
5853 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()
7137 instance->reply_map = kcalloc(nr_cpu_ids, sizeof(unsigned int), in megasas_alloc_ctrl_mem()
7139 if (!instance->reply_map) in megasas_alloc_ctrl_mem()
7158 kfree(instance->reply_map); in megasas_alloc_ctrl_mem()
7159 instance->reply_map = NULL; in megasas_alloc_ctrl_mem()
7172 kfree(instance->reply_map); in megasas_free_ctrl_mem()
A Dmegaraid_sas.h2276 unsigned int *reply_map; member
A Dmegaraid_sas_fusion.c411 instance->reply_map[raw_smp_processor_id()]; in megasas_get_msix_index()

Completed in 64 milliseconds