Home
last modified time | relevance | path

Searched refs:efct_hw_queue_hash_find (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/elx/efct/
Defct_hw.h692 efct_hw_queue_hash_find(struct efct_queue_hash *hash, u16 id);
Defct_hw_queues.c486 return efct_hw_queue_hash_find(hw->rq_hash, rq_id); in efct_hw_rqpair_find()
Defct_hw.c2152 efct_hw_queue_hash_find(struct efct_queue_hash *hash, u16 id) in efct_hw_queue_hash_find() function
2237 index = efct_hw_queue_hash_find(hw->cq_hash, cq_id); in efct_hw_eq_process()
2368 index = efct_hw_queue_hash_find(hw->wq_hash, wq_id); in efct_hw_cq_process()