Lines Matching refs:q

369 	int mbox, key, stat, q;  in nicvf_get_regs()  local
402 for (q = 0; q < MAX_CMP_QUEUES_PER_QS; q++) { in nicvf_get_regs()
403 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_CFG, q); in nicvf_get_regs()
404 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_CFG2, q); in nicvf_get_regs()
405 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_THRESH, q); in nicvf_get_regs()
406 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_BASE, q); in nicvf_get_regs()
407 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_HEAD, q); in nicvf_get_regs()
408 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_TAIL, q); in nicvf_get_regs()
409 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_DOOR, q); in nicvf_get_regs()
410 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS, q); in nicvf_get_regs()
411 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS2, q); in nicvf_get_regs()
412 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_DEBUG, q); in nicvf_get_regs()
416 for (q = 0; q < MAX_RCV_QUEUES_PER_QS; q++) { in nicvf_get_regs()
417 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_RQ_0_7_CFG, q); in nicvf_get_regs()
419 NIC_QSET_RQ_0_7_STAT_0_1, q); in nicvf_get_regs()
421 p[i++] = nicvf_queue_reg_read(nic, reg_offset, q); in nicvf_get_regs()
424 for (q = 0; q < MAX_SND_QUEUES_PER_QS; q++) { in nicvf_get_regs()
425 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_CFG, q); in nicvf_get_regs()
426 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_THRESH, q); in nicvf_get_regs()
427 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_BASE, q); in nicvf_get_regs()
428 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_HEAD, q); in nicvf_get_regs()
429 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_TAIL, q); in nicvf_get_regs()
430 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_DOOR, q); in nicvf_get_regs()
431 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_STATUS, q); in nicvf_get_regs()
432 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_DEBUG, q); in nicvf_get_regs()
437 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_SQ_0_7_STAT_0_1, q); in nicvf_get_regs()
439 p[i++] = nicvf_queue_reg_read(nic, reg_offset, q); in nicvf_get_regs()
442 for (q = 0; q < MAX_RCV_BUF_DESC_RINGS_PER_QS; q++) { in nicvf_get_regs()
443 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_CFG, q); in nicvf_get_regs()
444 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_THRESH, q); in nicvf_get_regs()
445 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_BASE, q); in nicvf_get_regs()
446 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_HEAD, q); in nicvf_get_regs()
447 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_TAIL, q); in nicvf_get_regs()
448 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_RBDR_0_1_DOOR, q); in nicvf_get_regs()
450 NIC_QSET_RBDR_0_1_STATUS0, q); in nicvf_get_regs()
452 NIC_QSET_RBDR_0_1_STATUS1, q); in nicvf_get_regs()
454 p[i++] = nicvf_queue_reg_read(nic, reg_offset, q); in nicvf_get_regs()