Home
last modified time | relevance | path

Searched refs:pp_gw_vendor_id (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_cmn.c259 ss->ei_gw_props->pp_gw_vendor_id = (uint8_t *)str; in eib_get_props()
357 if (gwp->pp_gw_vendor_id) { in eib_update_props()
358 ddi_prop_free(gwp->pp_gw_vendor_id); in eib_update_props()
360 gwp->pp_gw_vendor_id = (uint8_t *)str; in eib_update_props()
371 if (ss->ei_gw_props->pp_gw_vendor_id) { in eib_rb_get_props()
372 ddi_prop_free(ss->ei_gw_props->pp_gw_vendor_id); in eib_rb_get_props()
373 ss->ei_gw_props->pp_gw_vendor_id = NULL; in eib_rb_get_props()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h397 uint8_t *pp_gw_vendor_id; member