Searched refs:numports (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c315 uint_t numports; local
337 fcoib->hfc_nports = numports = state->hs_cfg_profile->cp_num_ports;
347 if (hermon_rsrc_reserve(state, HERMON_DMPT, numports *
359 if (hermon_rsrc_reserve(state, HERMON_MTT, numports *
366 if (hermon_rsrc_reserve(state, HERMON_QPC, numports *
373 if (hermon_rsrc_reserve(state, HERMON_QPC, numports *
381 for (i = 0; i < numports; i++) {
425 uint_t numports; local
435 numports = fcoib->hfc_nports;
437 for (i = 0; i < numports;
[all...]
H A Dhermon_stats.c103 uint_t numports; local
119 numports = state->hs_cfg_profile->cp_num_ports;
120 for (i = 0; i < numports; i++) {
134 ksi->hki_cntr_ksp = hermon_kstat_cntr_create(state, numports,
165 for (i = 0; i < numports; i++) {
189 uint_t numports; local
204 numports = state->hs_cfg_profile->cp_num_ports;
205 for (i = 0; i < numports; i++) {
346 uint_t numports, indx; local
379 numports
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c119 uint_t numports; local
139 numports = state->ts_cfg_profile->cp_num_ports;
140 for (i = 0; i < numports; i++) {
156 ksi->tki_cntr_ksp = tavor_kstat_cntr_create(state, numports,
189 for (i = 0; i < numports; i++) {
214 uint_t numports; local
231 numports = state->ts_cfg_profile->cp_num_ports;
232 for (i = 0; i < numports; i++) {
386 uint_t numports, indx; local
419 numports
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c110 uint_t numports; /* number of ports in the list */ member in struct:__anon112
404 for (i = 0; i < ports.numports; i++) {
787 ports.numports = 0;
821 if (hi - lo + ports.numports + 1 >= ports.listsize) {
831 ports.list[ports.numports++] = i;
839 if (ports.numports < 2) {
841 ports.numports);
845 for (i = 0; i < ports.numports; i++) {
846 y = random() % (ports.numports - 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Devents.c66 static uint_t numports; variable
197 if (posn >= numports) {
213 numports = nextport + ALLOCINCR;

Completed in 64 milliseconds