Lines Matching refs:res_map
216 u8 *res_map; /* resource map, bit == pdir entry */ member
288 idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
299 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
300 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
302 res_ptr = (u##size *)&(ioc)->res_map[0]; \
407 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
1101 seq_hex_dump(m, " ", DUMP_PREFIX_NONE, 32, 4, ioc->res_map, in ccio_proc_bitmap_info()
1165 res_ptr = ioc->res_map; in ccio_cujo20_fixup()
1300 ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL, in ccio_ioc_init()
1302 if(NULL == ioc->res_map) { in ccio_ioc_init()
1305 memset(ioc->res_map, 0, ioc->res_size); in ccio_ioc_init()