Searched refs:start_rx (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_dma.h | 33 void (*start_rx)(void __iomem *ioaddr, int rchannels); member
|
D | sxgbe_dma.c | 354 .start_rx = sxgbe_dma_start_rx,
|
D | sxgbe_main.c | 1167 priv->hw->dma->start_rx(priv->ioaddr, SXGBE_RX_QUEUES); in sxgbe_open()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_dma.c | 124 .start_rx = dwmac_dma_start_rx,
|
D | dwmac4_dma.c | 522 .start_rx = dwmac4_dma_start_rx, 551 .start_rx = dwmac4_dma_start_rx,
|
D | dwmac1000_dma.c | 286 .start_rx = dwmac_dma_start_rx,
|
D | hwif.h | 201 void (*start_rx)(void __iomem *ioaddr, u32 chan); member 252 stmmac_do_void_callback(__priv, dma, start_rx, __args)
|
D | dwxgmac2_dma.c | 565 .start_rx = dwxgmac2_dma_start_rx,
|
D | dwmac-sun8i.c | 539 .start_rx = sun8i_dwmac_dma_start_rx,
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.c | 464 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()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | pch_uart.c | 216 int start_rx; member 822 if (!priv->start_rx) { in handle_rx_to() 1237 priv->start_rx = 0; in pch_uart_stop_rx() 1331 priv->start_rx = 1; in pch_uart_startup()
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | zatm.c | 600 static int start_rx(struct atm_dev *dev) in start_rx() function 1344 error = start_rx(dev); in zatm_start()
|
D | eni.c | 899 static int start_rx(struct atm_dev *dev) in start_rx() function 1870 error = start_rx(dev); in eni_start()
|