Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_cmd.c205 void __iomem *ptr = dev->cmd.dbell_map; in mthca_cmd_post_dbell()
546 iounmap(dev->cmd.dbell_map); in mthca_cmd_cleanup()
768 dev->cmd.dbell_map = ioremap(addr, max_off + sizeof(u32)); in mthca_setup_cmd_doorbells()
769 if (!dev->cmd.dbell_map) in mthca_setup_cmd_doorbells()
H A Dmthca_dev.h133 void __iomem *dbell_map; member