Searched refs:n10g (Results 1 – 2 of 2) sorted by relevance
2414 int q10g, n10g, qidx, pidx, qs; in cfg_queues() local2427 n10g = 0; in cfg_queues()2429 n10g += is_x_10g_port(&adap2pinfo(adapter, pidx)->link_cfg); in cfg_queues()2435 if (n10g == 0) in cfg_queues()2438 int n1g = (adapter->params.nports - n10g); in cfg_queues()2439 q10g = (adapter->sge.max_ethqsets - n1g) / n10g; in cfg_queues()
4119 int i, n10g = 0, qidx = 0; in cfg_queues() local4126 n10g += is_x_10g_port(&adap2pinfo(adap, i)->link_cfg); in cfg_queues()4150 if (n10g) in cfg_queues()4151 q10g = (MAX_ETH_QSETS - (adap->params.nports - n10g)) / n10g; in cfg_queues()4173 if (n10g) { in cfg_queues()