Home
last modified time | relevance | path

Searched refs:n10g (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2272 int q10g, n10g, qidx, pidx, qs; in cfg_queues() local
2285 n10g = 0; in cfg_queues()
2287 n10g += is_10g_port(&adap2pinfo(adapter, pidx)->link_cfg); in cfg_queues()
2293 if (n10g == 0) in cfg_queues()
2296 int n1g = (adapter->params.nports - n10g); in cfg_queues()
2297 q10g = (adapter->sge.max_ethqsets - n1g) / n10g; in cfg_queues()
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3279 int i, q10g = 0, n10g = 0, qidx = 0; in cfg_queues() local
3282 n10g += is_10g_port(&adap2pinfo(adap, i)->link_cfg); in cfg_queues()
3288 if (n10g) in cfg_queues()
3289 q10g = (MAX_ETH_QSETS - (adap->params.nports - n10g)) / n10g; in cfg_queues()
3310 if (n10g) { in cfg_queues()