Home
last modified time | relevance | path

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

/titanic_41/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()
135 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, tx_fifo_partition_0) == 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()
145 xge_assert(xge_offsetof(xge_hal_pci_bar0_t, rmac_addr_cmd_mem) == 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()
[all …]
H A Dxgehal-device.c217 xge_offsetof(xge_hal_pci_config_le_t, device_id), in xge_hal_device_is_slot_freeze()
247 xge_offsetof(xge_hal_pci_config_le_t, subsystem_id), &subid); in __hal_device_led_actifity_fix()
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()
2212 xge_offsetof(xge_hal_pci_config_le_t, command), &cmd); in __hal_device_pci_init()
2215 xge_offsetof(xge_hal_pci_config_le_t, command), cmd); in __hal_device_pci_init()
[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()
/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h186 #define xge_offsetof(t, m) ((size_t) (&((t *)0)->m)) macro