Home
last modified time | relevance | path

Searched refs:be_tmp (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c821 __be16 be_tmp; in process_assoc_req_p2p_ie() local
870 memcpy(&be_tmp, pattr_content, 2);/* Config Methods */ in process_assoc_req_p2p_ie()
871 psta->config_methods = be16_to_cpu(be_tmp); in process_assoc_req_p2p_ie()
991 __be16 be_tmp; in process_p2p_provdisc_req() local
997 …if (rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentl… in process_p2p_provdisc_req()
998 uconfig_method = be16_to_cpu(be_tmp); in process_p2p_provdisc_req()
1076 __be16 be_tmp; in process_p2p_group_negotation_req() local
1084 …rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_DEVICE_PWID, (u8 *)&be_tmp, &wps_devicepasswor… in process_p2p_group_negotation_req()
1085 wps_devicepassword_id = be16_to_cpu(be_tmp); in process_p2p_group_negotation_req()
Drtw_recv.c458 __be16 be_tmp; in portctrl() local
481 memcpy(&be_tmp, ptr, 2); in portctrl()
482 ether_type = ntohs(be_tmp); in portctrl()
1256 __be16 be_tmp; in wlanhdr_to_ethhdr() local
1288 memcpy(&be_tmp, ptr + rmv_len, 2); in wlanhdr_to_ethhdr()
1289 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr()
1310 be_tmp = htons(len); in wlanhdr_to_ethhdr()
1311 memcpy(ptr + 12, &be_tmp, 2); in wlanhdr_to_ethhdr()
Drtw_mlme_ext.c2152 __be16 be_tmp; in issue_p2p_GO_response() local
2204 …rtw_get_wps_attr_content(wpsie, wpsielen, WPS_ATTR_DEVICE_PWID, (u8 *)&be_tmp, &wps_devicepassword… in issue_p2p_GO_response()
2205 wps_devicepassword_id = be16_to_cpu(be_tmp); in issue_p2p_GO_response()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_recv.c475 __be16 be_tmp; in portctrl() local
484 memcpy(&be_tmp, ptr, 2); in portctrl()
485 ether_type = ntohs(be_tmp); in portctrl()
1510 __be16 be_tmp; in wlanhdr_to_ethhdr() local
1537 memcpy(&be_tmp, ptr+rmv_len, 2); in wlanhdr_to_ethhdr()
1538 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr()
1558 be_tmp = htons(len); in wlanhdr_to_ethhdr()
1559 memcpy(ptr+12, &be_tmp, 2); in wlanhdr_to_ethhdr()
/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_recv.c641 __be16 be_tmp = htons(len); in r8712_wlanhdr_to_ethhdr() local
643 memcpy(ptr + 12, &be_tmp, 2); in r8712_wlanhdr_to_ethhdr()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2962 __be16 be_tmp; in rtw_p2p_get_wps_configmethod() local
2967 … rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentlen); in rtw_p2p_get_wps_configmethod()
2969 attr_content = be16_to_cpu(be_tmp); in rtw_p2p_get_wps_configmethod()
3122 __be16 be_tmp; in rtw_p2p_get_device_type() local
3124 memcpy(&be_tmp, dev_type, 2); in rtw_p2p_get_device_type()
3125 type = be16_to_cpu(be_tmp); in rtw_p2p_get_device_type()