Searched refs:llc_sz (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | rtl871x_xmit.c | 587 sint frg_len, mpdu_len, llc_sz; r8712_xmitframe_coalesce() local 623 llc_sz = 0; r8712_xmitframe_coalesce() 665 llc_sz = r8712_put_snap(pframe, pattrib->ether_type); r8712_xmitframe_coalesce() 666 pframe += llc_sz; r8712_xmitframe_coalesce() 667 mpdu_len -= llc_sz; r8712_xmitframe_coalesce() 688 llc_sz : 0) + r8712_xmitframe_coalesce()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_xmit.c | 1071 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; rtw_xmitframe_coalesce23a() local 1123 llc_sz = 0; rtw_xmitframe_coalesce23a() 1174 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); rtw_xmitframe_coalesce23a() 1175 pframe += llc_sz; rtw_xmitframe_coalesce23a() 1176 mpdu_len -= llc_sz; rtw_xmitframe_coalesce23a() 1207 llc_sz : 0) + rtw_xmitframe_coalesce23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_xmit.c | 973 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; rtw_xmitframe_coalesce() local 1015 llc_sz = 0; rtw_xmitframe_coalesce() 1059 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); rtw_xmitframe_coalesce() 1060 pframe += llc_sz; rtw_xmitframe_coalesce() 1061 mpdu_len -= llc_sz; rtw_xmitframe_coalesce() 1087 pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz : 0) + rtw_xmitframe_coalesce()
|
Completed in 94 milliseconds