Searched refs:reply_map (Results 1 – 3 of 3) sorted by relevance
1157 reply_queue = h->reply_map[raw_smp_processor_id()]; in __enqueue_cmd_and_start_io()7482 h->reply_map[cpu] = queue; in hpsa_setup_reply_map()7488 h->reply_map[cpu] = 0; in hpsa_setup_reply_map()8626 kfree(h->reply_map); in hpda_free_ctlr_info()8638 h->reply_map = kcalloc(nr_cpu_ids, sizeof(*h->reply_map), GFP_KERNEL); in hpda_alloc_ctlr_info()8639 if (!h->reply_map) { in hpda_alloc_ctlr_info()
2280 unsigned int *reply_map; member
411 instance->reply_map[raw_smp_processor_id()]; in megasas_get_msix_index()