Searched refs:cq_db (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/scsi/bnx2i/ |
| D | bnx2i_hwi.c | 140 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()
|
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v2.c | 3259 struct hns_roce_v2_db cq_db = {}; in update_cq_db() local 3261 hr_reg_write(&cq_db, DB_TAG, hr_cq->cqn); in update_cq_db() 3262 hr_reg_write(&cq_db, DB_CMD, HNS_ROCE_V2_CQ_DB); in update_cq_db() 3263 hr_reg_write(&cq_db, DB_CQ_CI, hr_cq->cons_index); in update_cq_db() 3264 hr_reg_write(&cq_db, DB_CQ_CMD_SN, 1); in update_cq_db() 3266 hns_roce_write64(hr_dev, (__le32 *)&cq_db, hr_cq->db_reg); in update_cq_db() 3375 struct hns_roce_v2_db cq_db = {}; in hns_roce_v2_req_notify_cq() local 3385 hr_reg_write(&cq_db, DB_TAG, hr_cq->cqn); in hns_roce_v2_req_notify_cq() 3386 hr_reg_write(&cq_db, DB_CMD, HNS_ROCE_V2_CQ_DB_NOTIFY); in hns_roce_v2_req_notify_cq() 3387 hr_reg_write(&cq_db, DB_CQ_CI, hr_cq->cons_index); in hns_roce_v2_req_notify_cq() [all …]
|
| /Linux-v5.15/drivers/scsi/be2iscsi/ |
| D | be_main.h | 675 struct cq_db { struct
|