Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw.h973 ocs_array_t *seq_pool; member
H A Docs_hw.c776 if (hw->seq_pool == NULL) { in ocs_hw_init()
785 hw->seq_pool = ocs_array_alloc(hw->os, sizeof(ocs_hw_sequence_t), count); in ocs_hw_init()
786 if (hw->seq_pool == NULL) { in ocs_hw_init()
1297 ocs_array_free(hw->seq_pool); in ocs_hw_teardown()
1298 hw->seq_pool = NULL; in ocs_hw_teardown()
11715 ocs_hw_sequence_t *seq = ocs_array_get(hw->seq_pool, idx++); in ocs_hw_rx_post()