Home
last modified time | relevance | path

Searched refs:dequeue_txbuf (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c85 static struct rtw_tx_buf *dequeue_txbuf(struct phl_info_t *phl_info, in dequeue_txbuf() function
110 txbuf = dequeue_txbuf(phl_info, &pool->mgnt_idle_list); in alloc_txbuf()
115 txbuf = dequeue_txbuf(phl_info, &pool->idle_list); in alloc_txbuf()
161 txbuf = dequeue_txbuf(phl_info, &pool->mgnt_busy_list); in dequeue_busy_txbuf()
165 return dequeue_txbuf(phl_info, &pool->busy_list); in dequeue_busy_txbuf()