Home
last modified time | relevance | path

Searched refs:attribs (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Main.cpp411 memcpy(data_ex->attribs, in ipa_driver_msg_notifier()
412 event_ex->attribs, in ipa_driver_msg_notifier()
430 if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in ipa_driver_msg_notifier()
432 …memcpy(new_neigh_data->mac_addr, event_ex->attribs[cnt].u.mac_addr, sizeof(new_neigh_data->mac_add… in ipa_driver_msg_notifier()
434 …event_ex->attribs[cnt].u.mac_addr[0], event_ex->attribs[cnt].u.mac_addr[1], event_ex->attribs[cnt]… in ipa_driver_msg_notifier()
435 …event_ex->attribs[cnt].u.mac_addr[3], event_ex->attribs[cnt].u.mac_addr[4], event_ex->attribs[cnt]… in ipa_driver_msg_notifier()
437 else if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in ipa_driver_msg_notifier()
439 IPACMDBG_H("Wlan client id %d\n",event_ex->attribs[cnt].u.sta_id); in ipa_driver_msg_notifier()
DIPACM_Wlan.cpp691 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in event_callback()
693 eth_bridge_post_event(IPA_ETH_BRIDGE_CLIENT_ADD, IPA_IP_MAX, data->attribs[i].u.mac_addr); in event_callback()
980 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in handle_wlan_client_init_ex()
983 data->attribs[i].u.mac_addr, in handle_wlan_client_init_ex()
987 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset], in handle_wlan_client_init_ex()
993 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset+IPA_MAC_ADDR_SIZE], in handle_wlan_client_init_ex()
1000 else if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in handle_wlan_client_init_ex()
1003 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset], in handle_wlan_client_init_ex()
1004 &data->attribs[i].u.sta_id, sizeof(data->attribs[i].u.sta_id)); in handle_wlan_client_init_ex()
1095 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in handle_wlan_client_init_ex()
[all …]
DIPACM_Neighbor.cpp84 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in event_callback()
87 data->attribs[i].u.mac_addr, in event_callback()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Main.cpp419 memcpy(data_ex->attribs, in ipa_driver_msg_notifier()
420 event_ex->attribs, in ipa_driver_msg_notifier()
438 if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in ipa_driver_msg_notifier()
440 …memcpy(new_neigh_data->mac_addr, event_ex->attribs[cnt].u.mac_addr, sizeof(new_neigh_data->mac_add… in ipa_driver_msg_notifier()
442 …event_ex->attribs[cnt].u.mac_addr[0], event_ex->attribs[cnt].u.mac_addr[1], event_ex->attribs[cnt]… in ipa_driver_msg_notifier()
443 …event_ex->attribs[cnt].u.mac_addr[3], event_ex->attribs[cnt].u.mac_addr[4], event_ex->attribs[cnt]… in ipa_driver_msg_notifier()
445 else if(event_ex->attribs[cnt].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in ipa_driver_msg_notifier()
447 IPACMDBG_H("Wlan client id %d\n",event_ex->attribs[cnt].u.sta_id); in ipa_driver_msg_notifier()
DIPACM_Wlan.cpp733 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in event_callback()
735 …eth_bridge_post_event(IPA_ETH_BRIDGE_CLIENT_ADD, IPA_IP_MAX, data->attribs[i].u.mac_addr, NULL, NU… in event_callback()
1053 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in handle_wlan_client_init_ex()
1056 data->attribs[i].u.mac_addr, in handle_wlan_client_init_ex()
1060 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset], in handle_wlan_client_init_ex()
1066 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset+IPA_MAC_ADDR_SIZE], in handle_wlan_client_init_ex()
1073 else if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_STA_ID) in handle_wlan_client_init_ex()
1076 memcpy(&pHeaderDescriptor->hdr[0].hdr[data->attribs[i].offset], in handle_wlan_client_init_ex()
1077 &data->attribs[i].u.sta_id, sizeof(data->attribs[i].u.sta_id)); in handle_wlan_client_init_ex()
1168 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in handle_wlan_client_init_ex()
[all …]
DIPACM_Neighbor.cpp84 if(data->attribs[i].attrib_type == WLAN_HDR_ATTRIB_MAC_ADDR) in event_callback()
87 data->attribs[i].u.mac_addr, in event_callback()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp245 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence() local
247 …EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in WaitOnNativeFence()
/hardware/qcom/sdm845/display/gpu_tonemapper/
Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence() local
226 …EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in WaitOnNativeFence()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence() local
226 …EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in WaitOnNativeFence()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence() local
226 …EGLSyncKHR sync = eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in WaitOnNativeFence()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Defs.h335 struct ipa_wlan_hdr_attrib_val attribs[0]; member
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Defs.h322 struct ipa_wlan_hdr_attrib_val attribs[0]; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ipa.h1420 struct ipa_wlan_hdr_attrib_val attribs[0]; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ipa.h820 struct ipa_wlan_hdr_attrib_val attribs[0]; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_ipa.h1440 struct ipa_wlan_hdr_attrib_val attribs[0]; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_ipa.h836 struct ipa_wlan_hdr_attrib_val attribs[0]; member