Lines Matching refs:l3qt
867 (u32)&ugeth->p_rx_glbl_pram->l3qt[0], in dump_regs()
868 in_be32(&ugeth->p_rx_glbl_pram->l3qt[0])); in dump_regs()
870 (u32)&ugeth->p_rx_glbl_pram->l3qt[1], in dump_regs()
871 in_be32(&ugeth->p_rx_glbl_pram->l3qt[1])); in dump_regs()
873 (u32)&ugeth->p_rx_glbl_pram->l3qt[2], in dump_regs()
874 in_be32(&ugeth->p_rx_glbl_pram->l3qt[2])); in dump_regs()
876 (u32)&ugeth->p_rx_glbl_pram->l3qt[3], in dump_regs()
877 in_be32(&ugeth->p_rx_glbl_pram->l3qt[3])); in dump_regs()
879 (u32)&ugeth->p_rx_glbl_pram->l3qt[4], in dump_regs()
880 in_be32(&ugeth->p_rx_glbl_pram->l3qt[4])); in dump_regs()
882 (u32)&ugeth->p_rx_glbl_pram->l3qt[5], in dump_regs()
883 in_be32(&ugeth->p_rx_glbl_pram->l3qt[5])); in dump_regs()
885 (u32)&ugeth->p_rx_glbl_pram->l3qt[6], in dump_regs()
886 in_be32(&ugeth->p_rx_glbl_pram->l3qt[6])); in dump_regs()
888 (u32)&ugeth->p_rx_glbl_pram->l3qt[7], in dump_regs()
889 in_be32(&ugeth->p_rx_glbl_pram->l3qt[7])); in dump_regs()
2136 if (ug_info->l3qt[i] >= ug_info->numQueuesRx) { in ucc_struct_init()
2360 u32 ifstat, i, j, size, l2qt, l3qt; in ucc_geth_startup() local
2788 l3qt = 0; in ucc_geth_startup()
2790 l3qt |= (ug_info->l3qt[j + i] << (28 - 4 * i)); in ucc_geth_startup()
2791 out_be32(&ugeth->p_rx_glbl_pram->l3qt[j/8], l3qt); in ucc_geth_startup()