Lines Matching refs:l3qt
847 (u32)&ugeth->p_rx_glbl_pram->l3qt[0], in dump_regs()
848 in_be32(&ugeth->p_rx_glbl_pram->l3qt[0])); in dump_regs()
850 (u32)&ugeth->p_rx_glbl_pram->l3qt[1], in dump_regs()
851 in_be32(&ugeth->p_rx_glbl_pram->l3qt[1])); in dump_regs()
853 (u32)&ugeth->p_rx_glbl_pram->l3qt[2], in dump_regs()
854 in_be32(&ugeth->p_rx_glbl_pram->l3qt[2])); in dump_regs()
856 (u32)&ugeth->p_rx_glbl_pram->l3qt[3], in dump_regs()
857 in_be32(&ugeth->p_rx_glbl_pram->l3qt[3])); in dump_regs()
859 (u32)&ugeth->p_rx_glbl_pram->l3qt[4], in dump_regs()
860 in_be32(&ugeth->p_rx_glbl_pram->l3qt[4])); in dump_regs()
862 (u32)&ugeth->p_rx_glbl_pram->l3qt[5], in dump_regs()
863 in_be32(&ugeth->p_rx_glbl_pram->l3qt[5])); in dump_regs()
865 (u32)&ugeth->p_rx_glbl_pram->l3qt[6], in dump_regs()
866 in_be32(&ugeth->p_rx_glbl_pram->l3qt[6])); in dump_regs()
868 (u32)&ugeth->p_rx_glbl_pram->l3qt[7], in dump_regs()
869 in_be32(&ugeth->p_rx_glbl_pram->l3qt[7])); in dump_regs()
2086 if (ug_info->l3qt[i] >= ucc_geth_rx_queues(ug_info)) { in ucc_struct_init()
2271 u32 ifstat, i, j, size, l2qt, l3qt; in ucc_geth_startup() local
2640 l3qt = 0; in ucc_geth_startup()
2642 l3qt |= (ug_info->l3qt[j + i] << (28 - 4 * i)); in ucc_geth_startup()
2643 out_be32(&ugeth->p_rx_glbl_pram->l3qt[j/8], l3qt); in ucc_geth_startup()