ocs_hw_queue_hash_find
int32_t index = ocs_hw_queue_hash_find(hw->cq_hash, cq_id);
int32_t index = ocs_hw_queue_hash_find(hw->wq_hash, wq_id);
extern int32_t ocs_hw_queue_hash_find(ocs_queue_hash_t *, uint16_t);
return ocs_hw_queue_hash_find(hw->rq_hash, rq_id);