Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt314 neq = 16 # niqflint + nethctrl Egress Queues
326 neq = 16 # niqflint + nethctrl Egress Queues
338 neq = 16 # niqflint + nethctrl Egress Queues
350 neq = 16 # niqflint + nethctrl Egress Queues
367 neq = 256 # NEQ_UNIFIED + NEQ_WD
395 neq = 64 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX)
415 neq = 66 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA)
454 neq = 4 # 2 "Queue Sets" * 2
465 neq = 4 # 2 "Queue Sets" * 2
476 neq = 4 # 2 "Queue Sets" * 2
[all …]
H A Dt5fw_cfg.txt350 neq = 16 # niqflint + nethctrl Egress Queues
363 neq = 16 # niqflint + nethctrl Egress Queues
376 neq = 16 # niqflint + nethctrl Egress Queues
389 neq = 16 # niqflint + nethctrl Egress Queues
407 neq = 256 # NEQ_UNIFIED + NEQ_WD
437 neq = 64 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX)
458 neq = 66 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA)
499 neq = 8 # 2 "Queue Sets" * 2
511 neq = 8 # 2 "Queue Sets" * 2
523 neq = 8 # 2 "Queue Sets" * 2
[all …]
H A Dt6fw_cfg.txt365 neq = 16 # niqflint + nethctrl Egress Queues
378 neq = 16 # niqflint + nethctrl Egress Queues
390 neq = 16 # niqflint + nethctrl Egress Queues
402 neq = 16 # niqflint + nethctrl Egress Queues
420 neq = 256 # NEQ_UNIFIED + NEQ_WD
454 neq = 64 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX)
476 neq = 66 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA)
517 neq = 8 # 2 "Queue Sets" * 2
529 neq = 8 # 2 "Queue Sets" * 2
540 neq = 8 # 2 "Queue Sets" * 2
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c1060 int neq; in oce_set_eq_delay() local
1067 for (neq = 0; neq < eq_cnt; neq++) { in oce_set_eq_delay()
1068 fwcmd->params.req.delay[neq].eq_id = eq_arr[neq]; in oce_set_eq_delay()
1069 fwcmd->params.req.delay[neq].phase = 0; in oce_set_eq_delay()
1070 fwcmd->params.req.delay[neq].dm = eq_delay; in oce_set_eq_delay()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c602 s->neq = s->ntxq + s->nrxq; /* the fl in an rxq is an eq */ in t4_devo_attach()
605 s->neq += sc->params.nports + 1; in t4_devo_attach()
615 s->neq += s->nofldtxq + s->nofldrxq; in t4_devo_attach()
2153 min(sc->params.pfres.neq / 2, sc->params.pfres.niqflint)) {
2184 min(sc->params.pfres.neq / 2, sc->params.pfres.nethctrl)) {
H A Dadapter.h415 int neq; /* total egress queues */ member
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src58 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h331 unsigned int neq; /* N egress Qs */ member
H A Dt4_hw.c3385 pfres->neq = G_FW_PFVF_CMD_NEQ(word); in t4_get_pfres()