Lines Matching refs:desc_id
8310 tx_descs[j].desc_id = qwz_dp_cc_cookie_gen(ppt_idx, j); in qwz_dp_cc_desc_init()
11337 param->desc_id = ev->desc_id; in qwz_pull_mgmt_tx_compl_param_tlv()
11354 if (tx_compl_param->desc_id >= nitems(arvif->txmgmt.data)) { in qwz_wmi_process_mgmt_tx_comp()
11356 sc->sc_dev.dv_xname, tx_compl_param->desc_id); in qwz_wmi_process_mgmt_tx_comp()
11360 tx_data = &arvif->txmgmt.data[tx_compl_param->desc_id]; in qwz_wmi_process_mgmt_tx_comp()
11363 sc->sc_dev.dv_xname, tx_compl_param->desc_id); in qwz_wmi_process_mgmt_tx_comp()
11404 tx_compl_param.pdev_id, tx_compl_param.desc_id, in qwz_mgmt_tx_compl_event()
13742 uint32_t desc_id; in qwz_dp_tx_completion_handler() local
13749 desc_id = FIELD_GET(BUFFER_ADDR_INFO1_SW_COOKIE, in qwz_dp_tx_completion_handler()
13751 mac_id = FIELD_GET(DP_TX_DESC_ID_MAC_ID, desc_id); in qwz_dp_tx_completion_handler()
13754 msdu_id = FIELD_GET(DP_TX_DESC_ID_MSDU_ID, desc_id); in qwz_dp_tx_completion_handler()
17160 cmd->desc_id = buf_id; in qwz_wmi_mgmt_send()
22236 FIELD_PREP(BUFFER_ADDR_INFO1_SW_COOKIE, ti->desc_id); in qwz_hal_tx_cmd_desc_setup()
22315 ti.desc_id = FIELD_PREP(DP_TX_DESC_ID_MAC_ID, pdev_id) | in qwz_dp_tx()