Home
last modified time | relevance | path

Searched refs:ctx_base (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/bnx2i/
Dbnx2i_hwi.c220 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()
1202 if (ep->qp.ctx_base) { in bnx2i_free_qp_resc()
1203 iounmap(ep->qp.ctx_base); in bnx2i_free_qp_resc()
1204 ep->qp.ctx_base = NULL; in bnx2i_free_qp_resc()
2488 ep->qp.ctx_base = NULL; in bnx2i_process_ofld_cmpl()
2744 ep->qp.ctx_base = ioremap_nocache(reg_base + reg_off, 4); in bnx2i_map_ep_dbell_regs()
2745 if (!ep->qp.ctx_base) in bnx2i_map_ep_dbell_regs()
2765 ep->qp.ctx_base = ioremap_nocache(ep->hba->reg_base + reg_off, in bnx2i_map_ep_dbell_regs()
[all …]
Dbnx2i.h629 void __iomem *ctx_base; member
/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c993 writel(cpu_to_le32(msg), tgt->ctx_base); in bnx2fc_arm_cq()
1083 if (tgt->ctx_base) in bnx2fc_process_new_cqes()
1411 writel(cpu_to_le32(msg), tgt->ctx_base); in bnx2fc_ring_doorbell()
1428 tgt->ctx_base = ioremap_nocache(reg_base + reg_off, 4); in bnx2fc_map_doorbell()
1429 if (!tgt->ctx_base) in bnx2fc_map_doorbell()
Dbnx2fc_tgt.c845 ctx_base_ptr = tgt->ctx_base; in bnx2fc_free_session_resc()
846 tgt->ctx_base = NULL; in bnx2fc_free_session_resc()
Dbnx2fc.h293 void __iomem *ctx_base; member