Searched refs:llc_sz (Results 1 – 1 of 1) sorted by relevance
1024 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local1060 llc_sz = 0; in rtw_xmitframe_coalesce()1081 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce()1082 pframe += llc_sz; in rtw_xmitframe_coalesce()1083 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce()1108 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz:0) + in rtw_xmitframe_coalesce()