Home
last modified time | relevance | path

Searched refs:handle_tx (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/tty/serial/
H A Dvt8500_serial.c197 static void handle_tx(struct uart_port *port) in handle_tx() function
214 handle_tx(port); in vt8500_start_tx()
239 handle_tx(port); in vt8500_irq()
H A Dpch_uart.c808 static unsigned int handle_tx(struct eg20t_port *priv) in handle_tx() function
1052 ret = handle_tx(priv); in pch_uart_interrupt()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h148 handle_tx = BIT(2), enumerator
H A Dsxgbe_dma.c197 ret_val |= handle_tx; in sxgbe_tx_dma_int_status()
H A Dsxgbe_main.c1642 if (likely((status & handle_tx))) in sxgbe_tx_interrupt()
/linux/drivers/vhost/
H A Dnet.c967 static void handle_tx(struct vhost_net *net) in handle_tx() function
1296 handle_tx(net); in handle_tx_kick()
1312 handle_tx(net); in handle_tx_net()
/linux/drivers/isdn/hardware/mISDN/
H A Davmfritz.c557 goto handle_tx; in HDLC_irq()
572 handle_tx: in HDLC_irq()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3027 if ((status & handle_tx) && (chan < priv->plat->tx_queues_to_use)) { in stmmac_napi_check()