Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/
Dt4_main.c434 uint16_t nofldrxq10g; /* # of TOE rxq's for each 10G port */ member
1030 s->nofldrxq = n10g * iaq.nofldrxq10g + n1g * iaq.nofldrxq1g; in t4_attach()
1130 vi->nofldrxq = j == 0 ? iaq.nofldrxq10g : in t4_attach()
2602 int nofldrxq10g = 0, nofldrxq1g = 0; in cfg_itype_and_nqueues() local
2618 iaq->nofldrxq10g = nofldrxq10g = t4_nofldrxq10g; in cfg_itype_and_nqueues()
2655 iaq->nirq += n10g * (nrxq10g + nofldrxq10g); in cfg_itype_and_nqueues()
2675 nrxq1g, nofldrxq10g, nofldrxq1g, iaq->nrxq_vi, in cfg_itype_and_nqueues()
2692 if (nrxq10g >= nofldrxq10g) { in cfg_itype_and_nqueues()
2697 iaq->nirq += n10g * nofldrxq10g; in cfg_itype_and_nqueues()
2722 int target = max(nrxq10g, nofldrxq10g); in cfg_itype_and_nqueues()
[all …]