Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/ibm/
Dibmvnic.c3291 struct ibmvnic_sub_crq_queue **allqueues; in init_sub_crqs() local
3299 allqueues = kcalloc(total_queues, sizeof(*allqueues), GFP_KERNEL); in init_sub_crqs()
3300 if (!allqueues) in init_sub_crqs()
3304 allqueues[i] = init_sub_crq_queue(adapter); in init_sub_crqs()
3305 if (!allqueues[i]) { in init_sub_crqs()
3344 adapter->tx_scrq[i] = allqueues[i]; in init_sub_crqs()
3355 adapter->rx_scrq[i] = allqueues[i + adapter->req_tx_queues]; in init_sub_crqs()
3360 kfree(allqueues); in init_sub_crqs()
3368 release_sub_crq_queue(adapter, allqueues[i], 1); in init_sub_crqs()
3369 kfree(allqueues); in init_sub_crqs()