Searched refs:ota_ack_cb (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_tx.c | 156 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()
|
D | ol_tx_desc.c | 910 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()
|
D | ol_tx.h | 273 ol_txrx_mgmt_tx_cb ota_ack_cb, void *ctxt);
|
D | ol_txrx_types.h | 779 ol_txrx_mgmt_tx_cb ota_ack_cb; member
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_cmn.h | 1060 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()
|
D | cdp_txrx_ops.h | 390 ol_txrx_mgmt_tx_cb ota_ack_cb,
|