Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/pensando/ionic/
Dionic.h56 unsigned int ntxqs_per_lif; member
Dionic_lif.c792 lif->txqcqs = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif, in ionic_qcqs_alloc()
801 lif->txqstats = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif + 1, in ionic_qcqs_alloc()
994 txq_i = lif->ionic->ntxqs_per_lif; in ionic_lif_create_hwstamp_txq()
2029 for (i = 0; i < lif->ionic->ntxqs_per_lif && lif->txqcqs[i]; i++) { in ionic_txrx_free()
2951 tx_qcqs = devm_kcalloc(lif->ionic->dev, lif->ionic->ntxqs_per_lif, in ionic_reconfigure_queues()
3083 for (i = 0; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues()
3168 for (i = lif->nxqs; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues()
3238 ionic->ntxqs_per_lif, ionic->ntxqs_per_lif); in ionic_lif_alloc()
3271 lif->nxqs = ionic->ntxqs_per_lif; in ionic_lif_alloc()
4033 unsigned int ntxqs_per_lif; in ionic_lif_size() local
[all …]
Dionic_ethtool.c705 ch->max_combined = lif->ionic->ntxqs_per_lif; in ionic_get_channels()
706 ch->max_rx = lif->ionic->ntxqs_per_lif / 2; in ionic_get_channels()
707 ch->max_tx = lif->ionic->ntxqs_per_lif / 2; in ionic_get_channels()
746 max_cnt = lif->ionic->ntxqs_per_lif; in ionic_set_channels()