Searched refs:res_map (Results 1 – 2 of 2) sorted by relevance
204 char *res_map; /* resource map, bit == pdir entry */ member321 unsigned long *rptr = (unsigned long *) &ioc->res_map[(pide >>3) & -sizeof(unsigned long)]; in sba_dump_pdir_entry()350 u64 *rptr_end = (u64 *) &(ioc->res_map[ioc->res_size]); in sba_check_pdir()351 u64 *rptr = (u64 *) ioc->res_map; /* resource map ptr */ in sba_check_pdir()468 return (((unsigned long)res_ptr - (unsigned long)ioc->res_map) << 3) in ptr_to_pide()487 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]); in sba_search_bitmap()508 res_ptr = (ulong *)ioc->res_map; in sba_search_bitmap()609 prefetch(ioc->res_map); in sba_search_bitmap()610 ioc->res_hint = (unsigned long *) ioc->res_map; in sba_search_bitmap()713 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map), in sba_alloc_range()[all …]
30 char *res_map; /* resource map, bit == pdir entry */ member