Home
last modified time | relevance | path

Searched refs:op_msg (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/ipa/core/inc/
Dwlan_ipa_core.h392 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/
Dwlan_ipa_stats.c984 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()
Dwlan_ipa_core.c4779 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/
Dol_txrx_ipa.h168 uint8_t pdev_id, uint8_t *op_msg);
Dol_txrx_ipa.c204 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/
Dcdp_txrx_ipa.h152 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()
Dcdp_txrx_ops.h2248 uint8_t pdev_id, uint8_t *op_msg);
2252 (uint8_t *op_msg, void *osif_ctxt),
Dcdp_txrx_cmn.h176 typedef void (*ipa_uc_op_cb_type)(uint8_t *op_msg,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_ipa.h159 uint8_t *op_msg);
Ddp_ipa.c2101 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()