Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_cmd.c206 void __iomem *ptr = dev->cmd.dbell_map; in mthca_cmd_post_dbell()
549 iounmap(dev->cmd.dbell_map); in mthca_cmd_cleanup()
767 dev->cmd.dbell_map = ioremap(addr, max_off + sizeof(u32)); in mthca_setup_cmd_doorbells()
768 if (!dev->cmd.dbell_map) in mthca_setup_cmd_doorbells()
Dmthca_dev.h131 void __iomem *dbell_map; member