Home
last modified time | relevance | path

Searched refs:msdu_id_storage (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_sched.c1362 u_int16_t *msdu_id_storage; in ol_tx_sched_dispatch() local
1413 msdu_id_storage = ol_tx_msdu_id_storage(msdu); in ol_tx_sched_dispatch()
1414 if (OL_TX_MSDU_ID_STORAGE_ERR(msdu_id_storage)) { in ol_tx_sched_dispatch()
1433 *msdu_id_storage = msdu_id; in ol_tx_sched_dispatch()
H A Dol_tx_send.c235 uint16_t *msdu_id_storage; in ol_tx_send_batch() local
239 msdu_id_storage = ol_tx_msdu_id_storage(rejected); in ol_tx_send_batch()
240 tx_desc = ol_tx_desc_find(pdev, *msdu_id_storage); in ol_tx_send_batch()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_tx.c997 uint16_t *msdu_id_storage; in htt_tx_send_batch() local
1010 msdu_id_storage = ol_tx_msdu_id_storage(msdu); in htt_tx_send_batch()
1011 msdu_id = *msdu_id_storage; in htt_tx_send_batch()