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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Dpkt.h65 u8 dest_unit; /* Destination Unit Id */ member in struct:PKT
H A Driocmd.c92 CmdBlkP->Packet.dest_unit = MapP->ID;
122 CmdBlkP->Packet.dest_unit = MapP->ID;
222 CmdBlkP->Packet.dest_unit = MapP->ID;
270 CmdBlkP->Packet.dest_unit = 0;
294 CmdBlkP->Packet.dest_unit = ID + 1;
320 CmdBlkP->Packet.dest_unit = ID;
407 rio_dprintk(RIO_DEBUG_CMD, "PACKET information: Destination 0x%x:0x%x\n", readb(&PacketP->dest_unit), readb(&PacketP->dest_port));
H A Drioroute.c294 CmdBlkP->Packet.dest_unit = Rup;
504 unsigned short dest_unit = HostP->Mapping[unit].ID2; local
509 PortP = p->RIOPortp[HostP->Mapping[dest_unit - 1].SysPort];
533 ** sort out the phb to port mappings. The dest_unit for this
534 ** group of 8 phbs is set to the dest_unit of the accompanying
538 ** (being the second map ID) will be sent to dest_unit 5, port
539 ** 14. When this RTA is deleted, dest_unit for ID 6 will be
559 writeb(dest_unit, &Pkt->dest_unit);
562 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.c527 u16 dest_unit = HostMapP->ID; local
541 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);
542 writew(dest_unit, &Pkt->dest_unit);
545 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);
546 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination);
H A Driointr.c579 rio_dprintk(RIO_DEBUG_INTR, " dest_unit = %d\n", readb(&PacketP->dest_unit));
H A Drioboot.c634 CmdBlkP->Packet.dest_unit = Rup < (unsigned short) MAX_RUP ? Rup : 0;
H A Drioctrl.c1420 CmdBlkP->Packet.dest_unit = rup;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Dpkt.h65 u8 dest_unit; /* Destination Unit Id */ member in struct:PKT
H A Driocmd.c92 CmdBlkP->Packet.dest_unit = MapP->ID;
122 CmdBlkP->Packet.dest_unit = MapP->ID;
222 CmdBlkP->Packet.dest_unit = MapP->ID;
270 CmdBlkP->Packet.dest_unit = 0;
294 CmdBlkP->Packet.dest_unit = ID + 1;
320 CmdBlkP->Packet.dest_unit = ID;
407 rio_dprintk(RIO_DEBUG_CMD, "PACKET information: Destination 0x%x:0x%x\n", readb(&PacketP->dest_unit), readb(&PacketP->dest_port));
H A Drioroute.c294 CmdBlkP->Packet.dest_unit = Rup;
504 unsigned short dest_unit = HostP->Mapping[unit].ID2; local
509 PortP = p->RIOPortp[HostP->Mapping[dest_unit - 1].SysPort];
533 ** sort out the phb to port mappings. The dest_unit for this
534 ** group of 8 phbs is set to the dest_unit of the accompanying
538 ** (being the second map ID) will be sent to dest_unit 5, port
539 ** 14. When this RTA is deleted, dest_unit for ID 6 will be
559 writeb(dest_unit, &Pkt->dest_unit);
562 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.c527 u16 dest_unit = HostMapP->ID; local
541 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);
542 writew(dest_unit, &Pkt->dest_unit);
545 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);
546 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination);
H A Driointr.c579 rio_dprintk(RIO_DEBUG_INTR, " dest_unit = %d\n", readb(&PacketP->dest_unit));
H A Drioboot.c634 CmdBlkP->Packet.dest_unit = Rup < (unsigned short) MAX_RUP ? Rup : 0;
H A Drioctrl.c1420 CmdBlkP->Packet.dest_unit = rup;

Completed in 85 milliseconds