Searched refs:cq_hash (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | bnxt_re.h | 214 DECLARE_HASHTABLE(cq_hash, MAX_CQ_HASH_BITS);
|
D | main.c | 1794 hash_init(rdev->cq_hash); in bnxt_re_dev_init()
|
D | ib_verbs.c | 3092 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/ |
D | efct_hw.h | 400 struct efct_queue_hash cq_hash[EFCT_HW_Q_HASH_SIZE]; member
|
D | efct_hw.c | 987 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()
|