Searched refs:xge_hal_stats_device_info_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmt.h80 typedef xge_hal_stats_device_info_t xge_hal_mgmt_device_stats_t;
H A Dxgehal-stats.h801 * See also: xge_hal_stats_device_info_t{}.
906 * struct xge_hal_stats_device_info_t - HAL own per-device statistics.
943 typedef struct xge_hal_stats_device_info_t { struct
987 } xge_hal_stats_device_info_t; typedef in typeref:struct:xge_hal_stats_device_info_t
1498 * xge_hal_stats_device_info_t{}.
1520 xge_hal_stats_device_info_t sw_dev_info_stats;
1549 xge_hal_stats_device_info_t **device_info);
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c176 sizeof(xge_hal_stats_device_info_t));
813 * @device_info: HAL statistics. See xge_hal_stats_device_info_t.
827 xge_hal_stats_device_info_t **device_info)
948 * xge_hal_stats_sw_err_t{}, xge_hal_stats_device_info_t{}.
997 sizeof(xge_hal_stats_device_info_t));
H A Dxgehal-mgmt.c448 * See xge_hal_stats_device_info_t{}.
450 * if the size is smaller than sizeof(xge_hal_stats_device_info_t).
466 xge_hal_stats_device_info_t *device_info;
472 if (size != sizeof(xge_hal_stats_device_info_t)) {
482 sizeof(xge_hal_stats_device_info_t));

Completed in 70 milliseconds