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]; \
418 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
1108 u32 *res_ptr = (u32 *)ioc->res_map; in ccio_proc_bitmap_info()
1192 res_ptr = ioc->res_map; in ccio_cujo20_fixup()
1327 ioc->res_map = (u8 *)__get_free_pages(GFP_KERNEL, in ccio_ioc_init()
1329 if(NULL == ioc->res_map) { in ccio_ioc_init()
1332 memset(ioc->res_map, 0, ioc->res_size); in ccio_ioc_init()