Home
last modified time | relevance | path

Searched refs:prepare_tx (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/arcnet/
Darc-rawmode.c43 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
52 .prepare_tx = prepare_tx,
167 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
Drfc1051.c43 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
54 .prepare_tx = prepare_tx,
218 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
Drfc1201.c43 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
54 .prepare_tx = prepare_tx,
474 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
Dcapmode.c134 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
239 prepare_tx,
Darcnet.c82 .prepare_tx = null_prepare_tx,
581 if (proto->prepare_tx(dev, pkt, skb->len, txbuf) && in arcnet_send_packet()
/linux-4.1.27/include/linux/
Darcdevice.h198 int (*prepare_tx) (struct net_device * dev, struct archdr * pkt, int length, member
/linux-4.1.27/drivers/tty/serial/
Datmel_serial.c184 int (*prepare_tx)(struct uart_port *port); member
1649 atmel_port->prepare_tx = &atmel_prepare_tx_dma; in atmel_set_ops()
1653 atmel_port->prepare_tx = &atmel_prepare_tx_pdc; in atmel_set_ops()
1657 atmel_port->prepare_tx = NULL; in atmel_set_ops()
1793 if (atmel_port->prepare_tx) { in atmel_startup()
1794 retval = atmel_port->prepare_tx(port); in atmel_startup()