Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1887 &state->hs_queryport, sizeof (hermon_hw_query_port_t), in hermon_hw_init()
2691 state->hs_queryport.log_max_pkey); in hermon_soft_state_init()
3486 bzero(&state->hs_queryport, sizeof (hermon_hw_query_port_t)); in hermon_hca_port_init()
3488 (i + 1), &state->hs_queryport, in hermon_hca_port_init()
3531 maxval = state->hs_queryport.ib_mtu; in hermon_hca_port_init()
3542 maxval = state->hs_queryport.ib_port_wid; in hermon_hca_port_init()
3549 maxval = state->hs_queryport.max_vl; in hermon_hca_port_init()
3560 maxval = ((uint64_t)1 << state->hs_queryport.log_max_gid); in hermon_hca_port_init()
3569 maxval = ((uint64_t)1 << state->hs_queryport.log_max_pkey); in hermon_hca_port_init()
H A Dhermon_cfg.c281 port = &state->hs_queryport; in hermon_cfg_profile_init_phase2()
H A Dhermon_misc.c2213 gidtbl_sz = (1 << state->hs_queryport.log_max_gid); in hermon_set_addr_path()
2339 gidtbl_sz = (1 << state->hs_queryport.log_max_gid); in hermon_get_addr_path()
H A Dhermon_cq.c1405 ((1 << state->hs_queryport.log_max_pkey) - 1)); in hermon_cq_cqe_consume()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h595 struct hermon_hw_query_port_s hs_queryport; member