iwl_trans_wait_tx_queues_empty
iwl_trans_wait_tx_queues_empty(priv->trans, 0xffffffff);
iwl_trans_wait_tx_queues_empty(priv->trans, scd_queues);
IWL_EXPORT_SYMBOL(iwl_trans_wait_tx_queues_empty);
int iwl_trans_wait_tx_queues_empty(struct iwl_trans *trans, u32 txqs);
iwl_trans_wait_tx_queues_empty(mvm->trans, queues);
iwl_trans_wait_tx_queues_empty(mvm->trans, msk);
ret = iwl_trans_wait_tx_queues_empty(mvm->trans,
ret = iwl_trans_wait_tx_queues_empty(mvm->trans,
iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(txq_id));
ret = iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(queue));