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

/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-mgmt.h89 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.h1244 typedef struct xge_hal_pci_config_t { struct
1366 } xge_hal_pci_config_t; // 0x100 typedef in typeref:struct:xge_hal_pci_config_t
/freebsd-9.3-release/sys/dev/nxge/
H A Dif_nxge.c246 xge_offsetof(xge_hal_pci_config_t, revision), 1);
1386 info = xge_os_malloc(NULL, sizeof(xge_hal_pci_config_t));
1390 sizeof(xge_hal_pci_config_t));
1394 sizeof(xge_hal_pci_config_t)) == 0)
1401 xge_os_free(NULL, info, sizeof(xge_hal_pci_config_t));
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c569 if (offset > sizeof(xge_hal_pci_config_t)-value_bits/8) {

Completed in 176 milliseconds