Home
last modified time | relevance | path

Searched refs:ehca_top_bmap (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/ehca/
Dehca_mrmw.c80 struct ehca_top_bmap { struct
84 struct ehca_top_bmap *top[EHCA_MAP_ENTRIES]; argument
2319 static inline int ehca_init_top_bmap(struct ehca_top_bmap *ehca_top_bmap, in ehca_init_top_bmap() argument
2322 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()