Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c307 if (lif->rxqcqs[i].stats) in ionic_qcqs_free()
308 devm_kfree(dev, lif->rxqcqs[i].stats); in ionic_qcqs_free()
310 devm_kfree(dev, lif->rxqcqs); in ionic_qcqs_free()
311 lif->rxqcqs = NULL; in ionic_qcqs_free()
516 lif->rxqcqs = devm_kzalloc(dev, q_list_size, GFP_KERNEL); in ionic_qcqs_alloc()
517 if (!lif->rxqcqs) in ionic_qcqs_alloc()
520 lif->rxqcqs[i].stats = devm_kzalloc(dev, in ionic_qcqs_alloc()
523 if (!lif->rxqcqs[i].stats) in ionic_qcqs_alloc()
531 if (lif->rxqcqs[i].stats) in ionic_qcqs_alloc()
532 devm_kfree(dev, lif->rxqcqs[i].stats); in ionic_qcqs_alloc()
[all …]
Dionic_lif.h149 struct ionic_qcqst *rxqcqs; member
184 #define lif_to_rxqcq(lif, i) ((lif)->rxqcqs[i].qcq)
186 #define lif_to_rxstats(lif, i) ((lif)->rxqcqs[i].stats->rx)
Dionic_ethtool.c430 qcq = lif->rxqcqs[i].qcq; in ionic_set_coalesce()