Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c421 static void rx_stop(struct slgt_info *info);
2034 rx_stop(info); in isr_rxdata()
2386 rx_stop(info); in shutdown()
2411 rx_stop(info); in program_hw()
2618 rx_stop(info); /* restart receiver to use new fill level */ in rx_enable()
2637 rx_stop(info); in rx_enable()
3846 static void rx_stop(struct slgt_info *info) in rx_stop() function
3982 rx_stop(info); in reset_port()
4005 rx_stop(info); in async_mode()
4146 rx_stop(info); in sync_mode()
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c1231 u8 rx_stop; member
3521 hw->rx_stop++; in hw_start_rx()
3524 if (0 == hw->rx_stop) in hw_start_rx()
3525 hw->rx_stop = 2; in hw_start_rx()
3536 hw->rx_stop = 0; in hw_stop_rx()
4835 if (0 == hw->rx_stop) in handle_rx_stop()
4837 else if (hw->rx_stop > 1) { in handle_rx_stop()
4842 hw->rx_stop = 0; in handle_rx_stop()
4846 hw->rx_stop++; in handle_rx_stop()