Searched refs:enqueue_txbuf (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 75 static void enqueue_txbuf(struct phl_info_t *phl_info, in enqueue_txbuf() function 134 enqueue_txbuf(phl_info, &pool->mgnt_busy_list, txbuf, _tail); in enqueue_busy_txbuf() 136 enqueue_txbuf(phl_info, &pool->busy_list, txbuf, _tail); in enqueue_busy_txbuf() 150 enqueue_txbuf(phl_info, &pool->mgnt_busy_list, txbuf, _first); in enqueue_busy_txbuf_to_head() 152 enqueue_txbuf(phl_info, &pool->busy_list, txbuf, _first); in enqueue_busy_txbuf_to_head() 184 enqueue_txbuf(phl_info, pool_list, txbuf, _tail); in free_txbuf() 1362 enqueue_txbuf(phl_info, &tx_pool->mgnt_idle_list, txbuf, _tail); in phl_trx_init_sdio() 1373 enqueue_txbuf(phl_info, &tx_pool->idle_list, txbuf, _tail); in phl_trx_init_sdio()
|