Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_hw.h968 ocs_array_t *seq_pool; member
H A Docs_hw.c773 if (hw->seq_pool == NULL) { in ocs_hw_init()
782 hw->seq_pool = ocs_array_alloc(hw->os, sizeof(ocs_hw_sequence_t), count); in ocs_hw_init()
783 if (hw->seq_pool == NULL) { in ocs_hw_init()
1289 ocs_array_free(hw->seq_pool); in ocs_hw_teardown()
1290 hw->seq_pool = NULL; in ocs_hw_teardown()
11694 ocs_hw_sequence_t *seq = ocs_array_get(hw->seq_pool, idx++); in ocs_hw_rx_post()