Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_xmit.c607 u32 mem_sz; in r8712_xmitframe_coalesce() local
688 mem_sz = _r8712_pktfile_read(&pktfile, pframe, in r8712_xmitframe_coalesce()
691 mem_sz = _r8712_pktfile_read(&pktfile, pframe, in r8712_xmitframe_coalesce()
693 pframe += mem_sz; in r8712_xmitframe_coalesce()
706 pattrib->icv_len : 0) + mem_sz; in r8712_xmitframe_coalesce()
/drivers/firmware/
Dqcom_scm.c794 size_t mem_sz, phys_addr_t src, size_t src_sz, in __qcom_scm_assign_mem() argument
805 .args[1] = mem_sz, in __qcom_scm_assign_mem()
832 int qcom_scm_assign_mem(phys_addr_t mem_addr, size_t mem_sz, in qcom_scm_assign_mem() argument
872 mem_to_map->mem_size = cpu_to_le64(mem_sz); in qcom_scm_assign_mem()
/drivers/staging/r8188eu/core/
Drtw_xmit.c902 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
998 mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); in rtw_xmitframe_coalesce()
1000 mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); in rtw_xmitframe_coalesce()
1003 pframe += mem_sz; in rtw_xmitframe_coalesce()
1016 ((pattrib->bswenc) ? pattrib->icv_len : 0) + mem_sz; in rtw_xmitframe_coalesce()
/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1017 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
1084 mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); in rtw_xmitframe_coalesce()
1086 mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); in rtw_xmitframe_coalesce()
1089 pframe += mem_sz; in rtw_xmitframe_coalesce()
1102 ((pattrib->bswenc) ? pattrib->icv_len : 0) + mem_sz; in rtw_xmitframe_coalesce()