Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_xmit.c607 sint frg_len, mpdu_len, llc_sz; in r8712_xmitframe_coalesce() local
643 llc_sz = 0; in r8712_xmitframe_coalesce()
682 llc_sz = r8712_put_snap(pframe, pattrib->ether_type); in r8712_xmitframe_coalesce()
683 pframe += llc_sz; in r8712_xmitframe_coalesce()
684 mpdu_len -= llc_sz; in r8712_xmitframe_coalesce()
705 llc_sz : 0) + in r8712_xmitframe_coalesce()
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c909 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
948 llc_sz = 0; in rtw_xmitframe_coalesce()
995 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce()
996 pframe += llc_sz; in rtw_xmitframe_coalesce()
997 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce()
1019 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz : 0… in rtw_xmitframe_coalesce()
/drivers/staging/rtl8723bs/core/
Drtw_xmit.c1109 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local
1149 llc_sz = 0; in rtw_xmitframe_coalesce()
1174 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce()
1175 pframe += llc_sz; in rtw_xmitframe_coalesce()
1176 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce()
1201 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz:0) + in rtw_xmitframe_coalesce()