Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_xmit.c597 u32 mem_sz; in r8712_xmitframe_coalesce() local
681 mem_sz = _r8712_pktfile_read(&pktfile, pframe, in r8712_xmitframe_coalesce()
684 mem_sz = _r8712_pktfile_read(&pktfile, pframe, in r8712_xmitframe_coalesce()
686 pframe += mem_sz; in r8712_xmitframe_coalesce()
699 pattrib->icv_len : 0) + mem_sz; in r8712_xmitframe_coalesce()
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c957 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
1053 mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); in rtw_xmitframe_coalesce()
1055 mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); in rtw_xmitframe_coalesce()
1058 pframe += mem_sz; in rtw_xmitframe_coalesce()
1071 ((pattrib->bswenc) ? pattrib->icv_len : 0) + mem_sz; in rtw_xmitframe_coalesce()