Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Daspeed_i2c.c568 bool handle_rx; in aspeed_i2c_bus_new_write() local
592 handle_rx = SHARED_ARRAY_FIELD_EX32(bus->regs, R_I2CM_INTR_STS, RX_DONE) in aspeed_i2c_bus_new_write()
611 if (handle_rx && (SHARED_ARRAY_FIELD_EX32(bus->regs, R_I2CM_CMD, in aspeed_i2c_bus_new_write()
805 bool handle_rx; in aspeed_i2c_bus_old_write() local
826 handle_rx = SHARED_ARRAY_FIELD_EX32(bus->regs, R_I2CD_INTR_STS, RX_DONE) in aspeed_i2c_bus_old_write()
833 if (handle_rx) { in aspeed_i2c_bus_old_write()
/openbmc/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()
H 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()
/openbmc/linux/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 Ddwmac4_lib.c206 ret |= handle_rx; in dwmac4_dma_interrupt()
H A Dcommon.h358 handle_rx = 0x4, enumerator
H A Ddwmac-sun8i.c480 ret |= handle_rx; in sun8i_dwmac_dma_interrupt()
H A Dstmmac_main.c2803 if ((status & handle_rx) && (chan < priv->plat->rx_queues_to_use)) { in stmmac_napi_check()
/openbmc/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.c1677 if (likely((status & handle_rx) && (napi_schedule_prep(&priv->napi)))) { in sxgbe_rx_interrupt()
/openbmc/linux/drivers/vhost/
H A 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()