Home
last modified time | relevance | path

Searched refs:dest_port (Results 1 – 7 of 7) sorted by relevance

/drivers/char/rio/
Driocmd.c92 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()
Driotable.c534 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()
Drioroute.c296 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()
Dpkt.h66 u8 dest_port; /* Destination POrt */ member
Driointr.c581 rio_dprintk(RIO_DEBUG_INTR, " dest_port = %d\n", readb(&PacketP->dest_port)); in RIOReceive()
Drioboot.c639 CmdBlkP->Packet.dest_port = BOOT_RUP; in RIOBootRup()
Drioctrl.c1422 CmdBlkP->Packet.dest_port = COMMAND_RUP; in RIOPreemptiveCmd()