Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac_lib.c213 ret |= handle_rx; in dwmac_dma_interrupt()
A Ddwxgmac2_dma.c342 ret |= handle_rx; in dwxgmac2_dma_interrupt()
360 ret |= handle_rx; in dwxgmac2_dma_interrupt()
A Ddwmac4_lib.c174 ret |= handle_rx; in dwmac4_dma_interrupt()
A Dcommon.h326 handle_rx = 0x4, enumerator
A Ddwmac-sun8i.c466 ret |= handle_rx; in sun8i_dwmac_dma_interrupt()
A Dstmmac_main.c2784 if ((status & handle_rx) && (chan < priv->plat->rx_queues_to_use)) { in stmmac_napi_check()
/linux-6.3-rc2/drivers/tty/serial/
A Dvt8500_serial.c152 static void handle_rx(struct uart_port *port) in handle_rx() function
237 handle_rx(port); in vt8500_irq()
A Dpch_uart.c781 static int handle_rx(struct eg20t_port *priv) in handle_rx() function
1054 ret = handle_rx(priv); in pch_uart_interrupt()
/linux-6.3-rc2/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_common.h151 handle_rx = BIT(5), enumerator
A Dsxgbe_dma.c269 ret_val |= handle_rx; in sxgbe_rx_dma_int_status()
A Dsxgbe_main.c1677 if (likely((status & handle_rx) && (napi_schedule_prep(&priv->napi)))) { in sxgbe_rx_interrupt()
/linux-6.3-rc2/drivers/vhost/
A Dnet.c1110 static void handle_rx(struct vhost_net *net) in handle_rx() function
1271 handle_rx(net); in handle_rx_kick()
1285 handle_rx(net); in handle_rx_net()

Completed in 45 milliseconds