Home
last modified time | relevance | path

Searched refs:ucc_fast_private (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_fast.h177 struct ucc_fast_private { struct
214 int ucc_fast_init(struct ucc_fast_info * uf_info, struct ucc_fast_private ** uccf_ret); argument
221 void ucc_fast_free(struct ucc_fast_private * uccf);
230 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode);
239 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode);
247 void ucc_fast_irq(struct ucc_fast_private * uccf);
260 void ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf);
264 void ucc_fast_dump_regs(struct ucc_fast_private * uccf);
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c26 void ucc_fast_dump_regs(struct ucc_fast_private * uccf) in ucc_fast_dump_regs()
87 void ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf) in ucc_fast_transmit_on_demand()
93 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_enable()
114 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) in ucc_fast_disable()
135 int ucc_fast_init(struct ucc_fast_info * uf_info, struct ucc_fast_private ** uccf_ret) in ucc_fast_init()
137 struct ucc_fast_private *uccf; in ucc_fast_init()
194 uccf = kzalloc(sizeof(struct ucc_fast_private), GFP_KERNEL); in ucc_fast_init()
382 void ucc_fast_free(struct ucc_fast_private * uccf) in ucc_fast_free()
/openbmc/u-boot/drivers/qe/
H A Duccf.h100 typedef struct ucc_fast_private { struct
/openbmc/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.h68 struct ucc_fast_private *uccf;
H A Dfsl_ucc_hdlc.c651 struct ucc_fast_private *uccf; in ucc_hdlc_irq_handler()
931 struct ucc_fast_private *uccf; in uhdlc_resume()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c1382 struct ucc_fast_private *uccf; in ugeth_graceful_stop_tx()
1412 struct ucc_fast_private *uccf; in ugeth_graceful_stop_rx()
1444 struct ucc_fast_private *uccf; in ugeth_restart_tx()
1459 struct ucc_fast_private *uccf; in ugeth_restart_rx()
1475 struct ucc_fast_private *uccf; in ugeth_enable()
1505 struct ucc_fast_private *uccf; in ugeth_disable()
1744 struct ucc_fast_private *uccf; in ugeth_82xx_filtering_clear_all_addr_in_hash()
2263 struct ucc_fast_private *uccf; in ucc_geth_startup()
2918 struct ucc_fast_private *uccf; in ucc_geth_start_xmit()
3148 struct ucc_fast_private *uccf; in ucc_geth_irq_handler()
H A Ducc_geth.h1156 struct ucc_fast_private *uccf;