Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1054 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
1093 llc_sz = 0; in rtw_xmitframe_coalesce()
1114 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce()
1115 pframe += llc_sz; in rtw_xmitframe_coalesce()
1116 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce()
1145 ((pattrib->nr_frags == 1) ? llc_sz : 0) + in rtw_xmitframe_coalesce()