Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dvt8500_serial.c152 static void handle_rx(struct uart_port *port) in handle_rx() function
237 handle_rx(port); in vt8500_irq()
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-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_lib.c221 ret |= handle_rx; in dwmac_dma_interrupt()
Ddwxgmac2_dma.c355 ret |= handle_rx; in dwxgmac2_dma_interrupt()
373 ret |= handle_rx; in dwxgmac2_dma_interrupt()
Dcommon.h333 handle_rx = 0x4, enumerator
Ddwmac4_lib.c207 ret |= handle_rx; in dwmac4_dma_interrupt()
Ddwmac-sun8i.c481 ret |= handle_rx; in sun8i_dwmac_dma_interrupt()
Dstmmac_main.c2819 if ((status & handle_rx) && (chan < priv->plat->rx_queues_to_use)) { in stmmac_napi_check()
/Linux-v6.6/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.c1677 if (likely((status & handle_rx) && (napi_schedule_prep(&priv->napi)))) { in sxgbe_rx_interrupt()
/Linux-v6.6/drivers/vhost/
Dnet.c1115 static void handle_rx(struct vhost_net *net) in handle_rx() function
1276 handle_rx(net); in handle_rx_kick()
1290 handle_rx(net); in handle_rx_net()