Searched refs:seq_pool (Results 1 – 4 of 4) sorted by relevance
117 struct list_head seq_pool; member
156 list_add(&seq->head, &dfs_pd->seq_pool); in mt76x02_dfs_seq_pool_put()168 if (list_empty(&dfs_pd->seq_pool)) { in mt76x02_dfs_seq_pool_get()171 seq = list_first_entry(&dfs_pd->seq_pool, in mt76x02_dfs_seq_pool_get()858 INIT_LIST_HEAD(&dfs_pd->seq_pool); in mt76x02_dfs_init_detector()
1283 if (!hw->seq_pool) { in efct_hw_rx_post()1289 hw->seq_pool = kmalloc_array(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