Searched refs:MAX_CMP_QUEUES_PER_QS (Results 1 – 4 of 4) sorted by relevance
84 global_qidx += ((nic->sqs_id + 1) * MAX_CMP_QUEUES_PER_QS); in nicvf_netdev_qidx()
381 rxqs |= (0x3 << ((i % MAX_CMP_QUEUES_PER_QS) * 2)); in nicvf_dev_stats_reset()
155 for (q = 0; q < MAX_CMP_QUEUES_PER_QS; q++) in nicvf_reg_dump()209 MAX_CMP_QUEUES_PER_QS; in nicvf_reg_get_count()278 for (qidx = 0; qidx < MAX_CMP_QUEUES_PER_QS; qidx++) { in nicvf_handle_qset_err_intr()
72 #define MAX_CMP_QUEUES_PER_QS 8 macro