Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ieee80211.c739 u16 attr_id = RTW_GET_BE16(attr_ptr); in rtw_get_wps_attr()
740 u16 attr_data_len = RTW_GET_BE16(attr_ptr + 2); in rtw_get_wps_attr()
1088 id = RTW_GET_BE16(pos); in dump_wps_ie()
1089 len = RTW_GET_BE16(pos + 2); in dump_wps_ie()
Drtw_recv.c1519 nSubframe_Length = RTW_GET_BE16(pdata + 12); in amsdu_to_msdu()
1574 eth_type = RTW_GET_BE16(&sub_skb->data[6]); in amsdu_to_msdu()
/Linux-v5.15/drivers/staging/r8188eu/include/
Dosdep_service.h275 #define RTW_GET_BE16(a) ((u16) (((a)[0] << 8) | (a)[1])) macro