Searched refs:llc_sz (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_xmit.c | 598 sint frg_len, mpdu_len, llc_sz; in r8712_xmitframe_coalesce() local 634 llc_sz = 0; in r8712_xmitframe_coalesce() 676 llc_sz = r8712_put_snap(pframe, pattrib->ether_type); in r8712_xmitframe_coalesce() 677 pframe += llc_sz; in r8712_xmitframe_coalesce() 678 mpdu_len -= llc_sz; in r8712_xmitframe_coalesce() 699 llc_sz : 0) + in r8712_xmitframe_coalesce()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 909 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local 948 llc_sz = 0; in rtw_xmitframe_coalesce() 992 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce() 993 pframe += llc_sz; in rtw_xmitframe_coalesce() 994 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce() 1016 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz : 0… in rtw_xmitframe_coalesce()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 1199 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local 1266 llc_sz = 0; in rtw_xmitframe_coalesce() 1291 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce() 1292 pframe += llc_sz; in rtw_xmitframe_coalesce() 1293 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce() 1320 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz:0) + in rtw_xmitframe_coalesce()
|