Lines Matching refs:Host
78 int RIOFoadRta(struct Host *HostP, struct Map *MapP) in RIOFoadRta()
108 int RIOZombieRta(struct Host *HostP, struct Map *MapP) in RIOZombieRta()
138 int RIOCommandRta(struct rio_info *p, unsigned long RtaUnique, int (*func) (struct Host * HostP, st… in RIOCommandRta()
140 unsigned int Host; in RIOCommandRta() local
147 for (Host = 0; Host < p->RIONumHosts; Host++) { in RIOCommandRta()
149 struct Host *HostP = &p->RIOHosts[Host]; in RIOCommandRta()
181 unsigned int Host; in RIOIdentifyRta() local
189 for (Host = 0; Host < p->RIONumHosts; Host++) { in RIOIdentifyRta()
191 struct Host *HostP = &p->RIOHosts[Host]; in RIOIdentifyRta()
246 uint Host; in RIOKillNeighbour() local
248 struct Host *HostP; in RIOKillNeighbour()
279 for (Host = 0; Host < p->RIONumHosts; Host++) { in RIOKillNeighbour()
281 HostP = &p->RIOHosts[Host]; in RIOKillNeighbour()
306 int RIOSuspendBootRta(struct Host *HostP, int ID, int Link) in RIOSuspendBootRta()
369 static int RIOCommandRup(struct rio_info *p, uint Rup, struct Host *HostP, struct PKT __iomem *Pack… in RIOCommandRup()
572 int RIOQueueCmdBlk(struct Host *HostP, uint Rup, struct CmdBlk *CmdBlkP) in RIOQueueCmdBlk()
649 void RIOPollHostCommands(struct rio_info *p, struct Host *HostP) in RIOPollHostCommands()