Searched refs:start_tx (Results 1 - 25 of 78) sorted by relevance

1234

/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c148 .start_tx = dwmac_dma_start_tx,
H A Ddwmac100_dma.c139 .start_tx = dwmac_dma_start_tx,
H A Dcommon.h251 void (*start_tx) (void __iomem *ioaddr); member in struct:stmmac_dma_ops
H A Dstmmac_main.c736 priv->hw->dma->start_tx(priv->ioaddr);
997 priv->hw->dma->start_tx(priv->ioaddr);
1956 priv->hw->dma->start_tx(priv->ioaddr);
/drivers/tty/serial/
H A Dmpc52xx_uart.c109 void (*start_tx)(struct uart_port *port); member in struct:psc_ops
296 .start_tx = mpc52xx_psc_start_tx,
317 .start_tx = mpc52xx_psc_start_tx,
584 .start_tx = mpc512x_psc_start_tx,
647 psc_ops->start_tx(port);
660 psc_ops->start_tx(port);
915 .start_tx = mpc52xx_uart_start_tx,
H A Dpch_uart.c229 int start_tx; member in struct:eg20t_port
875 if (!priv->start_tx) {
926 if (!priv->start_tx) {
1175 priv->start_tx = 0;
1193 priv->start_tx = 1;
1465 .start_tx = pch_uart_start_tx,
H A Dmux.c451 .start_tx = mux_start_tx,
H A D21285.c347 .start_tx = serial21285_start_tx,
H A Daltera_jtaguart.c289 .start_tx = altera_jtaguart_start_tx,
H A Dclps711x.c388 .start_tx = clps711xuart_start_tx,
H A Dnwpserial.c313 .start_tx = nwpserial_start_tx,
H A Dsunhv.c378 .start_tx = sunhv_start_tx,
H A Dtimbuart.c405 .start_tx = timbuart_start_tx,
H A Daltera_uart.c407 .start_tx = altera_uart_start_tx,
H A Dapbuart.c337 .start_tx = apbuart_start_tx,
H A Dar933x_uart.c422 .start_tx = ar933x_uart_start_tx,
H A Dbcm63xx_uart.c653 .start_tx = bcm_uart_start_tx,
H A Dlantiq.c563 .start_tx = lqasc_start_tx,
H A Dmcf.c428 .start_tx = mcf_start_tx,
/drivers/hsi/
H A Dhsi.c258 port[i]->start_tx = hsi_dummy_cl;
/drivers/net/hamradio/
H A Dhdlcdrv.c365 static void start_tx(struct net_device *dev, struct hdlcdrv_state *s) function
382 start_tx(dev, s);
394 start_tx(dev, s);
/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c337 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev);
351 .ndo_start_xmit = start_tx,
1002 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev) function
/drivers/net/ethernet/dlink/
H A Dsundance.c427 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev);
465 .ndo_start_xmit = start_tx,
1075 start_tx (struct sk_buff *skb, struct net_device *dev) function
/drivers/net/ethernet/
H A Dfealnx.c433 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev);
470 .ndo_start_xmit = start_tx,
1303 static netdev_tx_t start_tx(struct sk_buff *skb, struct net_device *dev) function
/drivers/tty/serial/jsm/
H A Djsm_tty.c354 .start_tx = jsm_tty_start_tx,

Completed in 1486 milliseconds

1234