Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_send.c391 uint16_t *desc_ids, int num_msdus);
397 uint16_t *desc_ids, int num_msdus) in ol_tx_delay_compute() argument
1039 u_int16_t *desc_ids = (u_int16_t *)(msg_word + 1); in ol_tx_completion_handler() local
1051 ol_tx_delay_compute(pdev, status, desc_ids, num_msdus); in ol_tx_completion_handler()
1070 tx_desc_id = desc_ids[i]; in ol_tx_completion_handler()
1403 uint16_t *desc_ids = (uint16_t *) tx_desc_id_iterator; in ol_tx_inspect_handler() local
1415 tx_desc_id = desc_ids[i]; in ol_tx_inspect_handler()
1755 uint16_t *desc_ids, int num_msdus) in ol_tx_delay_compute() argument
1770 cat = ol_tx_delay_category(pdev, desc_ids[0]); in ol_tx_delay_compute()
1777 cat = ol_tx_delay_category(pdev, desc_ids[i]); in ol_tx_delay_compute()
[all …]
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c2887 uint32_t *desc_ids; in wma_mgmt_tx_bundle_completion_handler() local
2899 desc_ids = (uint32_t *)(param_buf->desc_ids); in wma_mgmt_tx_bundle_completion_handler()
2936 wma_handle->pdev, desc_ids[i], in wma_mgmt_tx_bundle_completion_handler()
2941 desc_ids[i], status[i]); in wma_mgmt_tx_bundle_completion_handler()
/wlan-driver/fw-api/fw/
Dwmi_tlv_defs.h5875 WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_UINT32, A_UINT32, desc_ids, WMITLV_SIZE_VAR) \