Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/
H A Dvt8500_serial.c152 static void handle_rx(struct uart_port *port) in handle_rx() function
237 handle_rx(port); in vt8500_irq()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c220 ret |= handle_rx; in dwmac_dma_interrupt()
H A Ddwxgmac2_dma.c354 ret |= handle_rx; in dwxgmac2_dma_interrupt()
372 ret |= handle_rx; in dwxgmac2_dma_interrupt()
H A Dcommon.h361 handle_rx = 0x4, enumerator
H A Ddwmac4_lib.c208 ret |= handle_rx; in dwmac4_dma_interrupt()
H A Ddwmac-loongson.c310 ret |= handle_rx; in loongson_dwmac_dma_interrupt()
H A Ddwmac-sun8i.c480 ret |= handle_rx; in sun8i_dwmac_dma_interrupt()
H A Dstmmac_main.c2982 if ((status & handle_rx) && (chan < priv->plat->rx_queues_to_use)) { in stmmac_napi_check()
/linux-6.15/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h151 handle_rx = BIT(5), enumerator
H A Dsxgbe_dma.c269 ret_val |= handle_rx; in sxgbe_rx_dma_int_status()
H A Dsxgbe_main.c1676 if (likely((status & handle_rx) && (napi_schedule_prep(&priv->napi)))) { in sxgbe_rx_interrupt()
/linux-6.15/drivers/vhost/
H A Dnet.c1087 static void handle_rx(struct vhost_net *net) in handle_rx() function
1251 handle_rx(net); in handle_rx_kick()
1265 handle_rx(net); in handle_rx_net()