Searched refs:gw_adv_period (Results 1 – 5 of 5) sorted by relevance
342 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()
157 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()
178 gwi->gw_adv_period); in eibnx_create_node_props()182 EIB_PROP_GW_ADV_PERIOD, gwi->gw_adv_period, dip, ret); in eibnx_create_node_props()
473 eib_gwi.gi_adv_period = gwi->gw_adv_period; in eibnx_gw_is_aware()
216 uint32_t gw_adv_period; member