Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic.h48 unsigned int ntxqs_per_lif; member
H A Dionic_ethtool.c575 ch->max_combined = lif->ionic->ntxqs_per_lif; in ionic_get_channels()
576 ch->max_rx = lif->ionic->ntxqs_per_lif / 2; in ionic_get_channels()
577 ch->max_tx = lif->ionic->ntxqs_per_lif / 2; in ionic_get_channels()
608 max_cnt = lif->ionic->ntxqs_per_lif; in ionic_set_channels()
H A Dionic_lif.c669 lif->txqcqs = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif, in ionic_qcqs_alloc()
678 lif->txqstats = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif, in ionic_qcqs_alloc()
1677 for (i = 0; i < lif->ionic->ntxqs_per_lif && lif->txqcqs[i]; i++) { in ionic_txrx_free()
2214 tx_qcqs = devm_kcalloc(lif->ionic->dev, lif->ionic->ntxqs_per_lif, in ionic_reconfigure_queues()
2303 for (i = 0; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues()
2385 for (i = lif->nxqs; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues()
2414 ionic->ntxqs_per_lif, ionic->ntxqs_per_lif); in ionic_lif_alloc()
2446 lif->nxqs = ionic->ntxqs_per_lif; in ionic_lif_alloc()
3113 unsigned int ntxqs_per_lif; in ionic_lif_size() local
3125 ntxqs_per_lif = le32_to_cpu(lc->queue_count[IONIC_QTYPE_TXQ]); in ionic_lif_size()
[all …]