| /linux/drivers/tty/serial/ |
| H A D | serial_port.c | 46 port->ops->start_tx(port); in serial_port_runtime_resume() 82 port->ops->start_tx(port); in serial_port_runtime_suspend()
|
| H A D | pch_uart.c | 214 int start_tx; member 815 if (!priv->start_tx) { in handle_tx() 864 if (!priv->start_tx) { in dma_handle_tx() 1137 priv->start_tx = 0; in pch_uart_stop_tx() 1155 priv->start_tx = 1; in pch_uart_start_tx() 1511 .start_tx = pch_uart_start_tx,
|
| H A D | tegra-tcu.c | 139 .start_tx = tegra_tcu_uart_start_tx,
|
| H A D | mux.c | 408 .start_tx = mux_start_tx,
|
| H A D | 21285.c | 357 .start_tx = serial21285_start_tx,
|
| H A D | liteuart.c | 270 .start_tx = liteuart_start_tx,
|
| H A D | sunhv.c | 382 .start_tx = sunhv_start_tx,
|
| H A D | timbuart.c | 384 .start_tx = timbuart_start_tx,
|
| H A D | digicolor-usart.c | 372 .start_tx = digicolor_uart_start_tx,
|
| H A D | clps711x.c | 337 .start_tx = uart_clps711x_start_tx,
|
| H A D | mps2-uart.c | 400 .start_tx = mps2_uart_start_tx,
|
| H A D | mcf.c | 451 .start_tx = mcf_start_tx,
|
| H A D | altera_uart.c | 396 .start_tx = altera_uart_start_tx,
|
| H A D | vt8500_serial.c | 565 .start_tx = vt8500_start_tx,
|
| H A D | lpc32xx_hs.c | 589 .start_tx = serial_lpc32xx_start_tx,
|
| H A D | tegra-utc.c | 343 .start_tx = tegra_utc_start_tx,
|
| H A D | sunplus-uart.c | 484 .start_tx = sunplus_start_tx,
|
| H A D | milbeaut_usio.c | 390 .start_tx = mlb_usio_start_tx,
|
| H A D | serial_core.c | 161 port->ops->start_tx(port); in __uart_start() 725 port->ops->start_tx(port); in uart_send_xchar() 2434 ops->start_tx(uport); in uart_resume_port() 3399 uport->ops->start_tx(uport); in uart_handle_cts_change()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_dma.h | 29 void (*start_tx)(void __iomem *ioaddr, int tchannels); member
|
| H A D | sxgbe_dma.c | 350 .start_tx = sxgbe_dma_start_tx,
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | winbond-840.c | 327 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); 341 .ndo_start_xmit = start_tx, 983 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev) in start_tx() function
|
| /linux/drivers/net/ethernet/adaptec/ |
| H A D | starfire.c | 565 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); 616 .ndo_start_xmit = start_tx, 1170 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev) in start_tx() function
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | sundance.c | 430 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev); 479 .ndo_start_xmit = start_tx, 1088 start_tx (struct sk_buff *skb, struct net_device *dev) in start_tx() function
|
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 2204 struct ring_desc *start_tx; in nv_start_xmit() local 2234 start_tx = put_tx = np->put_tx.orig; in nv_start_xmit() 2343 start_tx->flaglen |= cpu_to_le32(tx_flags | tx_flags_extra); in nv_start_xmit() 2378 struct ring_desc_ex *start_tx; in nv_start_xmit_optimized() local 2410 start_tx = put_tx = np->put_tx.ex; in nv_start_xmit_optimized() 2520 start_tx->txvlan = cpu_to_le32(NV_TX3_VLAN_TAG_PRESENT | in nv_start_xmit_optimized() 2523 start_tx->txvlan = 0; in nv_start_xmit_optimized() 2539 start_tx_ctx->first_tx_desc = start_tx; in nv_start_xmit_optimized() 2548 start_tx->flaglen |= cpu_to_le32(tx_flags | tx_flags_extra); in nv_start_xmit_optimized()
|