Lines Matching defs:allqueues
4338 struct ibmvnic_sub_crq_queue **allqueues;
4346 allqueues = kcalloc(total_queues, sizeof(*allqueues), GFP_KERNEL);
4347 if (!allqueues)
4351 allqueues[i] = init_sub_crq_queue(adapter);
4352 if (!allqueues[i]) {
4391 adapter->tx_scrq[i] = allqueues[i];
4402 adapter->rx_scrq[i] = allqueues[i + adapter->req_tx_queues];
4407 kfree(allqueues);
4415 release_sub_crq_queue(adapter, allqueues[i], 1);
4416 kfree(allqueues);