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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c98 (xge_hal_stats_pcim_info_t *)xge_os_malloc(
99 hldev->pdev, sizeof(xge_hal_stats_pcim_info_t));
106 (xge_hal_stats_pcim_info_t *)xge_os_malloc(
107 hldev->pdev, sizeof(xge_hal_stats_pcim_info_t));
110 sizeof(xge_hal_stats_pcim_info_t));
116 (xge_hal_stats_pcim_info_t *) xge_os_dma_malloc(
118 sizeof(xge_hal_stats_pcim_info_t),
125 sizeof(xge_hal_stats_pcim_info_t));
127 sizeof(xge_hal_stats_pcim_info_t));
134 sizeof(xge_hal_stats_pcim_info_t));
[all...]
H A Dxgehal-mgmt.c334 xge_hal_stats_pcim_info_t *pcim_info;
342 if (size != sizeof(xge_hal_stats_pcim_info_t)) {
351 sizeof(xge_hal_stats_pcim_info_t));
375 xge_hal_stats_pcim_info_t *pcim_info;
383 if (off > sizeof(xge_hal_stats_pcim_info_t)-8 ||
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h1457 * struct xge_hal_stats_pcim_info_t - Contains PCIM statistics
1463 typedef struct xge_hal_stats_pcim_info_t { struct
1466 }xge_hal_stats_pcim_info_t; typedef in typeref:struct:xge_hal_stats_pcim_info_t
1514 xge_hal_stats_pcim_info_t *pcim_info;
1515 xge_hal_stats_pcim_info_t *pcim_info_saved;
1516 xge_hal_stats_pcim_info_t *pcim_info_latest;
1546 xge_hal_stats_pcim_info_t **pcim_info);
H A Dxgehal-mgmt.h78 typedef xge_hal_stats_pcim_info_t xge_hal_mgmt_pcim_stats_t;

Completed in 101 milliseconds