Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/i825xx/
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.c255 static bool start_receive(struct net_device *, pcb_struct *);
373 static bool send_pcb(struct net_device *dev, pcb_struct * pcb) in send_pcb()
458 static bool receive_pcb(struct net_device *dev, pcb_struct * pcb) in receive_pcb()
549 static bool start_receive(struct net_device *dev, pcb_struct * tx_pcb) in start_receive()
/linux-3.4.99/arch/alpha/boot/
Dbootp.c26 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
32 static struct pcb_struct pcb_va[1];
72 struct pcb_struct * pcb_pa; in pal_init()
Dmain.c24 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
27 static struct pcb_struct pcb_va[1];
67 struct pcb_struct * pcb_pa; in pal_init()
Dbootpz.c45 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
54 static struct pcb_struct pcb_va[1];
120 struct pcb_struct * pcb_pa; in pal_init()
132 pcb_pa = (struct pcb_struct *)find_pa((unsigned long)pcb_va); in pal_init()
/linux-3.4.99/arch/alpha/mm/
Dinit.c37 static struct pcb_struct original_pcb;
90 load_PCB(struct pcb_struct *pcb) in load_PCB()
137 original_pcb = *(struct pcb_struct *) original_pcb_ptr; in switch_to_system_map()
Dfault.c44 struct pcb_struct *pcb; in __load_new_mm_context()
/linux-3.4.99/arch/alpha/include/asm/
Dthread_info.h14 struct pcb_struct pcb; /* palcode state */
Dhwrpb.h77 struct pcb_struct { struct
Dmmu_context.h26 __reload_thread(struct pcb_struct *pcb) in __reload_thread()
/linux-3.4.99/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()