Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c780 bool rx_port; in fman_port_enable() local
786 rx_port = TRUE; in fman_port_enable()
791 rx_port = FALSE; in fman_port_enable()
796 rx_port = FALSE; in fman_port_enable()
803 if (!rx_port) { in fman_port_enable()
818 bool rx_port, failure = FALSE; in fman_port_disable() local
826 rx_port = TRUE; in fman_port_disable()
832 rx_port = FALSE; in fman_port_disable()
838 rx_port = FALSE; in fman_port_disable()
845 if (!rx_port) { in fman_port_disable()
[all …]
H A Dfm_port.c2561 t_FmPort *rx_port = 0; variable