Searched refs:txmgmt (Results 1 – 4 of 4) sorted by relevance
11354 if (tx_compl_param->desc_id >= nitems(arvif->txmgmt.data)) { 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()11374 if (arvif->txmgmt.queued > 0) in qwz_wmi_process_mgmt_tx_comp()11375 arvif->txmgmt.queued--; in qwz_wmi_process_mgmt_tx_comp()11380 if (arvif->txmgmt.queued < nitems(arvif->txmgmt.data) - 1) { in qwz_wmi_process_mgmt_tx_comp()20830 struct qwz_txmgmt_queue *txmgmt; in qwz_vif_free() local20836 txmgmt = &arvif->txmgmt; in qwz_vif_free()20837 for (i = 0; i < nitems(txmgmt->data); i++) { in qwz_vif_free()20838 struct qwz_tx_data *tx_data = &txmgmt->data[i]; in qwz_vif_free()20857 struct qwz_txmgmt_queue *txmgmt; in qwz_vif_alloc() local[all …]
13208 if (tx_compl_param->desc_id >= nitems(arvif->txmgmt.data)) { in qwx_wmi_process_mgmt_tx_comp()13214 tx_data = &arvif->txmgmt.data[tx_compl_param->desc_id]; in qwx_wmi_process_mgmt_tx_comp()13228 if (arvif->txmgmt.queued > 0) in qwx_wmi_process_mgmt_tx_comp()13229 arvif->txmgmt.queued--; in qwx_wmi_process_mgmt_tx_comp()13234 if (arvif->txmgmt.queued < nitems(arvif->txmgmt.data) - 1) { in qwx_wmi_process_mgmt_tx_comp()22819 struct qwx_txmgmt_queue *txmgmt; in qwx_vif_free() local22825 txmgmt = &arvif->txmgmt; in qwx_vif_free()22826 for (i = 0; i < nitems(txmgmt->data); i++) { in qwx_vif_free()22827 struct qwx_tx_data *tx_data = &txmgmt->data[i]; in qwx_vif_free()22858 struct qwx_txmgmt_queue *txmgmt; in qwx_vif_alloc() local[all …]
1711 struct qwx_txmgmt_queue txmgmt; member
1850 struct qwz_txmgmt_queue txmgmt; member