Searched refs:pcb_struct (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | 3c505.h | 240 } 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 */
|
D | 3c505.c | 257 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/ |
D | bootp.c | 27 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()
|
D | main.c | 25 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()
|
D | bootpz.c | 46 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/ |
D | init.c | 39 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()
|
D | fault.c | 45 struct pcb_struct *pcb; in __load_new_mm_context()
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | thread_info.h | 14 struct pcb_struct pcb; /* palcode state */
|
D | hwrpb.h | 77 struct pcb_struct { struct
|
D | mmu_context.h | 27 __reload_thread(struct pcb_struct *pcb) in __reload_thread()
|
/linux-2.6.39/arch/alpha/kernel/ |
D | smp.c | 292 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start() 299 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()
|