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_objs(struct efc_hw_sequence, count); in efct_hw_rx_post()1291 if (!hw->seq_pool) in efct_hw_rx_post()1305 seq = hw->seq_pool + idx; in efct_hw_rx_post()1317 if (rc && hw->seq_pool) in efct_hw_rx_post()1318 kfree(hw->seq_pool); in efct_hw_rx_post()3490 kfree(hw->seq_pool); in efct_hw_teardown()3491 hw->seq_pool = NULL; in efct_hw_teardown()
418 struct efc_hw_sequence *seq_pool; member