Searched refs:cq_hash (Results 1 – 5 of 5) sorted by relevance
| /drivers/infiniband/hw/bnxt_re/ |
| A D | bnxt_re.h | 221 DECLARE_HASHTABLE(cq_hash, MAX_CQ_HASH_BITS);
|
| A D | main.c | 2241 hash_init(rdev->cq_hash); in bnxt_re_dev_init()
|
| A D | ib_verbs.c | 3160 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 D | efct_hw.h | 400 struct efct_queue_hash cq_hash[EFCT_HW_Q_HASH_SIZE]; member
|
| A 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() 2237 index = efct_hw_queue_hash_find(hw->cq_hash, cq_id); in efct_hw_eq_process()
|
Completed in 30 milliseconds