Searched refs:ocs_queue_hash_t (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.h840 } ocs_queue_hash_t; typedef in typeref:struct:__anon7590
956 ocs_queue_hash_t cq_hash[OCS_HW_Q_HASH_SIZE];
957 ocs_queue_hash_t rq_hash[OCS_HW_Q_HASH_SIZE];
958 ocs_queue_hash_t wq_hash[OCS_HW_Q_HASH_SIZE];
1256 extern int32_t ocs_hw_queue_hash_find(ocs_queue_hash_t *, uint16_t);
H A Docs_hw.c74 static void ocs_hw_queue_hash_add(ocs_queue_hash_t *, uint16_t, uint16_t);
8189 ocs_hw_queue_hash_add(ocs_queue_hash_t *hash, uint16_t id, uint16_t index)
8216 ocs_hw_queue_hash_find(ocs_queue_hash_t *hash, uint16_t id)

Completed in 116 milliseconds