Home
last modified time | relevance | path

Searched refs:mem_request (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c1173 ndi_ra_request_t *mem_request; in cardbus_allocate_chunk() local
1184 mem_request = &phdl->mem_req; in cardbus_allocate_chunk()
1217 mem_request->ra_len, phdl->memory_gran); in cardbus_allocate_chunk()
1224 mem_request->ra_len, phdl->memory_gran); in cardbus_allocate_chunk()
1232 mem_request->ra_align_mask = phdl->memory_gran - 1; in cardbus_allocate_chunk()
1236 mem_request->ra_len += cardbus_min_spare_mem; in cardbus_allocate_chunk()
1237 if (mem_request->ra_len) { in cardbus_allocate_chunk()
1238 mem_request->ra_len = in cardbus_allocate_chunk()
1239 PCICFG_ROUND_UP(mem_request->ra_len, phdl->memory_gran); in cardbus_allocate_chunk()
1243 mem_request->ra_len); in cardbus_allocate_chunk()
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1132 ndi_ra_request_t *mem_request; in pcicfg_ntbridge_allocate_resources() local
1139 mem_request = &phdl->mem_req; in pcicfg_ntbridge_allocate_resources()
1152 mem_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1153 mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1154 mem_request->ra_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1155 mem_request->ra_align_mask = in pcicfg_ntbridge_allocate_resources()
1157 mem_request->ra_flags |= NDI_RA_ALLOC_BOUNDED; in pcicfg_ntbridge_allocate_resources()
1167 phdl->mem_hole.len = mem_request->ra_len; in pcicfg_ntbridge_allocate_resources()
1171 boundlen, mem_request->ra_len); in pcicfg_ntbridge_allocate_resources()
2370 ndi_ra_request_t *mem_request; in pcicfg_allocate_chunk() local
[all …]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1022 ndi_ra_request_t *mem_request; in pcicfg_ntbridge_allocate_resources() local
1030 mem_request = &phdl->mem_req; in pcicfg_ntbridge_allocate_resources()
1044 mem_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1045 mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1046 mem_request->ra_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1047 mem_request->ra_align_mask = in pcicfg_ntbridge_allocate_resources()
1049 mem_request->ra_flags |= NDI_RA_ALLOC_BOUNDED; in pcicfg_ntbridge_allocate_resources()
1059 phdl->mem_hole.len = mem_request->ra_len; in pcicfg_ntbridge_allocate_resources()
1063 boundlen, mem_request->ra_len); in pcicfg_ntbridge_allocate_resources()
2481 ndi_ra_request_t *mem_request; in pcicfg_sum_resources() local
[all …]