Searched defs:hw_info (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c51 stats->hw_info =
59 if (stats->hw_info == NULL) {
63 xge_os_memzero(stats->hw_info,
74 stats->hw_info,
87 (unsigned long long)(ulong_t)stats->hw_info);
89 stats->hw_info,
157 (unsigned long long)(ulong_t)stats->hw_info);
193 xge_os_memcpy(&stats->hw_info_saved, stats->hw_info,
220 xge_assert(stats->hw_info);
252 xge_assert(stats->hw_info);
710 xge_hal_stats_hw(xge_hal_device_h devh, xge_hal_stats_hw_info_t **hw_info) argument
775 xge_hal_stats_pcim(xge_hal_device_h devh, xge_hal_stats_pcim_info_t **hw_info) argument
[all...]
H A Dxgehal-mgmt.c252 xge_hal_stats_hw_info_t *hw_info; local
264 if ((status = xge_hal_stats_hw (devh, &hw_info)) != XGE_HAL_OK) {
268 xge_os_memcpy(hw_stats, hw_info, sizeof(xge_hal_stats_hw_info_t));
291 xge_hal_stats_hw_info_t *hw_info; local
304 if ((status = xge_hal_stats_hw (devh, &hw_info)) != XGE_HAL_OK) {
308 xge_os_memcpy(out, (char*)hw_info + off, size);
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2912 uint_t hw_info = FALSE; local
2955 'h', MDB_OPT_SETBITS, TRUE, &hw_info,
3011 (flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info ||
3053 if (hw_info)
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c2166 xge_hal_stats_hw_info_t *hw_info; local
2179 if (xge_hal_stats_hw(hldev, &hw_info) != XGE_HAL_OK) {
2190 *val = ((u64) hw_info->rmac_vld_mcst_frms_oflow << 32) |
2191 hw_info->rmac_vld_mcst_frms;
2195 *val = ((u64) hw_info->rmac_vld_bcst_frms_oflow << 32) |
2196 hw_info->rmac_vld_bcst_frms;
2200 *val = ((u64) hw_info->tmac_mcst_frms_oflow << 32) |
2201 hw_info->tmac_mcst_frms;
2205 *val = ((u64) hw_info->tmac_bcst_frms_oflow << 32) |
2206 hw_info
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h1472 * @dma_addr: DMA addres of the %hw_info. Given to device to fill-in the stats.
1480 * @hw_info: Xframe statistics maintained by the hardware.
1509 xge_hal_stats_hw_info_t *hw_info; member in struct:xge_hal_stats_t
1543 xge_hal_stats_hw_info_t **hw_info);
/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_oss.h424 char hw_info[400]; member in struct:oss_card_info
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h142 #define LM_VF_CID_WND_SIZE(_pdev) (((_pdev)->hw_info.sriov_info.max_chains_per_vf) ? (_pdev)->hw_info.sriov_info.vf_cid_wnd_size : LM_MAX_VF_CID_WND_SIZE)
143 #define LM_VF_CHAINS_PER_PF(_pdev) (((_pdev)->hw_info.sriov_info.max_chains_per_vf) ? (_pdev)->hw_info.sriov_info.max_chains_per_vf : LM_MAX_VF_CHAINS_PER_PF)
1019 #define SHMEM_BASE(pdev) (pdev->hw_info.shmem_base)
1441 #define NIV_FUNCTION_ENABLED(_pdev) (GET_FLAGS((_pdev)->hw_info.mf_info.func_mf_cfg, FUNC_MF_CFG_FUNC_DISABLED|FUNC_MF_CFG_FUNC_DELETED)==0)
1454 #define OVLAN(_pdev) ((_pdev)->hw_info.mf_info.ext_id)
1455 #define VIF_ID(_pdev) ((_pdev)->hw_info.mf_info.ext_id)
1458 #define NIV_DEFAULT_VLAN(_pdev) ((_pdev)->hw_info.mf_info.default_vlan)
1461 #define NIV_ALLOWED_PRIORITIES(_pdev) ((_pdev)->hw_info
3114 lm_hardware_info_t hw_info; member in struct:_lm_device_t
[all...]

Completed in 110 milliseconds