Searched refs:prepare_tx (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/arcnet/ |
D | arc-rawmode.c | 43 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
|
D | rfc1051.c | 43 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
|
D | rfc1201.c | 43 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
|
D | capmode.c | 134 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function 239 prepare_tx,
|
D | arcnet.c | 82 .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/ |
D | arcdevice.h | 198 int (*prepare_tx) (struct net_device * dev, struct archdr * pkt, int length, member
|
/linux-4.1.27/drivers/tty/serial/ |
D | atmel_serial.c | 184 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()
|