Home
last modified time | relevance | path

Searched refs:xge_hal_pci_config_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmt.h84 typedef xge_hal_pci_config_t xge_hal_mgmt_pci_config_t;
H A Dxgehal-device.h338 xge_hal_pci_config_t pci_config_space;
339 xge_hal_pci_config_t pci_config_space_bios;
H A Dxgehal-regs.h1245 typedef struct xge_hal_pci_config_t { struct
1367 } xge_hal_pci_config_t; // 0x100 argument
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c585 if (offset > sizeof(xge_hal_pci_config_t)-value_bits/8) { in xge_hal_mgmt_pcireg_read()