Home
last modified time | relevance | path

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.c61 &about_info->vendor); in xge_hal_mgmt_about()
65 &about_info->device); in xge_hal_mgmt_about()
69 &about_info->subsys_vendor); in xge_hal_mgmt_about()
73 &about_info->subsys_device); in xge_hal_mgmt_about()
77 &about_info->board_rev); in xge_hal_mgmt_about()
86 sizeof(about_info->media)); in xge_hal_mgmt_about()
95 sizeof(about_info->hal_fix)); in xge_hal_mgmt_about()
101 sizeof(about_info->ll_major)); in xge_hal_mgmt_about()
104 sizeof(about_info->ll_minor)); in xge_hal_mgmt_about()
107 sizeof(about_info->ll_fix)); in xge_hal_mgmt_about()
[all …]
H A Dxgehal-mgmtaux.c194 xge_hal_mgmt_about_info_t about_info; in xge_hal_aux_about_read() local
197 status = xge_hal_mgmt_about(devh, &about_info, in xge_hal_aux_about_read()
203 __HAL_AUX_ENTRY("vendor", about_info.vendor, "0x%x"); in xge_hal_aux_about_read()
204 __HAL_AUX_ENTRY("device", about_info.device, "0x%x"); in xge_hal_aux_about_read()
210 __HAL_AUX_ENTRY("media", about_info.media, "%s"); in xge_hal_aux_about_read()
213 __HAL_AUX_ENTRY("hal_fix", about_info.hal_fix, "%s"); in xge_hal_aux_about_read()
215 __HAL_AUX_ENTRY("ll_major", about_info.ll_major, "%s"); in xge_hal_aux_about_read()
216 __HAL_AUX_ENTRY("ll_minor", about_info.ll_minor, "%s"); in xge_hal_aux_about_read()
217 __HAL_AUX_ENTRY("ll_fix", about_info.ll_fix, "%s"); in xge_hal_aux_about_read()
218 __HAL_AUX_ENTRY("ll_build", about_info.ll_build, "%s"); in xge_hal_aux_about_read()
[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,