Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/arcnet/
Drfc1051.c44 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
53 .prepare_tx = prepare_tx,
208 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
Darc-rawmode.c113 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
158 .prepare_tx = prepare_tx,
Dcapmode.c132 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
237 .prepare_tx = prepare_tx,
Drfc1201.c46 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
56 .prepare_tx = prepare_tx,
476 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
Darcdevice.h205 int (*prepare_tx)(struct net_device *dev, struct archdr *pkt, member
Darcnet.c95 .prepare_tx = null_prepare_tx,
739 if (proto->prepare_tx(dev, pkt, skb->len, txbuf) && in arcnet_send_packet()
/linux-6.12.1/drivers/tty/serial/
Datmel_serial.c185 int (*prepare_tx)(struct uart_port *port); member
1775 atmel_port->prepare_tx = &atmel_prepare_tx_dma; in atmel_set_ops()
1779 atmel_port->prepare_tx = &atmel_prepare_tx_pdc; in atmel_set_ops()
1783 atmel_port->prepare_tx = NULL; in atmel_set_ops()
1908 if (atmel_port->prepare_tx) { in atmel_startup()
1909 retval = atmel_port->prepare_tx(port); in atmel_startup()
/linux-6.12.1/drivers/platform/chrome/
Dcros_ec_proto.c56 static int prepare_tx(struct cros_ec_device *ec_dev, in prepare_tx() function
206 return prepare_tx(ec_dev, msg); in cros_ec_prepare_tx()