Home
last modified time | relevance | path

Searched refs:SendPack (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioctrl.c96 static struct SendPack SendPack; variable
1561 if ( copyin( (int)arg, (caddr_t)&SendPack,
1562 sizeof(SendPack) )==COPYFAIL ) {
1567 if ( SendPack.PortNum >= 128 ) {
1572 PortP = p->RIOPortp[SendPack.PortNum];
1581 for ( loop=0; loop<(ushort)(SendPack.Len & 127); loop++ )
1582 WBYTE(PacketP->data[loop], SendPack.Data[loop] );
1584 WBYTE(PacketP->len, SendPack.Len);
1591 PortP->txchars += (SendPack.Len & 127);
Ddaemon.h149 struct SendPack struct