Searched refs:xge_hal_pci_config_t (Results 1 – 5 of 5) sorted by relevance
89 typedef xge_hal_pci_config_t xge_hal_mgmt_pci_config_t;
338 xge_hal_pci_config_t pci_config_space;339 xge_hal_pci_config_t pci_config_space_bios;
1244 typedef struct xge_hal_pci_config_t { struct1366 } xge_hal_pci_config_t; // 0x100 typedef
247 xge_offsetof(xge_hal_pci_config_t, revision), 1); in xge_init_params()1387 info = xge_os_malloc(NULL, sizeof(xge_hal_pci_config_t)); in xge_ioctl_stats()1391 sizeof(xge_hal_pci_config_t)); in xge_ioctl_stats()1395 sizeof(xge_hal_pci_config_t)) == 0) in xge_ioctl_stats()1402 xge_os_free(NULL, info, sizeof(xge_hal_pci_config_t)); in xge_ioctl_stats()
569 if (offset > sizeof(xge_hal_pci_config_t)-value_bits/8) { in xge_hal_mgmt_pcireg_read()