Lines Matching refs:ctx_base
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()
281 writew(count, ep->qp.ctx_base + CNIC_SEND_DOORBELL); in bnx2i_ring_sq_dbell()
1187 if (ep->qp.ctx_base) { in bnx2i_free_qp_resc()
1188 iounmap(ep->qp.ctx_base); in bnx2i_free_qp_resc()
1189 ep->qp.ctx_base = NULL; in bnx2i_free_qp_resc()
2473 ep->qp.ctx_base = NULL; in bnx2i_process_ofld_cmpl()
2729 ep->qp.ctx_base = ioremap_nocache(reg_base + reg_off, 4); in bnx2i_map_ep_dbell_regs()
2730 if (!ep->qp.ctx_base) in bnx2i_map_ep_dbell_regs()
2750 ep->qp.ctx_base = ioremap_nocache(ep->hba->reg_base + reg_off, in bnx2i_map_ep_dbell_regs()
2752 if (!ep->qp.ctx_base) in bnx2i_map_ep_dbell_regs()