Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.h949 ocs_queue_hash_t cq_hash[OCS_HW_Q_HASH_SIZE]; member
H A Docs_hw.c725 ocs_memset(hw->cq_hash, 0, sizeof(hw->cq_hash)); in ocs_hw_init()
967 ocs_hw_queue_hash_add(hw->cq_hash, hw->cq[i].id, i); in ocs_hw_init()
2213 int32_t index = ocs_hw_queue_hash_find(hw->cq_hash, cq_id); in ocs_hw_eq_process()