Home
last modified time | relevance | path

Searched refs:start_rx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_dma.h33 void (*start_rx)(void __iomem *ioaddr, int rchannels); member
H A Dsxgbe_dma.c354 .start_rx = sxgbe_dma_start_rx,
H A Dsxgbe_main.c1168 priv->hw->dma->start_rx(priv->ioaddr, SXGBE_RX_QUEUES); in sxgbe_open()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.c464 static bool start_rx; in rtl92ee_rx_desc_buff_remained_cnt() local
480 start_rx = true; in rtl92ee_rx_desc_buff_remained_cnt()
481 if (!start_rx) in rtl92ee_rx_desc_buff_remained_cnt()
/linux/drivers/tty/serial/
H A Dpch_uart.c215 int start_rx; member
760 if (!priv->start_rx) { in handle_rx_to()
1163 priv->start_rx = 0; in pch_uart_stop_rx()
1257 priv->start_rx = 1; in pch_uart_startup()
H A Dserial_core.c2312 if (uport->ops->start_rx) { in uart_suspend_port()
2406 if (!console_suspend_enabled && uport->ops->start_rx) { in uart_resume_port()
2408 uport->ops->start_rx(uport); in uart_resume_port()