Comment 36 for bug 1958770

Revision history for this message
Nikolaus Vladutescu-Zopp (populationless) wrote :

Sorry. Like this?

 for (tc = 0U; tc < self->aq_nic_cfg.tcs; tc++) {
  for (i = 0U; self->aq_vecs > i; ++i) {
   aq_vec = self->aq_vec[i];
   if (!aq_vec)
    break;
    data += count;
    count = aq_vec_get_sw_stats(aq_vec, tc, data);
  }
 }