Searched refs:cq_hash (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | bnxt_re.h | 227 DECLARE_HASHTABLE(cq_hash, MAX_CQ_HASH_BITS);
|
H A D | main.c | 2241 hash_init(rdev->cq_hash); in bnxt_re_dev_init()
|
H A D | ib_verbs.c | 3169 hash_add(rdev->cq_hash, &cq->hash_entry, cq->qplib_cq.id); in bnxt_re_create_cq() 4404 hash_for_each_possible(rdev->cq_hash, tmp_cq, hash_entry, cq_id) { in bnxt_re_search_for_cq()
|
/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.h | 400 struct efct_queue_hash cq_hash[EFCT_HW_Q_HASH_SIZE]; member
|
H 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() 2236 index = efct_hw_queue_hash_find(hw->cq_hash, cq_id); in efct_hw_eq_process()
|