Lines Matching defs:tx_compl_param
13201 struct wmi_mgmt_tx_compl_event *tx_compl_param)
13208 if (tx_compl_param->desc_id >= nitems(arvif->txmgmt.data)) {
13210 sc->sc_dev.dv_xname, tx_compl_param->desc_id);
13214 tx_data = &arvif->txmgmt.data[tx_compl_param->desc_id];
13217 sc->sc_dev.dv_xname, tx_compl_param->desc_id);
13231 if (tx_compl_param->status != 0)
13246 struct wmi_mgmt_tx_compl_event tx_compl_param = { 0 };
13248 if (qwx_pull_mgmt_tx_compl_param_tlv(sc, m, &tx_compl_param) != 0) {
13254 qwx_wmi_process_mgmt_tx_comp(sc, &tx_compl_param);
13258 tx_compl_param.pdev_id, tx_compl_param.desc_id,
13259 tx_compl_param.status, tx_compl_param.ack_rssi);