Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit.c74 u32 offset_head = (sizeof(struct rtw_xmit_req) * RTW_MAX_FRAG_NUM); in alloc_txring() local
75 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
100 ptxreq_buf->head = padapter->tx_pool_ring[idx] + offset_head; in alloc_txring()
6427 u32 offset_head = (sizeof(struct rtw_xmit_req) * RTW_MAX_FRAG_NUM); in get_txreq_resources() local
6428 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6445 *head = pbuf + offset_head; in get_txreq_resources()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit.c73 u32 offset_head = (sizeof(struct rtw_xmit_req) * RTW_MAX_FRAG_NUM); in alloc_txring() local
74 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
99 ptxreq_buf->head = padapter->tx_pool_ring[idx] + offset_head; in alloc_txring()
6420 u32 offset_head = (sizeof(struct rtw_xmit_req) * RTW_MAX_FRAG_NUM); in get_txreq_resources() local
6421 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6438 *head = pbuf + offset_head; in get_txreq_resources()