Searched refs:reply_map (Results 1 – 5 of 5) sorted by relevance
165 unsigned int *reply_map; member
1157 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()7471 h->reply_map[cpu] = queue; in hpsa_setup_reply_map()7477 h->reply_map[cpu] = 0; in hpsa_setup_reply_map()8617 kfree(h->reply_map); in hpda_free_ctlr_info()8629 h->reply_map = kcalloc(nr_cpu_ids, sizeof(*h->reply_map), GFP_KERNEL); in hpda_alloc_ctlr_info()8630 if (!h->reply_map) { in hpda_alloc_ctlr_info()
5799 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()5806 instance->reply_map[cpu] = queue; in megasas_setup_reply_map()7038 instance->reply_map = kcalloc(nr_cpu_ids, sizeof(unsigned int), in megasas_alloc_ctrl_mem()7040 if (!instance->reply_map) in megasas_alloc_ctrl_mem()7059 kfree(instance->reply_map); in megasas_alloc_ctrl_mem()7060 instance->reply_map = NULL; in megasas_alloc_ctrl_mem()7073 kfree(instance->reply_map); in megasas_free_ctrl_mem()
2273 unsigned int *reply_map; member
379 instance->reply_map[raw_smp_processor_id()]; in megasas_get_msix_index()