Searched refs:tx_qcqs (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c2899 struct ionic_qcq **tx_qcqs = NULL; local
2911 tx_qcqs = devm_kcalloc(lif->ionic->dev, lif->ionic->ntxqs_per_lif,
2913 if (!tx_qcqs) {
2932 if (tx_qcqs) {
2960 lif->kern_pid, &tx_qcqs[i]);
3014 if (tx_qcqs) {
3017 ionic_swap_queues(lif->txqcqs[i], tx_qcqs[i]);
3072 if (tx_qcqs) {
3099 if (tx_qcqs && tx_qcqs[
[all...]

Completed in 494 milliseconds