Searched refs:ctx_base (Results 1 – 5 of 5) sorted by relevance
220 writel(cpu_to_le32(msg), conn->ep->qp.ctx_base); in bnx2i_ring_577xx_doorbell()254 ep->qp.ctx_base + CNIC_RECV_DOORBELL); in bnx2i_put_rq_buf()280 writew(count, ep->qp.ctx_base + CNIC_SEND_DOORBELL); in bnx2i_ring_sq_dbell()1185 if (ep->qp.ctx_base) { in bnx2i_free_qp_resc()1186 iounmap(ep->qp.ctx_base); in bnx2i_free_qp_resc()1187 ep->qp.ctx_base = NULL; in bnx2i_free_qp_resc()2465 ep->qp.ctx_base = NULL; in bnx2i_process_ofld_cmpl()2719 ep->qp.ctx_base = ioremap(reg_base + reg_off, 4); in bnx2i_map_ep_dbell_regs()2720 if (!ep->qp.ctx_base) in bnx2i_map_ep_dbell_regs()2740 ep->qp.ctx_base = ioremap(ep->hba->reg_base + reg_off, in bnx2i_map_ep_dbell_regs()[all …]
629 void __iomem *ctx_base; member
967 writel(cpu_to_le32(msg), tgt->ctx_base); in bnx2fc_arm_cq()1115 if (tgt->ctx_base) in bnx2fc_process_new_cqes()1440 writel(cpu_to_le32(msg), tgt->ctx_base); in bnx2fc_ring_doorbell()1456 tgt->ctx_base = ioremap(reg_base + reg_off, 4); in bnx2fc_map_doorbell()1457 if (!tgt->ctx_base) in bnx2fc_map_doorbell()
837 ctx_base_ptr = tgt->ctx_base; in bnx2fc_free_session_resc()838 tgt->ctx_base = NULL; in bnx2fc_free_session_resc()
294 void __iomem *ctx_base; member