Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-driver.c129 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, adapter_status) == in xge_hal_driver_bar0_offset_check()
131 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, tx_traffic_int) == in xge_hal_driver_bar0_offset_check()
133 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, dtx_control) == in xge_hal_driver_bar0_offset_check()
137 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, pcc_enable) == in xge_hal_driver_bar0_offset_check()
139 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, prc_rxd0_n[0]) == in xge_hal_driver_bar0_offset_check()
141 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, rti_command_mem) == in xge_hal_driver_bar0_offset_check()
143 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, mac_cfg) == in xge_hal_driver_bar0_offset_check()
147 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, mac_link_util) == in xge_hal_driver_bar0_offset_check()
151 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, pcc_err_reg) == in xge_hal_driver_bar0_offset_check()
157 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, mc_err_reg) == in xge_hal_driver_bar0_offset_check()
[all …]
H A Dxgehal-device.c217 xge_offsetof(xge_hal_pci_config_le_t, device_id), in xge_hal_device_is_slot_freeze()
568 xge_offsetof(xge_hal_pci_config_le_t, command), &cmd); in __hal_device_bus_master_disable()
571 xge_offsetof(xge_hal_pci_config_le_t, command), cmd); in __hal_device_bus_master_disable()
587 xge_offsetof(xge_hal_pci_config_le_t, command), &cmd); in __hal_device_bus_master_enable()
595 xge_offsetof(xge_hal_pci_config_le_t, command), cmd); in __hal_device_bus_master_enable()
2193 xge_offsetof(xge_hal_pci_config_le_t, device_id), in __hal_device_pci_init()
2196 xge_offsetof(xge_hal_pci_config_le_t, revision), in __hal_device_pci_init()
2402 xge_offsetof(xge_hal_pci_config_le_t, pcix_status), in __hal_device_pci_info_get()
3077 xge_offsetof(xge_hal_pci_config_le_t, device_id), in __hal_device_reset()
4431 xge_offsetof(xge_hal_pci_config_le_t, in __hal_device_msi_intr_endis()
[all …]
H A Dxgehal-mgmt.c60 xge_offsetof(xge_hal_pci_config_le_t, vendor_id), in xge_hal_mgmt_about()
64 xge_offsetof(xge_hal_pci_config_le_t, device_id), in xge_hal_mgmt_about()
68 xge_offsetof(xge_hal_pci_config_le_t, subsystem_vendor_id), in xge_hal_mgmt_about()
72 xge_offsetof(xge_hal_pci_config_le_t, subsystem_id), in xge_hal_mgmt_about()
76 xge_offsetof(xge_hal_pci_config_le_t, revision), in xge_hal_mgmt_about()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h186 #define xge_offsetof(t, m) ((size_t) (&((t *)0)->m)) macro