Home
last modified time | relevance | path

Searched refs:pcb_struct (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/net/
D3c505.h240 } pcb_struct; typedef
263 pcb_struct tx_pcb; /* PCB for foreground sending */
264 pcb_struct rx_pcb; /* PCB for foreground receiving */
265 pcb_struct itx_pcb; /* PCB for background sending */
266 pcb_struct irx_pcb; /* PCB for background receiving */
D3c505.c257 static bool start_receive(struct net_device *, pcb_struct *);
375 static bool send_pcb(struct net_device *dev, pcb_struct * pcb) in send_pcb()
460 static bool receive_pcb(struct net_device *dev, pcb_struct * pcb) in receive_pcb()
551 static bool start_receive(struct net_device *dev, pcb_struct * tx_pcb) in start_receive()
/linux-2.6.39/arch/alpha/boot/
Dbootp.c27 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
33 static struct pcb_struct pcb_va[1];
73 struct pcb_struct * pcb_pa; in pal_init()
Dmain.c25 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
28 static struct pcb_struct pcb_va[1];
68 struct pcb_struct * pcb_pa; in pal_init()
Dbootpz.c46 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
55 static struct pcb_struct pcb_va[1];
121 struct pcb_struct * pcb_pa; in pal_init()
133 pcb_pa = (struct pcb_struct *)find_pa((unsigned long)pcb_va); in pal_init()
/linux-2.6.39/arch/alpha/mm/
Dinit.c39 static struct pcb_struct original_pcb;
92 load_PCB(struct pcb_struct *pcb) in load_PCB()
139 original_pcb = *(struct pcb_struct *) original_pcb_ptr; in switch_to_system_map()
Dfault.c45 struct pcb_struct *pcb; in __load_new_mm_context()
/linux-2.6.39/arch/alpha/include/asm/
Dthread_info.h14 struct pcb_struct pcb; /* palcode state */
Dhwrpb.h77 struct pcb_struct { struct
Dmmu_context.h27 __reload_thread(struct pcb_struct *pcb) in __reload_thread()
/linux-2.6.39/arch/alpha/kernel/
Dsmp.c292 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start()
299 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()