Searched refs:apply_rx (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c157 void fman_tgec_enable(struct tgec_regs *regs, bool apply_rx, bool apply_tx) argument
162 if (apply_rx)
169 void fman_tgec_disable(struct tgec_regs *regs, bool apply_rx, bool apply_tx) argument
174 if (apply_rx)
H A Dfman_memac.c99 void fman_memac_enable(struct memac_regs *regs, bool apply_rx, bool apply_tx) argument
105 if (apply_rx)
114 void fman_memac_disable(struct memac_regs *regs, bool apply_rx, bool apply_tx) argument
120 if (apply_rx)
H A Dfman_dtsec.c595 void fman_dtsec_enable(struct dtsec_regs *regs, bool apply_rx, bool apply_tx) argument
601 if (apply_rx)
639 void fman_dtsec_disable(struct dtsec_regs *regs, bool apply_rx, bool apply_tx) argument
645 if (apply_rx)
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_tgec.h371 void fman_tgec_enable(struct tgec_regs *regs, bool apply_rx, bool apply_tx);
373 void fman_tgec_disable(struct tgec_regs *regs, bool apply_rx, bool apply_tx);
H A Dfsl_fman_memac.h376 void fman_memac_enable(struct memac_regs *regs, bool apply_rx, bool apply_tx);
378 void fman_memac_disable(struct memac_regs *regs, bool apply_rx, bool apply_tx);
H A Dfsl_fman_dtsec.h778 * @apply_rx: enable rx side
783 void fman_dtsec_enable(struct dtsec_regs *regs, bool apply_rx, bool apply_tx);
788 * @apply_rx: disable rx side
793 void fman_dtsec_disable(struct dtsec_regs *regs, bool apply_rx, bool apply_tx);

Completed in 168 milliseconds