Home
last modified time | relevance | path

Searched refs:HERMON_MAX_PORTS (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fcoib.h52 uint8_t hfc_port_enabled[HERMON_MAX_PORTS];
57 vmem_t *hfc_rfci_vmemp[HERMON_MAX_PORTS];
58 vmem_t *hfc_fexch_vmemp[HERMON_MAX_PORTS];
60 uint32_t *hfc_n_port_ids[HERMON_MAX_PORTS];
63 uint32_t hfc_mpt_base[HERMON_MAX_PORTS];
64 uint32_t hfc_mtt_base[HERMON_MAX_PORTS];
65 uint32_t hfc_fexch_base[HERMON_MAX_PORTS];
66 uint32_t hfc_rfci_base[HERMON_MAX_PORTS];
H A Dhermon_cfg.h54 #define HERMON_MAX_PORTS 2 macro
190 uint64_t cp_portguid[HERMON_MAX_PORTS];
H A Dhermon.h652 ib_pkey_t *hs_pkey[HERMON_MAX_PORTS];
653 ib_sn_prefix_t hs_sn_prefix[HERMON_MAX_PORTS];
654 ib_guid_t *hs_guid[HERMON_MAX_PORTS];
H A Dhermon_misc.h468 struct kstat *hki_picN_ksp[HERMON_MAX_PORTS];
477 hermon_perfcntr64_ks_info_t hki_perfcntr64[HERMON_MAX_PORTS];
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fcoib.c48 ASSERT(port >= 0 && port < HERMON_MAX_PORTS); in hermon_fcoib_enable()
91 ASSERT(port >= 0 && port < HERMON_MAX_PORTS); in hermon_fcoib_set_id()
130 ASSERT(port >= 0 && port < HERMON_MAX_PORTS); in hermon_fcoib_get_id_idx()
152 ASSERT(port >= 0 && port < HERMON_MAX_PORTS); in hermon_fcoib_check_exch_base_off()
188 ASSERT(port >= 0 && port < HERMON_MAX_PORTS); in hermon_fcoib_qpnum_from_fexch()
223 ASSERT(port < HERMON_MAX_PORTS); in hermon_fcoib_fexch_relative_qpn()
243 ASSERT(port < HERMON_MAX_PORTS); in hermon_fcoib_fexch_mkey_init()
H A Dhermon_cfg.c359 if (cp->cp_num_ports > HERMON_MAX_PORTS) { in hermon_cfg_profile_init_phase2()
362 cp->cp_num_ports, HERMON_MAX_PORTS); in hermon_cfg_profile_init_phase2()
363 cp->cp_num_ports = HERMON_MAX_PORTS; in hermon_cfg_profile_init_phase2()
367 for (i = 0; i < HERMON_MAX_PORTS; i++) { in hermon_cfg_profile_init_phase2()
H A Dhermon_stats.c475 if (numports == HERMON_MAX_PORTS) { in hermon_kstat_cntr_update()
H A Dhermon.c2307 for (i = 0; i < HERMON_MAX_PORTS; i++) { in hermon_hw_fini()