taglinefilesource code
pcb_struct22arch/alpha/boot/main.cstruct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
pcb_struct68arch/alpha/boot/main.cstruct pcb_struct * find_pa(unsigned long *vptb, struct pcb_struct * pcb)
pcb_struct77arch/alpha/boot/main.creturn (struct pcb_struct *) result;
pcb_struct97arch/alpha/boot/main.c#define pcb_va ((struct pcb_struct *) 0x20000000)
pcb_struct105arch/alpha/boot/main.cstruct pcb_struct * pcb_pa;
pcb_struct256drivers/net/3c505.cpcb_struct tx_pcb;  /* PCB for foreground sending */
pcb_struct257drivers/net/3c505.cpcb_struct rx_pcb;  /* PCB for foreground receiving */
pcb_struct258drivers/net/3c505.cpcb_struct itx_pcb;  /* PCB for background sending */
pcb_struct259drivers/net/3c505.cpcb_struct irx_pcb;  /* PCB for background receiving */
pcb_struct325drivers/net/3c505.cstatic int start_receive(struct device *, pcb_struct *);
pcb_struct443drivers/net/3c505.cstatic int send_pcb(struct device *dev, pcb_struct * pcb)
pcb_struct525drivers/net/3c505.cstatic int receive_pcb(struct device *dev, pcb_struct * pcb)
pcb_struct609drivers/net/3c505.cstatic int start_receive(struct device *dev, pcb_struct * tx_pcb)