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

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c2897 struct ionic_qcq **tx_qcqs = NULL; local
2909 tx_qcqs = devm_kcalloc(lif->ionic->dev, lif->ionic->ntxqs_per_lif,
2911 if (!tx_qcqs) {
2930 if (tx_qcqs) {
2958 lif->kern_pid, &tx_qcqs[i]);
3012 if (tx_qcqs) {
3015 ionic_swap_queues(lif->txqcqs[i], tx_qcqs[i]);
3070 if (tx_qcqs) {
3097 if (tx_qcqs && tx_qcqs[
[all...]

Completed in 228 milliseconds