Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Dsynclink_gt.c422 static void rx_stop(struct slgt_info *info);
2035 rx_stop(info); in isr_rxdata()
2387 rx_stop(info); in shutdown()
2412 rx_stop(info); in program_hw()
2619 rx_stop(info); /* restart receiver to use new fill level */ in rx_enable()
2638 rx_stop(info); in rx_enable()
3847 static void rx_stop(struct slgt_info *info) in rx_stop() function
3983 rx_stop(info); in reset_port()
4006 rx_stop(info); in async_mode()
4147 rx_stop(info); in sync_mode()
/linux-6.12.1/drivers/net/ethernet/micrel/
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()