Searched refs:tx_small_ready (Results 1 – 2 of 2) sorted by relevance
1099 awc_fid_queue_push_tail(&cmd.priv->tx_small_ready,fid); in awc_tx_alloc()1169 while (NULL != (fid = awc_fid_queue_pop_head(&priv->tx_small_ready))) in awc_tx_dealloc()1249 fid = priv->tx_small_ready.head; in awc_tx_fid_lookup_and_remove()1252 awc_fid_queue_remove(&priv->tx_small_ready, fid); in awc_tx_fid_lookup_and_remove()1287 awc_fid_queue_init(&priv->tx_small_ready); in awc_queues_init()1598 fid = awc_fid_queue_pop_head(&priv->tx_small_ready); in awc_802_11_tx_find_path_and_post()1764 if (priv->tx_large_ready.size <= 2 || priv->tx_small_ready.size <= 2 ){ in awc_802_11_tx_find_path_and_post()1853 awc_fid_queue_push_tail(&priv->tx_small_ready,tx_buff); in awc_802_11_after_failed_tx_packet_to_card_write()1875 awc_fid_queue_push_tail(&priv->tx_small_ready,tx_buff); in awc_802_11_after_tx_complete()2464 awc_fid_queue_push_tail(&priv->tx_small_ready,fid); in awc_interrupt_process()[all …]
1457 struct awc_fid_queue tx_small_ready; member