Searched refs:PHB (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/char/rio/ |
D | cdproto.h | 29 extern void command_acknowledge ( PHB *port_header ) ; 30 extern int close_port ( ushort port, PHB *port_header, ushort preemptive, int pseudo) ; 33 extern ushort GetModemLines(struct PHB *, register short *); 38 extern void cd1400_txdata ( short port, PHB *port_header, PKT *packet) ; 42 extern void cd1400_txcommand ( short port, PHB *port_header, PKT *packet) ; 51 extern void wflush (PHB *);
|
D | proto.h | 81 int add_end( PKT *pkt, PHB *phb, int type); 82 unsigned short free_packets( PHB *phb, int type); 83 int can_remove_start( PKT **pkt, PHB *phb, int type); 84 int can_add_start( PHB *phb, int type); 85 int can_add_end( PHB *phb, int type); 87 int remove_start( PKT **pkt, PHB *phb, int type); 102 void ltt( Process *ltt_p, LPB *link, PHB *phb_ptr[] ); 143 void partition_tx( struct PHB *phb, u_short tx_size, u_short rx_size, u_short rx_limit);
|
D | phb.h | 158 typedef struct PHB PHB ; typedef 159 struct PHB { struct
|
D | list.h | 99 WWORD(((PHB *)RIO_PTR(Cad,PortP->PhbO))->tx_add , PortP->TxAddO );\ 155 WWORD(((PHB *)RIO_PTR(Cad,PortP->PhbO))->rx_remove, PortP->RxRemoveO );\
|
D | riotypes.h | 116 typedef struct PHB *PHB_ptr;
|
D | host.h | 98 struct PHB *PhbP; /* Pointer to the PHB array */
|
D | port.h | 151 struct PHB *PhbP; /* pointer to PHB for port */
|
D | rioboot.c | 573 HostP->PhbP = (PHB*)RIO_PTR(Cad,RWORD(ParmMapP->phb_ptr)); 602 struct PHB *PhbP;
|
D | riowinif.h | 256 } PHB; typedef
|
D | riotable.c | 871 struct PHB *PhbP = PortP->PhbP = &HostP->PhbP[HostPort];
|