Searched refs:tx_free_list (Results 1 – 2 of 2) sorted by relevance
1165 txbf = list_head(&rsc->sc_txq[i].tx_free_list); in rtw_dma_free()1168 list_remove(&rsc->sc_txq[i].tx_free_list, txbf); in rtw_dma_free()1169 txbf = list_head(&rsc->sc_txq[i].tx_free_list); in rtw_dma_free()1171 list_destroy(&rsc->sc_txq[i].tx_free_list); in rtw_dma_free()1242 list_create(&rsc->sc_txq[i].tx_free_list, in rtw_dma_init()1261 list_insert_tail(&rsc->sc_txq[i].tx_free_list, txbf); in rtw_dma_init()1343 txbf = list_head(&rsc->sc_txq[i].tx_free_list); in rtw_swring_setup()1345 list_remove(&rsc->sc_txq[i].tx_free_list, txbf); in rtw_swring_setup()1346 txbf = list_head(&rsc->sc_txq[i].tx_free_list); in rtw_swring_setup()1357 list_insert_tail(&rsc->sc_txq[i].tx_free_list, txbf); in rtw_swring_setup()[all …]
214 list_t tx_free_list; member