Searched refs:llc_sz (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_xmit.c | 581 sint frg_len, mpdu_len, llc_sz; in r8712_xmitframe_coalesce() local 617 llc_sz = 0; in r8712_xmitframe_coalesce() 656 llc_sz = r8712_put_snap(pframe, pattrib->ether_type); in r8712_xmitframe_coalesce() 657 pframe += llc_sz; in r8712_xmitframe_coalesce() 658 mpdu_len -= llc_sz; in r8712_xmitframe_coalesce() 679 llc_sz : 0) + in r8712_xmitframe_coalesce()
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_xmit.c | 878 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local 921 llc_sz = 0; in rtw_xmitframe_coalesce() 963 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce() 964 pframe += llc_sz; in rtw_xmitframe_coalesce() 965 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce() 991 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz : 0… in rtw_xmitframe_coalesce()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_xmit.c | 1028 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local 1064 llc_sz = 0; in rtw_xmitframe_coalesce() 1085 llc_sz = rtw_put_snap(pframe, pattrib->ether_type); in rtw_xmitframe_coalesce() 1086 pframe += llc_sz; in rtw_xmitframe_coalesce() 1087 mpdu_len -= llc_sz; in rtw_xmitframe_coalesce() 1112 …pattrib->last_txcmdsz = pattrib->hdrlen + pattrib->iv_len + ((pattrib->nr_frags == 1) ? llc_sz:0) + in rtw_xmitframe_coalesce()
|
Completed in 12 milliseconds