Home
last modified time | relevance | path

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

/NextBSD/sys/dev/nxge/include/
HDxgehal-mgmt.h89 typedef xge_hal_pci_config_t xge_hal_mgmt_pci_config_t;
HDxgehal-device.h338 xge_hal_pci_config_t pci_config_space;
339 xge_hal_pci_config_t pci_config_space_bios;
HDxgehal-regs.h1244 typedef struct xge_hal_pci_config_t { struct
1366 } xge_hal_pci_config_t; // 0x100 typedef
/NextBSD/sys/dev/nxge/
HDif_nxge.c247 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()
/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-mgmt.c569 if (offset > sizeof(xge_hal_pci_config_t)-value_bits/8) { in xge_hal_mgmt_pcireg_read()