c
if (unlikely(!txq)) {
    IWL_ERR(trans, "txq is NULL\n");
    return;
}
read_ptr = iwl_txq_get_cmd_index(txq, txq->read_ptr);
