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