Searched refs:allqueues (Results 1 – 1 of 1) sorted by relevance
3580 struct ibmvnic_sub_crq_queue **allqueues; in init_sub_crqs() local3588 allqueues = kcalloc(total_queues, sizeof(*allqueues), GFP_KERNEL); in init_sub_crqs()3589 if (!allqueues) in init_sub_crqs()3593 allqueues[i] = init_sub_crq_queue(adapter); in init_sub_crqs()3594 if (!allqueues[i]) { in init_sub_crqs()3633 adapter->tx_scrq[i] = allqueues[i]; in init_sub_crqs()3644 adapter->rx_scrq[i] = allqueues[i + adapter->req_tx_queues]; in init_sub_crqs()3649 kfree(allqueues); in init_sub_crqs()3657 release_sub_crq_queue(adapter, allqueues[i], 1); in init_sub_crqs()3658 kfree(allqueues); in init_sub_crqs()