Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dbnxt_re.h214 DECLARE_HASHTABLE(cq_hash, MAX_CQ_HASH_BITS);
Dmain.c1794 hash_init(rdev->cq_hash); in bnxt_re_dev_init()
Dib_verbs.c3092 hash_add(rdev->cq_hash, &cq->hash_entry, cq->qplib_cq.id); in bnxt_re_create_cq()
4324 hash_for_each_possible(rdev->cq_hash, tmp_cq, hash_entry, cq_id) { in bnxt_re_search_for_cq()
/linux-6.12.1/drivers/scsi/elx/efct/
Defct_hw.h400 struct efct_queue_hash cq_hash[EFCT_HW_Q_HASH_SIZE]; member
Defct_hw.c987 memset(hw->cq_hash, 0, sizeof(hw->cq_hash)); in efct_hw_init()
1093 efct_hw_queue_hash_add(hw->cq_hash, hw->cq[i].id, i); in efct_hw_init()
2236 index = efct_hw_queue_hash_find(hw->cq_hash, cq_id); in efct_hw_eq_process()