Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h400 struct efct_queue_hash cq_hash[EFCT_HW_Q_HASH_SIZE]; member
H 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()
2236 index = efct_hw_queue_hash_find(hw->cq_hash, cq_id); in efct_hw_eq_process()