Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c23 static struct ehea_bmap *ehea_bmap; variable
552 static inline int ehea_init_bmap(struct ehea_bmap *ehea_bmap, int top, int dir) in ehea_init_bmap() argument
555 ehea_bmap->top[top] = in ehea_init_bmap()
615 if (!ehea_bmap) { in ehea_update_busmap()
616 ehea_bmap = kzalloc(sizeof(struct ehea_bmap), GFP_KERNEL); in ehea_update_busmap()
617 if (!ehea_bmap) in ehea_update_busmap()
734 if (!ehea_bmap) in ehea_destroy_busmap()
751 kfree(ehea_bmap); in ehea_destroy_busmap()
752 ehea_bmap = NULL; in ehea_destroy_busmap()
762 if (!ehea_bmap) in ehea_map_vaddr()
[all …]
H A Dehea.h181 struct ehea_bmap struct