Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c4431 struct ibmvnic_sub_crq_queue **allqueues; in init_sub_crqs() local
4439 allqueues = kzalloc_objs(*allqueues, total_queues); in init_sub_crqs()
4440 if (!allqueues) in init_sub_crqs()
4444 allqueues[i] = init_sub_crq_queue(adapter); in init_sub_crqs()
4445 if (!allqueues[i]) { in init_sub_crqs()
4484 adapter->tx_scrq[i] = allqueues[i]; in init_sub_crqs()
4495 adapter->rx_scrq[i] = allqueues[i + adapter->req_tx_queues]; in init_sub_crqs()
4500 kfree(allqueues); in init_sub_crqs()
4508 release_sub_crq_queue(adapter, allqueues[i], 1); in init_sub_crqs()
4509 kfree(allqueues); in init_sub_crqs()