Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c167 static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz, u8 bagg_pkt) in update_txdesc() function
374 pull = update_txdesc(pxmitframe, mem_addr, sz, false); in rtw_dump_xframe()
545 update_txdesc(pxmitframe, pxmitframe->buf_addr, pxmitframe->attrib.last_txcmdsz, true); in rtl8188eu_xmitframe_complete()
585 update_txdesc(pfirstframe, pfirstframe->buf_addr, pfirstframe->attrib.last_txcmdsz, true); in rtl8188eu_xmitframe_complete()
/drivers/staging/rtl8712/
Drtl8712_xmit.c39 static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz);
317 update_txdesc(pxmitframe, (uint *)(pxmitframe->buf_addr), in r8712_append_mpdu_unit()
420 static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz) in update_txdesc() function
734 update_txdesc(pxmitframe, (uint *)mem_addr, sz); in dump_xframe()