Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/
Dsynclink_gt.c426 static void rx_stop(struct slgt_info *info);
2039 rx_stop(info); in isr_rxdata()
2391 rx_stop(info); in shutdown()
2416 rx_stop(info); in program_hw()
2623 rx_stop(info); /* restart receiver to use new fill level */ in rx_enable()
2642 rx_stop(info); in rx_enable()
3869 static void rx_stop(struct slgt_info *info) in rx_stop() function
4005 rx_stop(info); in reset_port()
4028 rx_stop(info); in async_mode()
4169 rx_stop(info); in sync_mode()
/Linux-v5.15/drivers/net/ethernet/micrel/
Dksz884x.c1231 u8 rx_stop; member
3819 hw->rx_stop++; in hw_start_rx()
3822 if (0 == hw->rx_stop) in hw_start_rx()
3823 hw->rx_stop = 2; in hw_start_rx()
3834 hw->rx_stop = 0; in hw_stop_rx()
5133 if (0 == hw->rx_stop) in handle_rx_stop()
5135 else if (hw->rx_stop > 1) { in handle_rx_stop()
5140 hw->rx_stop = 0; in handle_rx_stop()
5144 hw->rx_stop++; in handle_rx_stop()
/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c364 static void rx_stop(MGSLPC_INFO *info);
1344 rx_stop(info); in shutdown()
1371 rx_stop(info); in mgslpc_program_hw()
1931 rx_stop(info); in set_rxenable()
3242 rx_stop(info); in hdlc_mode()
3245 static void rx_stop(MGSLPC_INFO *info) in rx_stop() function