Home
last modified time | relevance | path

Searched refs:ota_ack_cb (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx.c156 ol_txrx_mgmt_tx_cb ota_ack_cb, void *ctxt) in ol_txrx_mgmt_tx_cb_set() argument
167 pdev->tx_mgmt_cb.ota_ack_cb = ota_ack_cb; in ol_txrx_mgmt_tx_cb_set()
196 pdev->tx_mgmt_cb.ota_ack_cb ? 1 : 0; in ol_txrx_mgmt_send_ext()
Dol_tx_desc.c910 ol_txrx_mgmt_tx_cb ota_ack_cb; in ol_tx_desc_frame_free_nonstd() local
964 ota_ack_cb = pdev->tx_mgmt_cb.ota_ack_cb; in ol_tx_desc_frame_free_nonstd()
965 if (ota_ack_cb) { in ol_tx_desc_frame_free_nonstd()
968 ota_ack_cb(ctxt, tx_desc->netbuf, had_error); in ol_tx_desc_frame_free_nonstd()
Dol_tx.h273 ol_txrx_mgmt_tx_cb ota_ack_cb, void *ctxt);
Dol_txrx_types.h779 ol_txrx_mgmt_tx_cb ota_ack_cb; member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn.h1060 ol_txrx_mgmt_tx_cb ota_ack_cb, void *ctxt) in cdp_mgmt_tx_cb_set() argument
1073 (soc, pdev_id, type, download_cb, ota_ack_cb, ctxt); in cdp_mgmt_tx_cb_set()
Dcdp_txrx_ops.h390 ol_txrx_mgmt_tx_cb ota_ack_cb,