Home
last modified time | relevance | path

Searched refs:hole_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c89 typedef struct hole hole_t; typedef
94 hole_t *next;
123 hole_t mem_hole; /* Memory hole linked list. */
124 hole_t pf_mem_hole; /* PF Memory hole linked list. */
125 hole_t io_hole; /* IO hole linked list */
260 static void pcicfg_free_hole(hole_t *);
261 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
284 static uint64_t pcicfg_unused_space(hole_t *, uint32_t *);
1032 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
1060 phdl->io_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
[all …]
/titanic_50/usr/src/uts/sun4/io/
H A Dpcicfg.c132 typedef struct hole hole_t; typedef
137 hole_t *next;
157 hole_t mem_hole; /* Memory hole linked list. */
158 hole_t io_hole; /* IO hole linked list */
324 static void pcicfg_free_hole(hole_t *);
325 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
339 static uint64_t pcicfg_unused_space(hole_t *, uint32_t *);
1168 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
1207 phdl->io_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
2439 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_allocate_chunk()
[all …]