Searched refs:ehca_top_bmap (Results 1 – 1 of 1) sorted by relevance
80 struct ehca_top_bmap { struct84 struct ehca_top_bmap *top[EHCA_MAP_ENTRIES]; argument2319 static inline int ehca_init_top_bmap(struct ehca_top_bmap *ehca_top_bmap, in ehca_init_top_bmap() argument2322 if (!ehca_bmap_valid(ehca_top_bmap->dir[dir])) { in ehca_init_top_bmap()2323 ehca_top_bmap->dir[dir] = in ehca_init_top_bmap()2325 if (!ehca_top_bmap->dir[dir]) in ehca_init_top_bmap()2328 memset(ehca_top_bmap->dir[dir], 0xFF, EHCA_ENT_MAP_SIZE); in ehca_init_top_bmap()2337 kmalloc(sizeof(struct ehca_top_bmap), GFP_KERNEL); in ehca_init_bmap()