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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c334 xge_hal_stats_pcim_info_t *pcim_info; local
346 if ((status = xge_hal_stats_pcim (devh, &pcim_info)) != XGE_HAL_OK) {
350 xge_os_memcpy(pcim_stats, pcim_info,
375 xge_hal_stats_pcim_info_t *pcim_info; local
388 if ((status = xge_hal_stats_pcim (devh, &pcim_info)) != XGE_HAL_OK) {
392 xge_os_memcpy(out, (char*)pcim_info + off, size);
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h1483 * @pcim_info: Xframe PCIM statistics maintained by the hardware.
1514 xge_hal_stats_pcim_info_t *pcim_info; member in struct:xge_hal_stats_t
1546 xge_hal_stats_pcim_info_t **pcim_info);

Completed in 66 milliseconds