taglinefilesource code
pcb_struct21arch/alpha/boot/main.cstruct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
pcb_struct44arch/alpha/boot/main.cstruct pcb_struct * find_pa(unsigned long *vptb, struct pcb_struct * pcb)
pcb_struct53arch/alpha/boot/main.creturn (struct pcb_struct *) result;
pcb_struct73arch/alpha/boot/main.c#define pcb_va ((struct pcb_struct *) 0x20000000)
pcb_struct81arch/alpha/boot/main.cstruct pcb_struct * pcb_pa;
pcb_struct212drivers/net/3c505.cpcb_struct tx_pcb;         /* PCB for foreground sending */
pcb_struct213drivers/net/3c505.cpcb_struct rx_pcb;         /* PCB for foreground receiving */
pcb_struct214drivers/net/3c505.cpcb_struct itx_pcb;        /* PCB for background sending */
pcb_struct215drivers/net/3c505.cpcb_struct irx_pcb;        /* PCB for background receiving */
pcb_struct288drivers/net/3c505.cstatic int send_pcb(elp_device * adapter, pcb_struct * pcb)
pcb_struct378drivers/net/3c505.cstatic int receive_pcb(elp_device * adapter, pcb_struct * pcb)
pcb_struct517drivers/net/3c505.cstatic int start_receive(elp_device * adapter, pcb_struct * tx_pcb)