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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c2840 ib_dm_ioc_ctrl_profile_t *ioc, *gioc; local
2912 gioc = (ib_dm_ioc_ctrl_profile_t *)&ioc_info->ioc_profile;
2918 gioc->ioc_guid = b2h64(ioc->ioc_guid);
2919 gioc->ioc_vendorid =
2922 gioc->ioc_deviceid = b2h32(ioc->ioc_deviceid);
2923 gioc->ioc_device_ver = b2h16(ioc->ioc_device_ver);
2924 gioc->ioc_subsys_vendorid =
2927 gioc->ioc_subsys_id = b2h32(ioc->ioc_subsys_id);
2928 gioc->ioc_io_class = b2h16(ioc->ioc_io_class);
2929 gioc
[all...]

Completed in 295 milliseconds