Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c373 new_gwi->gw_vnic_ka_period = gwi->gw_vnic_ka_period; in eibnx_add_gw_to_gwlist()
461 if (new_gwi->gw_vnic_ka_period != orig_gwi->gw_vnic_ka_period) { in eibnx_replace_gw_in_gwlist()
463 "from 0x%lx to 0x%lx", orig_gwi->gw_vnic_ka_period, in eibnx_replace_gw_in_gwlist()
464 new_gwi->gw_vnic_ka_period); in eibnx_replace_gw_in_gwlist()
466 orig_gwi->gw_vnic_ka_period = new_gwi->gw_vnic_ka_period; in eibnx_replace_gw_in_gwlist()
H A Denx_misc.c198 gwi->gw_vnic_ka_period); in eibnx_create_node_props()
202 EIB_PROP_VNIC_KA_PERIOD, gwi->gw_vnic_ka_period, dip, ret); in eibnx_create_node_props()
H A Denx_fip.c588 gwi->gw_vnic_ka_period = ntohl(desc_ka->ka_vnic_ka_period); in eibnx_fip_parse_advt_pkt()
H A Denx_hdlrs.c475 eib_gwi.gi_vnic_ka_period = gwi->gw_vnic_ka_period; in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h222 uint32_t gw_vnic_ka_period; member