Home
last modified time | relevance | path

Searched refs:handle_rx (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_lib.c148 ret |= handle_rx; in dwmac4_dma_interrupt()
Ddwmac_lib.c198 ret |= handle_rx; in dwmac_dma_interrupt()
Ddwxgmac2_dma.c327 ret |= handle_rx; in dwxgmac2_dma_interrupt()
345 ret |= handle_rx; in dwxgmac2_dma_interrupt()
Dcommon.h288 handle_rx = 0x4, enumerator
Ddwmac-sun8i.c427 ret |= handle_rx; in sun8i_dwmac_dma_interrupt()
Dstmmac_main.c2072 if ((status & handle_rx) && (chan < priv->plat->rx_queues_to_use)) { in stmmac_napi_check()
/Linux-v5.4/drivers/tty/serial/
Dvt8500_serial.c156 static void handle_rx(struct uart_port *port) in handle_rx() function
258 handle_rx(port); in vt8500_irq()
Dqcom_geni_serial.c109 int (*handle_rx)(struct uart_port *uport, u32 bytes, bool drop); member
664 port->handle_rx(uport, total_bytes, drop); in qcom_geni_serial_handle_rx()
1307 port->handle_rx = console ? handle_rx_console : handle_rx_uart; in qcom_geni_serial_probe()
Dpch_uart.c843 static int handle_rx(struct eg20t_port *priv) in handle_rx() function
1118 ret = handle_rx(priv); in pch_uart_interrupt()
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h151 handle_rx = BIT(5), enumerator
Dsxgbe_dma.c269 ret_val |= handle_rx; in sxgbe_rx_dma_int_status()
Dsxgbe_main.c1667 if (likely((status & handle_rx) && (napi_schedule_prep(&priv->napi)))) { in sxgbe_rx_interrupt()
/Linux-v5.4/drivers/vhost/
Dnet.c1095 static void handle_rx(struct vhost_net *net) in handle_rx() function
1256 handle_rx(net); in handle_rx_kick()
1270 handle_rx(net); in handle_rx_net()