Searched refs:dest_unit (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Dpkt.h65 u8 dest_unit; /* Destination Unit Id */ member in struct:PKT
H A Driocmd.c95 CmdBlkP->Packet.dest_unit = MapP->ID;
125 CmdBlkP->Packet.dest_unit = MapP->ID;
225 CmdBlkP->Packet.dest_unit = MapP->ID;
273 CmdBlkP->Packet.dest_unit = 0;
297 CmdBlkP->Packet.dest_unit = ID + 1;
323 CmdBlkP->Packet.dest_unit = ID;
410 rio_dprintk(RIO_DEBUG_CMD, "PACKET information: Destination 0x%x:0x%x\n", readb(&PacketP->dest_unit), readb(&PacketP->dest_port));
H A Drioroute.c299 CmdBlkP->Packet.dest_unit = Rup;
509 unsigned short dest_unit = HostP->Mapping[unit].ID2; local
514 PortP = p->RIOPortp[HostP->Mapping[dest_unit - 1].SysPort];
538 ** sort out the phb to port mappings. The dest_unit for this
539 ** group of 8 phbs is set to the dest_unit of the accompanying
543 ** (being the second map ID) will be sent to dest_unit 5, port
544 ** 14. When this RTA is deleted, dest_unit for ID 6 will be
564 writeb(dest_unit, &Pkt->dest_unit);
567 rio_dprintk(RIO_DEBUG_ROUTE, "phb dest: Old %x:%x New %x:%x\n", readw(&PortP->PhbP->destination) & 0xff, (readw(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_por
[all...]
H A Driotable.c529 u16 dest_unit = HostMapP->ID; local
543 rio_dprintk(RIO_DEBUG_TABLE, "Tx packet (%x) destination: Old %x:%x New %x:%x\n", readw(TxPktP), readb(&Pkt->dest_unit), readb(&Pkt->dest_port), dest_unit, dest_port);
544 writew(dest_unit, &Pkt->dest_unit);
547 rio_dprintk(RIO_DEBUG_TABLE, "Port %d phb destination: Old %x:%x New %x:%x\n", port, readb(&PortP->PhbP->destination) & 0xff, (readb(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_port);
548 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination);
H A Driointr.c586 rio_dprintk(RIO_DEBUG_INTR, " dest_unit = %d\n", readb(&PacketP->dest_unit));
H A Drioboot.c635 CmdBlkP->Packet.dest_unit = Rup < (unsigned short) MAX_RUP ? Rup : 0;
H A Drioctrl.c1421 CmdBlkP->Packet.dest_unit = rup;

Completed in 203 milliseconds