Searched refs:dest_port (Results 1 – 7 of 7) sorted by relevance
/drivers/char/rio/ |
D | riocmd.c | 92 CmdBlkP->Packet.dest_port = BOOT_RUP; in RIOFoadRta() 122 CmdBlkP->Packet.dest_port = BOOT_RUP; in RIOZombieRta() 222 CmdBlkP->Packet.dest_port = BOOT_RUP; in RIOIdentifyRta() 271 CmdBlkP->Packet.dest_port = BOOT_RUP; in RIOKillNeighbour() 320 CmdBlkP->Packet.dest_port = BOOT_RUP; in RIOSuspendBootRta() 406 …KET information: Destination 0x%x:0x%x\n", readb(&PacketP->dest_unit), readb(&PacketP->dest_port)); in RIOCommandRup() 676 switch (readb(&PacketP->dest_port)) { in RIOPollHostCommands() 706 rio_dprintk(RIO_DEBUG_CMD, "Unknown RUP %d\n", readb(&PacketP->dest_port)); in RIOPollHostCommands() 737 if (CmdBlkP->Packet.dest_port == BOOT_RUP) in RIOPollHostCommands()
|
D | riotable.c | 534 u16 dest_port = port - SysPort; in RIODeleteRta() local 547 …New %x:%x\n", readw(TxPktP), readb(&Pkt->dest_unit), readb(&Pkt->dest_port), dest_unit, dest_port); in RIODeleteRta() 549 writew(dest_port, &Pkt->dest_port); in RIODeleteRta() 551 …->PhbP->destination) & 0xff, (readb(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_port); in RIODeleteRta() 552 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination); in RIODeleteRta()
|
D | rioroute.c | 296 CmdBlkP->Packet.dest_port = ROUTE_RUP; in RIORouteRup() 515 unsigned short dest_port = port + 8; in RIOFixPhbs() local 561 writeb(dest_port, &Pkt->dest_port); in RIOFixPhbs() 563 …->PhbP->destination) & 0xff, (readw(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_port); in RIOFixPhbs() 564 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination); in RIOFixPhbs()
|
D | pkt.h | 66 u8 dest_port; /* Destination POrt */ member
|
D | riointr.c | 581 rio_dprintk(RIO_DEBUG_INTR, " dest_port = %d\n", readb(&PacketP->dest_port)); in RIOReceive()
|
D | rioboot.c | 639 CmdBlkP->Packet.dest_port = BOOT_RUP; in RIOBootRup()
|
D | rioctrl.c | 1422 CmdBlkP->Packet.dest_port = COMMAND_RUP; in RIOPreemptiveCmd()
|