Searched refs:be_tmp (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/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 | 390 __be16 be_tmp; in portctrl() local 413 memcpy(&be_tmp, ptr, 2); in portctrl() 414 ether_type = ntohs(be_tmp); in portctrl() 1066 __be16 be_tmp; in wlanhdr_to_ethhdr() local 1098 memcpy(&be_tmp, ptr + rmv_len, 2); in wlanhdr_to_ethhdr() 1099 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr() 1124 be_tmp = htons(len); in wlanhdr_to_ethhdr() 1125 memcpy(ptr + 12, &be_tmp, 2); in wlanhdr_to_ethhdr()
|
D | rtw_mlme_ext.c | 1887 __be16 be_tmp; in issue_p2p_GO_response() local 1938 …rtw_get_wps_attr_content(wpsie, wpsielen, WPS_ATTR_DEVICE_PWID, (u8 *)&be_tmp, &wps_devicepassword… in issue_p2p_GO_response() 1939 wps_devicepassword_id = be16_to_cpu(be_tmp); in issue_p2p_GO_response()
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ ! |
D | rtw_recv.c | 479 __be16 be_tmp; in portctrl() local 488 memcpy(&be_tmp, ptr, 2); in portctrl() 489 ether_type = ntohs(be_tmp); in portctrl() 1514 __be16 be_tmp; in wlanhdr_to_ethhdr() local 1541 memcpy(&be_tmp, ptr+rmv_len, 2); in wlanhdr_to_ethhdr() 1542 eth_type = ntohs(be_tmp); /* pattrib->ether_type */ in wlanhdr_to_ethhdr() 1567 be_tmp = htons(len); in wlanhdr_to_ethhdr() 1568 memcpy(ptr+12, &be_tmp, 2); in wlanhdr_to_ethhdr()
|
/linux-5.19.10/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-5.19.10/drivers/staging/r8188eu/os_dep/ ! |
D | ioctl_linux.c | 2324 __be16 be_tmp; in rtw_p2p_get_wps_configmethod() local 2329 … rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentlen); in rtw_p2p_get_wps_configmethod() 2331 attr_content = be16_to_cpu(be_tmp); in rtw_p2p_get_wps_configmethod() 2480 __be16 be_tmp; in rtw_p2p_get_device_type() local 2482 memcpy(&be_tmp, dev_type, 2); in rtw_p2p_get_device_type() 2483 type = be16_to_cpu(be_tmp); in rtw_p2p_get_device_type()
|