Home
last modified time | relevance | path

Searched refs:p_thread_data_tx (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Ducc_geth.c673 if (ugeth->p_thread_data_tx) { in dump_regs()
698 (u32)ugeth->p_thread_data_tx); in dump_regs()
702 (u32)&ugeth->p_thread_data_tx[i]); in dump_regs()
703 mem_disp((u8 *) & ugeth->p_thread_data_tx[i], in dump_regs()
1924 if (ugeth->p_thread_data_tx) { in ucc_geth_memclean()
1926 ugeth->p_thread_data_tx = NULL; in ucc_geth_memclean()
2539 ugeth->p_thread_data_tx = in ucc_geth_startup()
H A Ducc_geth.h1174 struct ucc_geth_thread_data_tx __iomem *p_thread_data_tx; member
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec.h711 uec_thread_data_tx_t *p_thread_data_tx; member
H A Duec.c789 uec->p_thread_data_tx = (uec_thread_data_tx_t *) in uec_init_tx_parameter()