Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt7 # neq = 64K egress queues of all kinds, including freelists
55 neq = 4
67 neq = 4
79 neq = 4
91 neq = 4
105 neq = 2048
168 neq = 4
180 neq = 4
192 neq = 4
204 neq = 4
H A Dt6fw_cfg_hashfilter.txt7 # neq = 64K egress queues of all kinds, including freelists
90 neq = 4
102 neq = 4
114 neq = 4
126 neq = 4
140 neq = 2048
197 neq = 4
209 neq = 4
221 neq = 4
233 neq = 4
H A Dt5fw_cfg.txt7 # neq = 64K egress queues of all kinds, including freelists
99 neq = 4
111 neq = 4
123 neq = 4
135 neq = 4
149 neq = 2048
213 neq = 4
225 neq = 4
237 neq = 4
249 neq = 4
H A Dt5fw_cfg_hashfilter.txt7 # neq = 64K egress queues of all kinds, including freelists
108 neq = 4
120 neq = 4
132 neq = 4
144 neq = 4
158 neq = 2048
216 neq = 4
228 neq = 4
240 neq = 4
252 neq = 4
H A Dt6fw_cfg.txt7 # neq = 64K egress queues of all kinds, including freelists
97 neq = 4
109 neq = 4
121 neq = 4
133 neq = 4
147 neq = 2048
215 neq = 4
227 neq = 4
239 neq = 4
251 neq = 4
H A Dt4fw_cfg_uwire.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_uwire.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_uwire.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 …]
H A Dt5fw_cfg_fpga.txt337 neq = 252 # NEQ_UNIFIED + NEQ_WD
364 neq = 66 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA)
402 neq = 4 # 2 "Queue Sets" * 2
413 neq = 4 # 2 "Queue Sets" * 2
H A Dt6fw_cfg_fpga.txt348 neq = 252 # NEQ_UNIFIED + NEQ_WD
380 neq = 64 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX)
422 neq = 4 # 2 "Queue Sets" * 2
434 neq = 4 # 2 "Queue Sets" * 2
/freebsd/contrib/googletest/ci/
H A Dwindows-presubmit.bat20 IF %errorlevel% neq 0 EXIT /B 1
35 IF %errorlevel% neq 0 EXIT /B 1
38 IF %errorlevel% neq 0 EXIT /B 1
41 IF %errorlevel% neq 0 EXIT /B 1
63 IF %errorlevel% neq 0 EXIT /B 1
/freebsd/lib/libc/tests/string/
H A Dmemcmp_test.c89 ATF_TC_WITHOUT_HEAD(neq);
90 ATF_TC_BODY(neq, tc) in ATF_TC_BODY() argument
156 ATF_TP_ADD_TC(tp, neq); in ATF_TP_ADD_TCS()
/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c417 if (vfres->neq < nports * 2) { in cfg_itype_and_nqueues()
420 vfres->neq, nports); in cfg_itype_and_nqueues()
423 if (nrxq + ntxq > vfres->neq) { in cfg_itype_and_nqueues()
429 KASSERT(nrxq + ntxq <= vfres->neq, ("too many egress queues")); in cfg_itype_and_nqueues()
617 * are too few resources in vfres (niqflint, nethctrl, neq). in t4vf_attach()
700 s->neq = s->ntxq + s->nrxq; /* the free list in an rxq is an eq */ in t4vf_attach()
701 s->neq += sc->params.nports; /* ctrl queues: 1 per port */ in t4vf_attach()
705 s->eqmap_sz = s->neq; in t4vf_attach()
768 "MSI-X" : "MSI", sc->intr_count > 1 ? "s" : "", sc->sge.neq, in t4vf_attach()
H A Dadapter.h842 int neq; /* total # of egress queues */ member
H A Dt4_main.c1471 s->neq = s->ntxq + s->nrxq; /* the free list in an rxq is an eq */ in t4_attach()
1472 s->neq += nports; /* ctrl queues: 1 per port */ in t4_attach()
1479 s->neq += s->nofldtxq; in t4_attach()
1490 s->neq += s->nofldrxq; /* free list */ in t4_attach()
1508 s->neq += s->nnmtxq + s->nnmrxq; in t4_attach()
1517 MPASS(s->neq <= s->eqmap_sz); in t4_attach()
1655 sc->intr_count > 1 ? "s" : "", sc->sge.neq, sc->sge.niq); in t4_attach()
/freebsd/contrib/bearssl/mk/
H A DmkT0.cmd32 if %errorlevel% neq 0 exit /b %errorlevel%
/freebsd/sys/dev/cxgbe/common/
H A Dt4vf_hw.c337 vfres->neq = G_FW_PFVF_CMD_NEQ(word); in t4vf_get_vfres()
H A Dcommon.h348 unsigned int neq; /* N egress Qs */ member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td661 ID:$neq, ID:$val, ID:$cmp),
662 "$res = OpAtomicCompareExchange $ty $ptr $sc $eq $neq $val $cmp">;
665 ID:$neq, ID:$val, ID:$cmp),
666 "$res = OpAtomicCompareExchangeWeak $ty $ptr $sc $eq $neq $val $cmp">;
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src64 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\