Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_xmit.h67 #define RTW_MAX_FRAG_NUM 1 //max scatter number of a packet to xmit macro
69 #define RTW_MAX_FRAG_NUM 10 //max scatter number of a packet to xmit macro
769 u8 *wlhdr[RTW_MAX_FRAG_NUM];
770 u8 *wltail[RTW_MAX_FRAG_NUM];
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_xmit.h66 #define RTW_MAX_FRAG_NUM 10 //max scatter number of a packet to xmit macro
765 u8 *wlhdr[RTW_MAX_FRAG_NUM];
766 u8 *wltail[RTW_MAX_FRAG_NUM];
/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()
75 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
76 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
80 alloc_sz = (SZ_TX_RING * RTW_MAX_FRAG_NUM); in alloc_txring()
133 alloc_sz = (SZ_TX_RING * RTW_MAX_FRAG_NUM); in free_txring()
6427 u32 offset_head = (sizeof(struct rtw_xmit_req) * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6428 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6429 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6810 u8 *wlhdr[RTW_MAX_FRAG_NUM] = {NULL}; in fill_txreq_pkt_perfrag_txos()
6811 u8 *wltail[RTW_MAX_FRAG_NUM] = {NULL}; in fill_txreq_pkt_perfrag_txos()
/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()
74 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
75 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in alloc_txring()
79 alloc_sz = (SZ_TX_RING * RTW_MAX_FRAG_NUM); in alloc_txring()
129 alloc_sz = (SZ_TX_RING * RTW_MAX_FRAG_NUM); in free_txring()
6420 u32 offset_head = (sizeof(struct rtw_xmit_req) * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6421 u32 offset_tail = offset_head + (SZ_HEAD_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6422 u32 offset_list = offset_tail + (SZ_TAIL_BUF * RTW_MAX_FRAG_NUM); in get_txreq_resources()
6792 u8 *wlhdr[RTW_MAX_FRAG_NUM] = {NULL}; in fill_txreq_pkt_perfrag_txos()
6793 u8 *wltail[RTW_MAX_FRAG_NUM] = {NULL}; in fill_txreq_pkt_perfrag_txos()