Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit.c75 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in alloc_txring() local
76 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
101 ptxreq_buf->tail = padapter->tx_pool_ring[idx] + offset_tail; in alloc_txring()
6428 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources() local
6429 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6448 *tail = pbuf + offset_tail; in get_txreq_resources()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit.c74 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in alloc_txring() local
75 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
100 ptxreq_buf->tail = padapter->tx_pool_ring[idx] + offset_tail; in alloc_txring()
6421 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources() local
6422 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6441 *tail = pbuf + offset_tail; in get_txreq_resources()