Searched refs:llc_sz (Results 1 – 2 of 2) sorted by relevance
596 sint frg_len, mpdu_len, llc_sz; in r8712_xmitframe_coalesce() local632 llc_sz = 0; in r8712_xmitframe_coalesce()674 llc_sz = r8712_put_snap(pframe, pattrib->ether_type); in r8712_xmitframe_coalesce()675 pframe += llc_sz; in r8712_xmitframe_coalesce()676 mpdu_len -= llc_sz; in r8712_xmitframe_coalesce()697 llc_sz : 0) + in r8712_xmitframe_coalesce()
957 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local999 llc_sz = 0; in rtw_xmitframe_coalesce()1043 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce()1044 pframe += llc_sz; in rtw_xmitframe_coalesce()1045 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce()1070 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz : 0… in rtw_xmitframe_coalesce()