Searched refs:alloc_sz_txreq (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_xmit.c | 71 u32 idx, alloc_sz = 0, alloc_sz_txreq = 0; in alloc_txring() local 81 alloc_sz_txreq = MAX_TX_RING_NUM * (sizeof(struct xmit_txreq_buf)); in alloc_txring() 83 …_INFO("eric-tx [%s] alloc_sz = %d, alloc_sz_txreq = %d\n", __FUNCTION__, alloc_sz, alloc_sz_txreq); in alloc_txring() 85 padapter->pxmit_txreq_buf = rtw_vmalloc(alloc_sz_txreq); in alloc_txring() 124 u32 idx, alloc_sz = 0, alloc_sz_txreq = 0; in free_txring() local 134 alloc_sz_txreq = MAX_TX_RING_NUM * (sizeof(struct xmit_txreq_buf)); in free_txring() 136 RTW_INFO("eric-tx [%s] alloc_sz = %d, alloc_sz_txreq = %d\n", __func__, alloc_sz, alloc_sz_txreq); in free_txring() 158 rtw_vmfree(padapter->pxmit_txreq_buf, alloc_sz_txreq); in free_txring()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_xmit.c | 70 u32 idx, alloc_sz = 0, alloc_sz_txreq = 0; in alloc_txring() local 80 alloc_sz_txreq = MAX_TX_RING_NUM * (sizeof(struct xmit_txreq_buf)); in alloc_txring() 82 …_INFO("eric-tx [%s] alloc_sz = %d, alloc_sz_txreq = %d\n", __FUNCTION__, alloc_sz, alloc_sz_txreq); in alloc_txring() 84 padapter->pxmit_txreq_buf = rtw_vmalloc(alloc_sz_txreq); in alloc_txring() 120 u32 idx, alloc_sz = 0, alloc_sz_txreq = 0; in free_txring() local 130 alloc_sz_txreq = MAX_TX_RING_NUM * (sizeof(struct xmit_txreq_buf)); in free_txring() 132 RTW_INFO("eric-tx [%s] alloc_sz = %d, alloc_sz_txreq = %d\n", __func__, alloc_sz, alloc_sz_txreq); in free_txring() 154 rtw_vmfree(padapter->pxmit_txreq_buf, alloc_sz_txreq); in free_txring()
|