Searched defs:new_gw_info (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_cmn.c269 eib_update_props(eib_t *ss, eib_gw_info_t *new_gw_info) argument
279 gwp->pp_gw_system_guid = new_gw_info->gi_system_guid;
283 gwp->pp_gw_guid = new_gw_info->gi_guid;
287 gwp->pp_gw_sn_prefix = new_gw_info->gi_sn_prefix;
291 gwp->pp_gw_adv_period = new_gw_info->gi_adv_period;
295 gwp->pp_gw_ka_period = new_gw_info->gi_ka_period;
299 gwp->pp_vnic_ka_period = new_gw_info->gi_vnic_ka_period;
303 gwp->pp_gw_ctrl_qpn = new_gw_info->gi_ctrl_qpn;
307 gwp->pp_gw_lid = new_gw_info->gi_lid;
311 gwp->pp_gw_portid = new_gw_info
[all...]
H A Denx_hdlrs.c861 void *new_gw_info)
885 (void) ndi_post_event(ss->nx_dip, rdip, cookie, new_gw_info);
860 eibnx_handle_gw_info_update(eibnx_thr_info_t *info, uint16_t portid, void *new_gw_info) argument

Completed in 70 milliseconds