Home
last modified time | relevance | path

Searched refs:eec_info (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h378 ibt_eec_info_t eec_info; /* Modifiable attributes */ member
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c7243 ibt_eec_info_t eec_info; in ibcm_cep_to_error_state() local
7245 bzero(&eec_info, sizeof (ibt_eec_info_t)); in ibcm_cep_to_error_state()
7246 eec_info.eec_state = what; in ibcm_cep_to_error_state()
7249 status = ibtl_cm_modify_eec(statep->channel.ch_eec, &eec_info, in ibcm_cep_to_error_state()