Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c4428 struct ibmvnic_sub_crq_queue **allqueues; in init_sub_crqs() local
4436 allqueues = kcalloc(total_queues, sizeof(*allqueues), GFP_KERNEL); in init_sub_crqs()
4437 if (!allqueues) in init_sub_crqs()
4441 allqueues[i] = init_sub_crq_queue(adapter); in init_sub_crqs()
4442 if (!allqueues[i]) { in init_sub_crqs()
4481 adapter->tx_scrq[i] = allqueues[i]; in init_sub_crqs()
4492 adapter->rx_scrq[i] = allqueues[i + adapter->req_tx_queues]; in init_sub_crqs()
4497 kfree(allqueues); in init_sub_crqs()
4505 release_sub_crq_queue(adapter, allqueues[i], 1); in init_sub_crqs()
4506 kfree(allqueues); in init_sub_crqs()