Searched refs:be_tmp (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 804 __be16 be_tmp; in process_assoc_req_p2p_ie() local 847 memcpy(&be_tmp, pattr_content, 2);/* Config Methods */ in process_assoc_req_p2p_ie() 848 psta->config_methods = be16_to_cpu(be_tmp); in process_assoc_req_p2p_ie() 968 __be16 be_tmp; in process_p2p_provdisc_req() local 974 …if (rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentl… in process_p2p_provdisc_req() 975 uconfig_method = be16_to_cpu(be_tmp); in process_p2p_provdisc_req() 1052 __be16 be_tmp; in process_p2p_group_negotation_req() local 1060 …rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_DEVICE_PWID, (u8 *)&be_tmp, &wps_devicepasswor… in process_p2p_group_negotation_req() 1061 wps_devicepassword_id = be16_to_cpu(be_tmp); in process_p2p_group_negotation_req()
|
D | rtw_recv.c | 507 __be16 be_tmp; in portctrl() local 530 memcpy(&be_tmp, ptr, 2); in portctrl() 531 ether_type = ntohs(be_tmp); in portctrl() 1166 __be16 be_tmp; in wlanhdr_to_ethhdr() local 1198 memcpy(&be_tmp, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 1199 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr() 1224 be_tmp = htons(len); in wlanhdr_to_ethhdr() 1225 memcpy(ptr + 12, &be_tmp, 2); in wlanhdr_to_ethhdr()
|
D | rtw_mlme_ext.c | 1995 __be16 be_tmp; in issue_p2p_GO_response() local 2046 …rtw_get_wps_attr_content(wpsie, wpsielen, WPS_ATTR_DEVICE_PWID, (u8 *)&be_tmp, &wps_devicepassword… in issue_p2p_GO_response() 2047 wps_devicepassword_id = be16_to_cpu(be_tmp); in issue_p2p_GO_response()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_recv.c | 471 __be16 be_tmp; in portctrl() local 480 memcpy(&be_tmp, ptr, 2); in portctrl() 481 ether_type = ntohs(be_tmp); in portctrl() 1508 __be16 be_tmp; in wlanhdr_to_ethhdr() local 1535 memcpy(&be_tmp, ptr+rmv_len, 2); in wlanhdr_to_ethhdr() 1536 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr() 1561 be_tmp = htons(len); in wlanhdr_to_ethhdr() 1562 memcpy(ptr+12, &be_tmp, 2); in wlanhdr_to_ethhdr()
|
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_recv.c | 640 __be16 be_tmp = htons(len); in r8712_wlanhdr_to_ethhdr() local 642 memcpy(ptr + 12, &be_tmp, 2); in r8712_wlanhdr_to_ethhdr()
|
/linux-6.1.9/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 2314 __be16 be_tmp; in rtw_p2p_get_wps_configmethod() local 2319 … rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentlen); in rtw_p2p_get_wps_configmethod() 2321 attr_content = be16_to_cpu(be_tmp); in rtw_p2p_get_wps_configmethod() 2470 __be16 be_tmp; in rtw_p2p_get_device_type() local 2472 memcpy(&be_tmp, dev_type, 2); in rtw_p2p_get_device_type() 2473 type = be16_to_cpu(be_tmp); in rtw_p2p_get_device_type()
|