Home
last modified time | relevance | path

Searched refs:p_tx_glbl_pram (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/freescale/
H A Ducc_geth.c728 if (ugeth->p_tx_glbl_pram) { in dump_regs()
732 (u32)&ugeth->p_tx_glbl_pram->temoder, in dump_regs()
735 (u32)&ugeth->p_tx_glbl_pram->sqptr, in dump_regs()
744 (u32)&ugeth->p_tx_glbl_pram->tstate, in dump_regs()
748 ugeth->p_tx_glbl_pram->iphoffset[0]); in dump_regs()
751 ugeth->p_tx_glbl_pram->iphoffset[1]); in dump_regs()
754 ugeth->p_tx_glbl_pram->iphoffset[2]); in dump_regs()
757 ugeth->p_tx_glbl_pram->iphoffset[3]); in dump_regs()
795 (u32)&ugeth->p_tx_glbl_pram->tqptr, in dump_regs()
1803 ugeth->p_tx_glbl_pram = NULL; in ucc_geth_memclean()
[all …]
H A Ducc_geth.h1166 struct ucc_geth_tx_global_pram __iomem *p_tx_glbl_pram; member