ntxqs_per_lif      42 drivers/net/ethernet/pensando/ionic/ionic.h 	unsigned int ntxqs_per_lif;
ntxqs_per_lif     496 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c 	ch->max_combined = lif->ionic->ntxqs_per_lif;
ntxqs_per_lif    1651 drivers/net/ethernet/pensando/ionic/ionic_lif.c 				    ionic->ntxqs_per_lif, ionic->ntxqs_per_lif);
ntxqs_per_lif    1670 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	lif->nxqs = ionic->ntxqs_per_lif;
ntxqs_per_lif    2212 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	unsigned int ntxqs_per_lif;
ntxqs_per_lif    2224 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	ntxqs_per_lif = le32_to_cpu(lc->queue_count[IONIC_QTYPE_TXQ]);
ntxqs_per_lif    2227 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	nxqs = min(ntxqs_per_lif, nrxqs_per_lif);
ntxqs_per_lif    2258 drivers/net/ethernet/pensando/ionic/ionic_lif.c 	ionic->ntxqs_per_lif = nxqs;