Searched refs:RTW_MAX_FRAG_NUM (Results 1 – 4 of 4) sorted by relevance
67 #define RTW_MAX_FRAG_NUM 1 //max scatter number of a packet to xmit macro69 #define RTW_MAX_FRAG_NUM 10 //max scatter number of a packet to xmit macro769 u8 *wlhdr[RTW_MAX_FRAG_NUM];770 u8 *wltail[RTW_MAX_FRAG_NUM];
66 #define RTW_MAX_FRAG_NUM 10 //max scatter number of a packet to xmit macro765 u8 *wlhdr[RTW_MAX_FRAG_NUM];766 u8 *wltail[RTW_MAX_FRAG_NUM];
74 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()
73 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()