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

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c470 if (lif->txqcqs) {
473 devm_kfree(dev, lif->txqcqs);
474 lif->txqcqs = NULL;
742 lif->txqcqs = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif,
743 sizeof(*lif->txqcqs), GFP_KERNEL);
744 if (!lif->txqcqs)
873 q->partner = &lif->txqcqs[q->index]->q;
1925 if (lif->txqcqs) {
1927 err = ionic_qcq_disable(lif, lif->txqcqs[i], err);
1948 if (lif->txqcqs) {
[all...]
H A Dionic_ethtool.c516 if (lif->txqcqs[i]->flags & IONIC_QCQ_F_INTR) {
518 lif->txqcqs[i]->intr.index,
520 lif->txqcqs[i]->intr.dim_coal_hw = tx_dim;
H A Dionic_txrx.c447 txq = &lif->txqcqs[qi]->q;
1018 txqcq = lif->txqcqs[qi];
1019 txcq = &lif->txqcqs[qi]->cq;
1798 q = &lif->txqcqs[queue_index]->q;
H A Dionic_lif.h195 struct ionic_qcq **txqcqs; member in struct:ionic_lif

Completed in 137 milliseconds