Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.h402 struct efct_queue_hash wq_hash[EFCT_HW_Q_HASH_SIZE]; member
H A Defct_hw.c995 memset(hw->wq_hash, 0, sizeof(hw->wq_hash)); in efct_hw_init()
1087 efct_hw_queue_hash_add(hw->wq_hash, hw->wq[i].id, i); in efct_hw_init()
2367 index = efct_hw_queue_hash_find(hw->wq_hash, wq_id); in efct_hw_cq_process()