Home
last modified time | relevance | path

Searched refs:cq_db (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/bnx2i/
A Dbnx2i_hwi.c140 struct bnx2i_5771x_cq_db *cq_db; in bnx2i_arm_cq_event_coalescing() local
153 cq_db = (struct bnx2i_5771x_cq_db *) ep->qp.cq_pgtbl_virt; in bnx2i_arm_cq_event_coalescing()
156 if (cq_db->sqn[0] && cq_db->sqn[0] != 0xFFFF) in bnx2i_arm_cq_event_coalescing()
176 cq_db->sqn[0] = cq_index; in bnx2i_arm_cq_event_coalescing()
1045 struct bnx2i_5771x_cq_db *cq_db; in bnx2i_alloc_qp_resc() local
1126 cq_db = (struct bnx2i_5771x_cq_db *) ep->qp.cq_pgtbl_virt; in bnx2i_alloc_qp_resc()
1127 memset(cq_db->sqn, 0xFF, sizeof(cq_db->sqn[0]) * BNX2X_MAX_CQS); in bnx2i_alloc_qp_resc()
/drivers/net/ethernet/fungible/funcore/
A Dfun_queue.h32 u32 __iomem *cq_db; member
A Dfun_queue.c350 writel(db, funq->cq_db); in fun_process_cq()
476 funq->cq_db = fun_cq_db_addr(fdev, 0); in fun_alloc_queue()
/drivers/net/ethernet/fungible/funeth/
A Dfuneth_txrx.h169 u32 __iomem *cq_db; /* CQ doorbell register address */ member
A Dfuneth_rx.c531 writel(cq_db_val, q->cq_db); in fun_rxq_napi_poll()
740 &q->hw_cqid, &q->cq_db); in fun_rxq_create_dev()
/drivers/nvme/host/
A Dapple.c143 u32 __iomem *cq_db; member
638 writel(q->cq_head, q->cq_db); in apple_nvme_poll_cq()
1448 anv->adminq.cq_db = anv->mmio_nvme + APPLE_ANS_ACQ_DB; in apple_nvme_alloc()
1450 anv->ioq.cq_db = anv->mmio_nvme + APPLE_ANS_IOCQ_DB; in apple_nvme_alloc()
/drivers/infiniband/hw/hns/
A Dhns_roce_hw_v2.c3548 struct hns_roce_v2_db cq_db = {}; in update_cq_db() local
3550 hr_reg_write(&cq_db, DB_TAG, hr_cq->cqn); in update_cq_db()
3551 hr_reg_write(&cq_db, DB_CMD, HNS_ROCE_V2_CQ_DB); in update_cq_db()
3552 hr_reg_write(&cq_db, DB_CQ_CI, hr_cq->cons_index); in update_cq_db()
3553 hr_reg_write(&cq_db, DB_CQ_CMD_SN, 1); in update_cq_db()
3664 struct hns_roce_v2_db cq_db = {}; in hns_roce_v2_req_notify_cq() local
3674 hr_reg_write(&cq_db, DB_TAG, hr_cq->cqn); in hns_roce_v2_req_notify_cq()
3675 hr_reg_write(&cq_db, DB_CMD, HNS_ROCE_V2_CQ_DB_NOTIFY); in hns_roce_v2_req_notify_cq()
3676 hr_reg_write(&cq_db, DB_CQ_CI, hr_cq->cons_index); in hns_roce_v2_req_notify_cq()
3677 hr_reg_write(&cq_db, DB_CQ_CMD_SN, hr_cq->arm_sn); in hns_roce_v2_req_notify_cq()
[all …]
/drivers/scsi/be2iscsi/
A Dbe_main.h674 struct cq_db { struct

Completed in 40 milliseconds