Lines Matching refs:res_map
227 u8 *res_map; /* resource map, bit == pdir entry */ member
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, in ccio_proc_bitmap_info()
1169 res_ptr = ioc->res_map; in ccio_cujo20_fixup()
1304 ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL, in ccio_ioc_init()
1306 if(NULL == ioc->res_map) { in ccio_ioc_init()
1309 memset(ioc->res_map, 0, ioc->res_size); in ccio_ioc_init()