Searched refs:ack_tx (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Dcapmode.c48 static int ack_tx(struct net_device *dev, int acked);
60 ack_tx
245 static int ack_tx(struct net_device *dev, int acked) function
252 BUGMSG(D_DURING, "capmode: ack_tx: protocol: %x: result: %d\n",
255 BUGLVL(D_SKB) arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx");
H A Darc-rawmode.c53 .ack_tx = NULL
H A Darcnet.c84 .ack_tx = NULL
635 !proto->ack_tx) {
869 lp->outgoing.proto->ack_tx) {
879 ->ack_tx(dev, ackstatus);
899 if(!lp->outgoing.proto->ack_tx)
H A Drfc1051.c55 .ack_tx = NULL
H A Drfc1201.c55 .ack_tx = NULL
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h204 int (*ack_tx) (struct net_device * dev, int acked); member in struct:ArcProto

Completed in 73 milliseconds