Searched refs:update_txdesc (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl8712_xmit.c | 39 static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz); 320 update_txdesc(pxmitframe, (uint *)(pxmitframe->buf_addr), in r8712_append_mpdu_unit() 418 static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz) in update_txdesc() function 729 update_txdesc(pxmitframe, (uint *)mem_addr, sz); in dump_xframe()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 175 static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz, u8 bagg_pkt) in update_txdesc() function 383 pull = update_txdesc(pxmitframe, mem_addr, sz, false); in rtw_dump_xframe() 561 update_txdesc(pxmitframe, pxmitframe->buf_addr, pxmitframe->attrib.last_txcmdsz, true); in rtl8188eu_xmitframe_complete() 601 update_txdesc(pfirstframe, pfirstframe->buf_addr, pfirstframe->attrib.last_txcmdsz, true); in rtl8188eu_xmitframe_complete()
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723au_xmit.c | 133 static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz) in update_txdesc() function 324 pull = update_txdesc(pxmitframe, mem_addr, sz); in rtw_dump_xframe()
|