Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c372 new_gwi->gw_ka_period = gwi->gw_ka_period; in eibnx_add_gw_to_gwlist()
453 if (new_gwi->gw_ka_period != orig_gwi->gw_ka_period) { in eibnx_replace_gw_in_gwlist()
455 "from 0x%lx to 0x%lx", orig_gwi->gw_ka_period, in eibnx_replace_gw_in_gwlist()
456 new_gwi->gw_ka_period); in eibnx_replace_gw_in_gwlist()
458 orig_gwi->gw_ka_period = new_gwi->gw_ka_period; in eibnx_replace_gw_in_gwlist()
H A Denx_misc.c190 gwi->gw_ka_period); in eibnx_create_node_props()
194 EIB_PROP_GW_KA_PERIOD, gwi->gw_ka_period, dip, ret); in eibnx_create_node_props()
H A Denx_fip.c587 gwi->gw_ka_period = ntohl(desc_ka->ka_gw_ka_period); in eibnx_fip_parse_advt_pkt()
H A Denx_hdlrs.c474 eib_gwi.gi_ka_period = gwi->gw_ka_period; in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h221 uint32_t gw_ka_period; member