Lines Matching refs:qidx
86 int qidx, stats; in otx2_get_qset_strings() local
88 for (qidx = 0; qidx < pfvf->hw.rx_queues; qidx++) { in otx2_get_qset_strings()
90 sprintf(*data, "rxq%d: %s", qidx + start_qidx, in otx2_get_qset_strings()
96 for (qidx = 0; qidx < otx2_get_total_tx_queues(pfvf); qidx++) { in otx2_get_qset_strings()
98 if (qidx >= pfvf->hw.non_qos_queues) in otx2_get_qset_strings()
100 qidx + start_qidx - pfvf->hw.non_qos_queues, in otx2_get_qset_strings()
103 sprintf(*data, "txq%d: %s", qidx + start_qidx, in otx2_get_qset_strings()
153 int stat, qidx; in otx2_get_qset_stats() local
157 for (qidx = 0; qidx < pfvf->hw.rx_queues; qidx++) { in otx2_get_qset_stats()
158 if (!otx2_update_rq_stats(pfvf, qidx)) { in otx2_get_qset_stats()
164 *((*data)++) = ((u64 *)&pfvf->qset.rq[qidx].stats) in otx2_get_qset_stats()
168 for (qidx = 0; qidx < otx2_get_total_tx_queues(pfvf); qidx++) { in otx2_get_qset_stats()
169 if (!otx2_update_sq_stats(pfvf, qidx)) { in otx2_get_qset_stats()
175 *((*data)++) = ((u64 *)&pfvf->qset.sq[qidx].stats) in otx2_get_qset_stats()
492 int qidx; in otx2_set_coalesce() local
565 for (qidx = 0; qidx < pfvf->hw.cint_cnt; qidx++) in otx2_set_coalesce()
566 otx2_config_irq_coalescing(pfvf, qidx); in otx2_set_coalesce()