Searched refs:prepare_tx (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
D | rfc1051.c | 44 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, 53 .prepare_tx = prepare_tx, 207 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
|
D | arc-rawmode.c | 113 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function 158 .prepare_tx = prepare_tx,
|
D | capmode.c | 132 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function 237 .prepare_tx = prepare_tx,
|
D | rfc1201.c | 45 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, 55 .prepare_tx = prepare_tx, 475 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
|
D | arcdevice.h | 202 int (*prepare_tx)(struct net_device *dev, struct archdr *pkt, member
|
D | arcnet.c | 94 .prepare_tx = null_prepare_tx, 742 if (proto->prepare_tx(dev, pkt, skb->len, txbuf) && in arcnet_send_packet()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | atmel_serial.c | 182 int (*prepare_tx)(struct uart_port *port); member 1811 atmel_port->prepare_tx = &atmel_prepare_tx_dma; in atmel_set_ops() 1815 atmel_port->prepare_tx = &atmel_prepare_tx_pdc; in atmel_set_ops() 1819 atmel_port->prepare_tx = NULL; in atmel_set_ops() 1941 if (atmel_port->prepare_tx) { in atmel_startup() 1942 retval = atmel_port->prepare_tx(port); in atmel_startup()
|