Searched refs:prepare_tx (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/arcnet/ |
H A D | rfc1051.c | 44 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 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,
|
H A 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,
|
H A D | rfc1201.c | 46 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 D | arcdevice.h | 205 int (*prepare_tx)(struct net_device *dev, struct archdr *pkt, member
|
H A D | arcnet.c | 95 .prepare_tx = null_prepare_tx, 739 if (proto->prepare_tx(dev, pkt, skb->len, txbuf) && in arcnet_send_packet()
|