Searched refs:seq_pool (Results 1 – 2 of 2) sorted by relevance
968 ocs_array_t *seq_pool; member
773 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()