c
if (!iwl_validate_txq(trans, txq_id)) {
    return;
}
read_ptr = iwl_txq_get_cmd_index(txq, txq->read_ptr);
