Home
last modified time | relevance | path

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

/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c194 writel(cmdq_prod, rcfw->cmdq_bar_reg_iomem + in __send_message()
196 writel(RCFW_CMDQ_TRIG_VAL, rcfw->cmdq_bar_reg_iomem + in __send_message()
647 iounmap(rcfw->cmdq_bar_reg_iomem); in bnxt_qplib_disable_rcfw_channel()
657 rcfw->cmdq_bar_reg_iomem = NULL; in bnxt_qplib_disable_rcfw_channel()
717 rcfw->cmdq_bar_reg_iomem = ioremap_nocache(res_base + in bnxt_qplib_enable_rcfw_channel()
720 if (!rcfw->cmdq_bar_reg_iomem) { in bnxt_qplib_enable_rcfw_channel()
744 iounmap(rcfw->cmdq_bar_reg_iomem); in bnxt_qplib_enable_rcfw_channel()
745 rcfw->cmdq_bar_reg_iomem = NULL; in bnxt_qplib_enable_rcfw_channel()
772 __iowrite32_copy(rcfw->cmdq_bar_reg_iomem, &init, sizeof(init) / 4); in bnxt_qplib_enable_rcfw_channel()
Dqplib_rcfw.h247 void __iomem *cmdq_bar_reg_iomem; member