Searched refs:orig_gwi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c405 eibnx_replace_gw_in_gwlist(eibnx_thr_info_t *info, eibnx_gw_info_t *orig_gwi, argument
422 orig_gwi->gw_state = new_gwi->gw_state;
427 if (new_gwi->gw_system_guid != orig_gwi->gw_system_guid) {
430 orig_gwi->gw_system_guid, new_gwi->gw_system_guid);
432 orig_gwi->gw_system_guid = new_gwi->gw_system_guid;
435 if (new_gwi->gw_guid != orig_gwi->gw_guid) {
438 orig_gwi->gw_guid, new_gwi->gw_guid);
440 orig_gwi->gw_guid = new_gwi->gw_guid;
445 if (new_gwi->gw_adv_period != orig_gwi->gw_adv_period) {
447 "from 0x%lx to 0x%lx", orig_gwi
[all...]
H A Denx_hdlrs.c667 eibnx_gw_info_t *orig_gwi; local
714 orig_gwi = eibnx_find_gw_in_gwlist(info, gwi);
715 if (orig_gwi == NULL) {
733 orig_gw_state = orig_gwi->gw_state;
736 eibnx_replace_gw_in_gwlist(info, orig_gwi, gwi,
738 eibnx_gw_is_alive(orig_gwi);
746 eibnx_replace_gw_in_gwlist(info, orig_gwi, gwi,
748 eibnx_gw_is_alive(orig_gwi);
752 eibnx_replace_gw_in_gwlist(info, orig_gwi, gwi,
754 eibnx_gw_is_aware(info, orig_gwi, gwi_change
[all...]

Completed in 45 milliseconds