Home
last modified time | relevance | path

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

/titanic_50/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, in eibnx_replace_gw_in_gwlist() argument
422 orig_gwi->gw_state = new_gwi->gw_state; in eibnx_replace_gw_in_gwlist()
427 if (new_gwi->gw_system_guid != orig_gwi->gw_system_guid) { in eibnx_replace_gw_in_gwlist()
430 orig_gwi->gw_system_guid, new_gwi->gw_system_guid); in eibnx_replace_gw_in_gwlist()
432 orig_gwi->gw_system_guid = new_gwi->gw_system_guid; in eibnx_replace_gw_in_gwlist()
435 if (new_gwi->gw_guid != orig_gwi->gw_guid) { in eibnx_replace_gw_in_gwlist()
438 orig_gwi->gw_guid, new_gwi->gw_guid); in eibnx_replace_gw_in_gwlist()
440 orig_gwi->gw_guid = new_gwi->gw_guid; in eibnx_replace_gw_in_gwlist()
445 if (new_gwi->gw_adv_period != orig_gwi->gw_adv_period) { in eibnx_replace_gw_in_gwlist()
447 "from 0x%lx to 0x%lx", orig_gwi->gw_adv_period, in eibnx_replace_gw_in_gwlist()
[all …]
H A Denx_hdlrs.c667 eibnx_gw_info_t *orig_gwi; in eibnx_process_rx() local
714 orig_gwi = eibnx_find_gw_in_gwlist(info, gwi); in eibnx_process_rx()
715 if (orig_gwi == NULL) { in eibnx_process_rx()
733 orig_gw_state = orig_gwi->gw_state; in eibnx_process_rx()
736 eibnx_replace_gw_in_gwlist(info, orig_gwi, gwi, in eibnx_process_rx()
738 eibnx_gw_is_alive(orig_gwi); in eibnx_process_rx()
746 eibnx_replace_gw_in_gwlist(info, orig_gwi, gwi, in eibnx_process_rx()
748 eibnx_gw_is_alive(orig_gwi); in eibnx_process_rx()
752 eibnx_replace_gw_in_gwlist(info, orig_gwi, gwi, in eibnx_process_rx()
754 eibnx_gw_is_aware(info, orig_gwi, gwi_changed); in eibnx_process_rx()
[all …]