Home
last modified time | relevance | path

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

/linux/drivers/net/arcnet/
H A 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
H A 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,
H A Dcapmode.c132 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
237 .prepare_tx = prepare_tx,
H A 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
H A Darcdevice.h205 int (*prepare_tx)(struct net_device *dev, struct archdr *pkt, member
H A Darcnet.c95 .prepare_tx = null_prepare_tx,
739 if (proto->prepare_tx(dev, pkt, skb->len, txbuf) && in arcnet_send_packet()