Home
last modified time | relevance | path

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

/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
181 # NMPSTCAM_NIC = 16 # NIC MPS TCAM Entries (NPORTS*4)
202 # NVI_ISCSI = 4 # ISCSI access to NPORTS
206 # NMPSTCAM_ISCSI = 4 # ISCSI MPS TCAM Entries (NPORTS)
209 # NVI_FCOE = 4 # FCOE access to NPORTS
213 # NMPSTCAM_FCOE = 32 # FCOE MPS TCAM Entries (NPORTS)
249 # The Storage PFs could need up to NPORTS*NCPUS + NMSIX_EXTRA MSI-X Vectors
392 nvi = 4 # NPORTS
393 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
[all …]
H A Dt5fw_cfg.txt198 # NPORTS = 4 # ports
212 # NVI_NIC = 4 # NIC access to NPORTS
216 # NMPSTCAM_NIC = 16 # NIC MPS TCAM Entries (NPORTS*4)
237 # NVI_ISCSI = 4 # ISCSI access to NPORTS
241 # NMPSTCAM_ISCSI = 4 # ISCSI MPS TCAM Entries (NPORTS)
244 # NVI_FCOE = 4 # FCOE access to NPORTS
248 # NMPSTCAM_FCOE = 32 # FCOE MPS TCAM Entries (NPORTS)
284 # The Storage PFs could need up to NPORTS*NCPUS + NMSIX_EXTRA MSI-X Vectors
434 nvi = 4 # NPORTS
435 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
[all …]
H A Dt6fw_cfg.txt215 # NPORTS = 2 # ports
229 # NVI_NIC = 4 # NIC access to NPORTS
233 # NMPSTCAM_NIC = 16 # NIC MPS TCAM Entries (NPORTS*4)
254 # NVI_ISCSI = 4 # ISCSI access to NPORTS
258 # NMPSTCAM_ISCSI = 4 # ISCSI MPS TCAM Entries (NPORTS)
261 # NVI_FCOE = 4 # FCOE access to NPORTS
265 # NMPSTCAM_FCOE = 32 # FCOE MPS TCAM Entries (NPORTS)
301 # The Storage PFs could need up to NPORTS*NCPUS + NMSIX_EXTRA MSI-X Vectors
451 nvi = 4 # NPORTS
452 niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA
[all …]
/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/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()