| /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 | 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 | altera_jtaguart.c | 240 .start_tx = altera_jtaguart_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 | 342 .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 | owl-uart.c | 478 .start_tx = owl_uart_start_tx,
|
| H A D | st-asc.c | 668 .start_tx = asc_start_tx,
|
| /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/stmicro/stmmac/ |
| H A D | dwmac4_dma.c | 582 .start_tx = dwmac4_dma_start_tx, 612 .start_tx = dwmac4_dma_start_tx,
|
| H A D | hwif.h | 200 void (*start_tx)(struct stmmac_priv *priv, void __iomem *ioaddr, member 265 stmmac_do_void_callback(__priv, dma, start_tx, __priv, __args)
|
| /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()
|