Lines Matching refs:res_map
227 u8 *res_map; /* resource map, bit == pdir entry */
299 idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
310 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
311 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
313 res_ptr = (u##size *)&(ioc)->res_map[0]; \
417 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
1105 seq_hex_dump(m, " ", DUMP_PREFIX_NONE, 32, 4, ioc->res_map,
1169 res_ptr = ioc->res_map;
1261 ** thus, pdir/res_map will also be log2().
1304 ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL,
1306 if(NULL == ioc->res_map) {
1309 memset(ioc->res_map, 0, ioc->res_size);