Searched refs:ntxqs_per_lif (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic.h | 48 unsigned int ntxqs_per_lif; member
|
H A D | ionic_ethtool.c | 575 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 D | ionic_lif.c | 673 lif->txqcqs = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif, in ionic_qcqs_alloc() 682 lif->txqstats = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif, in ionic_qcqs_alloc() 1681 for (i = 0; i < lif->ionic->ntxqs_per_lif && lif->txqcqs[i]; i++) { in ionic_txrx_free() 2218 tx_qcqs = devm_kcalloc(lif->ionic->dev, lif->ionic->ntxqs_per_lif, in ionic_reconfigure_queues() 2307 for (i = 0; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues() 2389 for (i = lif->nxqs; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues() 2418 ionic->ntxqs_per_lif, ionic->ntxqs_per_lif); in ionic_lif_alloc() 2450 lif->nxqs = ionic->ntxqs_per_lif; in ionic_lif_alloc() 3117 unsigned int ntxqs_per_lif; in ionic_lif_size() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic.h | 53 unsigned int ntxqs_per_lif; member
|
H A D | ionic_lif.c | 750 lif->txqcqs = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif, in ionic_qcqs_alloc() 759 lif->txqstats = devm_kcalloc(dev, lif->ionic->ntxqs_per_lif + 1, in ionic_qcqs_alloc() 947 txq_i = lif->ionic->ntxqs_per_lif; in ionic_lif_create_hwstamp_txq() 2021 for (i = 0; i < lif->ionic->ntxqs_per_lif && lif->txqcqs[i]; i++) { in ionic_txrx_free() 2875 tx_qcqs = devm_kcalloc(lif->ionic->dev, lif->ionic->ntxqs_per_lif, in ionic_reconfigure_queues() 3001 for (i = 0; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues() 3086 for (i = lif->nxqs; i < lif->ionic->ntxqs_per_lif; i++) { in ionic_reconfigure_queues() 3118 ionic->ntxqs_per_lif, ionic->ntxqs_per_lif); in ionic_lif_alloc() 3150 lif->nxqs = ionic->ntxqs_per_lif; in ionic_lif_alloc() 3887 unsigned int ntxqs_per_lif; ionic_lif_size() local [all...] |
H A D | ionic_ethtool.c | 698 ch->max_combined = lif->ionic->ntxqs_per_lif; in ionic_get_channels() 699 ch->max_rx = lif->ionic->ntxqs_per_lif / 2; in ionic_get_channels() 700 ch->max_tx = lif->ionic->ntxqs_per_lif / 2; in ionic_get_channels() 734 max_cnt = lif->ionic->ntxqs_per_lif; in ionic_set_channels()
|
Completed in 11 milliseconds