Home
last modified time | relevance | path

Searched refs:PHB (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Dcdproto.h29 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 *);
Dproto.h81 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);
Dphb.h158 typedef struct PHB PHB ; typedef
159 struct PHB { struct
Dlist.h99 WWORD(((PHB *)RIO_PTR(Cad,PortP->PhbO))->tx_add , PortP->TxAddO );\
155 WWORD(((PHB *)RIO_PTR(Cad,PortP->PhbO))->rx_remove, PortP->RxRemoveO );\
Driotypes.h116 typedef struct PHB *PHB_ptr;
Dhost.h98 struct PHB *PhbP; /* Pointer to the PHB array */
Dport.h151 struct PHB *PhbP; /* pointer to PHB for port */
Drioboot.c573 HostP->PhbP = (PHB*)RIO_PTR(Cad,RWORD(ParmMapP->phb_ptr));
602 struct PHB *PhbP;
Driowinif.h256 } PHB; typedef
Driotable.c871 struct PHB *PhbP = PortP->PhbP = &HostP->PhbP[HostPort];