Searched refs:about_info (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c31 * @about_info: Filled in by HAL. See xge_hal_mgmt_about_info_t{}.
32 * @size: Size of the @about_info buffer. HAL will return error if the
46 xge_hal_mgmt_about(xge_hal_device_h devh, xge_hal_mgmt_about_info_t *about_info, argument
61 &about_info->vendor);
65 &about_info->device);
69 &about_info->subsys_vendor);
73 &about_info->subsys_device);
77 &about_info->board_rev);
79 xge_os_strlcpy(about_info->vendor_name, XGE_DRIVER_VENDOR,
80 sizeof(about_info
[all...]
H A Dxgehal-mgmtaux.c194 xge_hal_mgmt_about_info_t about_info; local
197 status = xge_hal_mgmt_about(devh, &about_info,
203 __HAL_AUX_ENTRY("vendor", about_info.vendor, "0x%x");
204 __HAL_AUX_ENTRY("device", about_info.device, "0x%x");
205 __HAL_AUX_ENTRY("subsys_vendor", about_info.subsys_vendor, "0x%x");
206 __HAL_AUX_ENTRY("subsys_device", about_info.subsys_device, "0x%x");
207 __HAL_AUX_ENTRY("board_rev", about_info.board_rev, "0x%x");
208 __HAL_AUX_ENTRY("vendor_name", about_info.vendor_name, "%s");
209 __HAL_AUX_ENTRY("chip_name", about_info.chip_name, "%s");
210 __HAL_AUX_ENTRY("media", about_info
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmt.h87 xge_hal_mgmt_about(xge_hal_device_h devh, xge_hal_mgmt_about_info_t *about_info,

Completed in 46 milliseconds