Home
last modified time | relevance | path

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

/linux/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/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.c1679 if (likely((status & handle_rx) && (napi_schedule_prep(&priv->napi)))) { in sxgbe_rx_interrupt()
/linux/drivers/vhost/
H A Dnet.c1133 static void handle_rx(struct vhost_net *net) in handle_rx() function
1305 handle_rx(net); in handle_rx_kick()
1319 handle_rx(net); in handle_rx_net()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3018 if ((status & handle_rx) && (chan < priv->plat->rx_queues_to_use)) { in stmmac_napi_check()