Searched refs:seq_pool (Results 1 – 2 of 2) sorted by relevance
1284 if (!hw->seq_pool) { in efct_hw_rx_post()1290 hw->seq_pool = kmalloc_array(count, in efct_hw_rx_post()1292 if (!hw->seq_pool) in efct_hw_rx_post()1306 seq = hw->seq_pool + idx; in efct_hw_rx_post()1318 if (rc && hw->seq_pool) in efct_hw_rx_post()1319 kfree(hw->seq_pool); in efct_hw_rx_post()3491 kfree(hw->seq_pool); in efct_hw_teardown()3492 hw->seq_pool = NULL; in efct_hw_teardown()
418 struct efc_hw_sequence *seq_pool; member