Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c1024 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
1060 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()