Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c55 #define NPORTS (ENDPORT - STARTPORT + 1) macro
158 port = (getpid() % NPORTS) + STARTPORT;
160 for (i = 0; i < NPORTS; i++) {
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt163 # NPORTS = 4 # ports
177 # NVI_NIC = 4 # NIC access to NPORTS
202 # NVI_ISCSI = 4 # ISCSI access to NPORTS
209 # NVI_FCOE = 4 # FCOE access to NPORTS
392 nvi = 4 # NPORTS
393 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
394 nethctrl = 32 # NPORTS*NCPUS
396 nexactf = 4 # NPORTS
412 nvi = 4 # NPORTS
414 nethctrl = 32 # NPORTS*NCPUS
[all …]
H A Dt5fw_cfg.txt198 # NPORTS = 4 # ports
212 # NVI_NIC = 4 # NIC access to NPORTS
237 # NVI_ISCSI = 4 # ISCSI access to NPORTS
244 # NVI_FCOE = 4 # FCOE access to NPORTS
434 nvi = 4 # NPORTS
435 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
436 nethctrl = 32 # NPORTS*NCPUS
455 nvi = 4 # NPORTS
456 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
457 nethctrl = 32 # NPORTS*NCPUS
[all …]
H A Dt6fw_cfg.txt215 # NPORTS = 2 # ports
229 # NVI_NIC = 4 # NIC access to NPORTS
254 # NVI_ISCSI = 4 # ISCSI access to NPORTS
261 # NVI_FCOE = 4 # FCOE access to NPORTS
451 nvi = 4 # NPORTS
452 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
453 nethctrl = 32 # NPORTS*NCPUS
473 nvi = 4 # NPORTS
474 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
475 nethctrl = 32 # NPORTS*NCPUS
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c291 #define NPORTS (ENDPORT - STARTPORT + 1) in __rpc_bindresvport_ipv6() macro
341 port = (getpid() % NPORTS) + STARTPORT; in __rpc_bindresvport_ipv6()
342 for (i = 0; i < NPORTS; i++) { in __rpc_bindresvport_ipv6()