HomeSort by relevance Sort by last modified time
    Searched refs:ipa_wlan_msg_ex (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Main.cpp 98 #define IPA_DRIVER_WLAN_EVENT_SIZE (sizeof(struct ipa_wlan_msg_ex)+ IPA_DRIVER_WLAN_EVENT_MAX_OF_ATTRIBS*sizeof(ipa_wlan_hdr_attrib_val))
230 struct ipa_wlan_msg_ex event_ex_o;
232 struct ipa_wlan_msg_ex *event_ex= NULL;
388 memcpy(&event_ex_o, buffer + sizeof(struct ipa_msg_meta),sizeof(struct ipa_wlan_msg_ex));
394 length = sizeof(ipa_wlan_msg_ex)+ event_ex_o.num_of_attribs * sizeof(ipa_wlan_hdr_attrib_val);
396 event_ex = (ipa_wlan_msg_ex *)malloc(length);
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 816 struct ipa_wlan_msg_ex { struct
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 1417 struct ipa_wlan_msg_ex { struct
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ipa.h 832 struct ipa_wlan_msg_ex { struct
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ipa.h 1437 struct ipa_wlan_msg_ex { struct
    [all...]

Completed in 65 milliseconds