Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_provider.c400 bzero(&mip->mi_resource_props, sizeof (mac_resource_props_t)); in mac_register()
522 if (mip->mi_resource_props.mrp_mask != 0) in mac_unregister()
H A Dmac_client.c4456 bcopy(&mip->mi_resource_props, umrp, sizeof (*umrp)); in i_mac_set_resources()
4561 bcopy(umrp, &mip->mi_resource_props, sizeof (*umrp)); in i_mac_set_resources()
4601 bcopy(&mip->mi_resource_props, mrp, sizeof (mac_resource_props_t)); in mac_get_resources()
5085 mip_mrp = &mip->mi_resource_props; in mac_validate_props()
5181 bcopy(mrp, &mip->mi_resource_props, in mac_set_upper_mac()
H A Dmac_protect.c2336 return (&mip->mi_resource_props.mrp_protect); in mac_protect_get()
/titanic_41/usr/src/uts/common/sys/
H A Dmac_impl.h531 mac_resource_props_t mi_resource_props; /* SL */ member