Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c342 timeout_usecs = gwi->gw_adv_period * 1000; in eibnx_add_gw_to_gwlist()
371 new_gwi->gw_adv_period = gwi->gw_adv_period; in eibnx_add_gw_to_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()
448 new_gwi->gw_adv_period); in eibnx_replace_gw_in_gwlist()
450 orig_gwi->gw_adv_period = new_gwi->gw_adv_period; in eibnx_replace_gw_in_gwlist()
H A Denx_fip.c157 if ((gw->gw_adv_period * 4) < min_solicit_period_msec) in eibnx_fip_solicit_ucast()
158 min_solicit_period_msec = gw->gw_adv_period * 4; in eibnx_fip_solicit_ucast()
586 gwi->gw_adv_period = ntohl(desc_ka->ka_gw_adv_period); in eibnx_fip_parse_advt_pkt()
H A Denx_misc.c182 gwi->gw_adv_period); in eibnx_create_node_props()
186 EIB_PROP_GW_ADV_PERIOD, gwi->gw_adv_period, dip, ret); in eibnx_create_node_props()
H A Denx_hdlrs.c473 eib_gwi.gi_adv_period = gwi->gw_adv_period; in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h220 uint32_t gw_adv_period; member