Searched refs:dbell_map (Results 1 – 2 of 2) sorted by relevance
206 void __iomem *ptr = dev->cmd.dbell_map; in mthca_cmd_post_dbell()551 iounmap(dev->cmd.dbell_map); in mthca_cmd_cleanup()769 dev->cmd.dbell_map = ioremap(addr, max_off + sizeof(u32)); in mthca_setup_cmd_doorbells()770 if (!dev->cmd.dbell_map) in mthca_setup_cmd_doorbells()
130 void __iomem *dbell_map; member