Searched refs:op_msg (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/ |
D | wlan_ipa_core.h | 392 struct op_msg_type *op_msg); 396 struct op_msg_type *op_msg) in wlan_ipa_uc_op_metering() argument 443 struct op_msg_type *op_msg) in wlan_ipa_uc_op_metering() argument
|
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/ |
D | wlan_ipa_stats.c | 984 struct op_msg_type *op_msg) in wlan_ipa_uc_op_metering() argument 986 struct op_msg_type *msg = op_msg; in wlan_ipa_uc_op_metering() 996 ((uint8_t *)op_msg + sizeof(struct op_msg_type)); in wlan_ipa_uc_op_metering() 1005 ((uint8_t *)op_msg + sizeof(struct op_msg_type)); in wlan_ipa_uc_op_metering() 1014 ((uint8_t *)op_msg + sizeof(struct op_msg_type)); in wlan_ipa_uc_op_metering()
|
D | wlan_ipa_core.c | 4779 static void wlan_ipa_uc_op_cb(struct op_msg_type *op_msg, in wlan_ipa_uc_op_cb() argument 4782 struct op_msg_type *msg = op_msg; in wlan_ipa_uc_op_cb() 4785 if (!ipa_ctx || !op_msg) { in wlan_ipa_uc_op_cb() 4792 qdf_mem_free(op_msg); in wlan_ipa_uc_op_cb() 4848 ((uint8_t *)op_msg + sizeof(struct op_msg_type)); in wlan_ipa_uc_op_cb() 4856 ((uint8_t *)op_msg + sizeof(struct op_msg_type)); in wlan_ipa_uc_op_cb() 4905 } else if (wlan_ipa_uc_op_metering(ipa_ctx, op_msg)) { in wlan_ipa_uc_op_cb() 4910 qdf_mem_free(op_msg); in wlan_ipa_uc_op_cb() 4957 static void wlan_ipa_uc_op_event_handler(uint8_t *op_msg, void *ctx) in wlan_ipa_uc_op_event_handler() argument 4966 msg = (struct op_msg_type *)op_msg; in wlan_ipa_uc_op_event_handler() [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_txrx_ipa.h | 168 uint8_t pdev_id, uint8_t *op_msg);
|
D | ol_txrx_ipa.c | 204 uint8_t pdev_id, uint8_t *op_msg) in ol_txrx_ipa_uc_op_response() argument 215 pdev->ipa_uc_op_cb(op_msg, pdev->usr_ctxt); in ol_txrx_ipa_uc_op_response() 219 qdf_mem_free(op_msg); in ol_txrx_ipa_uc_op_response()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_ipa.h | 152 cdp_ipa_op_response(ol_txrx_soc_handle soc, uint8_t pdev_id, uint8_t *op_msg) in cdp_ipa_op_response() argument 161 return soc->ops->ipa_ops->ipa_op_response(soc, pdev_id, op_msg); in cdp_ipa_op_response()
|
D | cdp_txrx_ops.h | 2248 uint8_t pdev_id, uint8_t *op_msg); 2252 (uint8_t *op_msg, void *osif_ctxt),
|
D | cdp_txrx_cmn.h | 176 typedef void (*ipa_uc_op_cb_type)(uint8_t *op_msg,
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_ipa.h | 159 uint8_t *op_msg);
|
D | dp_ipa.c | 2101 uint8_t *op_msg) in dp_ipa_op_response() argument 2116 pdev->ipa_uc_op_cb(op_msg, pdev->usr_ctxt); in dp_ipa_op_response() 2120 qdf_mem_free(op_msg); in dp_ipa_op_response()
|