Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c159 static int remove_extra_props(struct adapter *sc, int n10g, int n1g);
160 static int cfg_itype_and_nqueues(struct adapter *sc, int n10g, int n1g,
1947 remove_extra_props(struct adapter *sc, int n10g, int n1g) in remove_extra_props() argument
1949 if (n10g == 0) { in remove_extra_props()
1970 cfg_itype_and_nqueues(struct adapter *sc, int n10g, int n1g, in cfg_itype_and_nqueues() argument
1984 pfres_rxq = iaq->nrxq10g * n10g + iaq->nrxq1g * n1g; in cfg_itype_and_nqueues()
1985 pfres_txq = iaq->ntxq10g * n10g + iaq->ntxq1g * n1g; in cfg_itype_and_nqueues()
2017 pfres_rxq -= n10g; in cfg_itype_and_nqueues()
2037 pfres_txq -= n10g; in cfg_itype_and_nqueues()
2084 iaq->nirq += n10g * iaq->nrxq10g; in cfg_itype_and_nqueues()
[all …]