Home
last modified time | relevance | path

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

/drivers/infiniband/hw/bnxt_re/
A Dbnxt_re.h221 DECLARE_HASHTABLE(cq_hash, MAX_CQ_HASH_BITS);
A Dmain.c2241 hash_init(rdev->cq_hash); in bnxt_re_dev_init()
A Dib_verbs.c3160 hash_add(rdev->cq_hash, &cq->hash_entry, cq->qplib_cq.id); in bnxt_re_create_cq()
4403 hash_for_each_possible(rdev->cq_hash, tmp_cq, hash_entry, cq_id) { in bnxt_re_search_for_cq()
/drivers/scsi/elx/efct/
A Defct_hw.h400 struct efct_queue_hash cq_hash[EFCT_HW_Q_HASH_SIZE]; member
A 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()
2237 index = efct_hw_queue_hash_find(hw->cq_hash, cq_id); in efct_hw_eq_process()

Completed in 30 milliseconds