Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_xmit.c588 u32 mem_sz; in r8712_xmitframe_coalesce() local
672 mem_sz = _r8712_pktfile_read(&pktfile, pframe, in r8712_xmitframe_coalesce()
675 mem_sz = _r8712_pktfile_read(&pktfile, pframe, in r8712_xmitframe_coalesce()
677 pframe += mem_sz; in r8712_xmitframe_coalesce()
690 pattrib->icv_len : 0) + mem_sz; in r8712_xmitframe_coalesce()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_xmit.c1071 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce23a() local
1184 mem_sz = min_t(s32, data_len, pattrib->pktlen); in rtw_xmitframe_coalesce23a()
1186 mem_sz = min_t(s32, data_len, mpdu_len); in rtw_xmitframe_coalesce23a()
1188 memcpy(pframe, pdata, mem_sz); in rtw_xmitframe_coalesce23a()
1190 pframe += mem_sz; in rtw_xmitframe_coalesce23a()
1191 pdata += mem_sz; in rtw_xmitframe_coalesce23a()
1192 data_len -= mem_sz; in rtw_xmitframe_coalesce23a()
1209 pattrib->icv_len : 0) + mem_sz; in rtw_xmitframe_coalesce23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c973 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
1070 mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); in rtw_xmitframe_coalesce()
1072 mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); in rtw_xmitframe_coalesce()
1075 pframe += mem_sz; in rtw_xmitframe_coalesce()
1088 ((pattrib->bswenc) ? pattrib->icv_len : 0) + mem_sz; in rtw_xmitframe_coalesce()