Home
last modified time | relevance | path

Searched refs:mi_resource_props (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c451 bzero(&mip->mi_resource_props, sizeof (mac_resource_props_t)); in mac_register()
585 if (mip->mi_resource_props.mrp_mask != 0) in mac_unregister()
H A Dmac_client.c4663 bcopy(&mip->mi_resource_props, umrp, sizeof (*umrp)); in i_mac_set_resources()
4768 bcopy(umrp, &mip->mi_resource_props, sizeof (*umrp)); in i_mac_set_resources()
4808 bcopy(&mip->mi_resource_props, mrp, sizeof (mac_resource_props_t)); in mac_get_resources()
5292 mip_mrp = &mip->mi_resource_props; in mac_validate_props()
5388 bcopy(mrp, &mip->mi_resource_props, in mac_set_upper_mac()
H A Dmac_protect.c2616 return (&mip->mi_resource_props.mrp_protect); in mac_protect_get()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h497 mac_resource_props_t mi_resource_props; /* SL */ member