Searched refs:shortcut (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dipi.h30 static inline unsigned int __prepare_ICR (unsigned int shortcut, int vector, unsigned int dest) argument
32 unsigned int icr = shortcut | dest;
50 static inline void __send_IPI_shortcut(unsigned int shortcut, int vector, unsigned int dest) argument
62 cfg = __prepare_ICR(shortcut, vector, dest);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-default/
H A Dmach_ipi.h8 void __send_IPI_shortcut(unsigned int shortcut, int vector);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dmpoa_proc.c143 if (in_entry->shortcut)
144 seq_printf(m, " %-3d %-3d",in_entry->shortcut->vpi,in_entry->shortcut->vci);
165 if (eg_entry->shortcut)
166 seq_printf(m, " %-3d %-3d",eg_entry->shortcut->vpi,eg_entry->shortcut->vci);
H A Dmpoa_caches.h25 struct atm_vcc *shortcut; member in struct:in_cache_entry
56 struct atm_vcc *shortcut; member in struct:eg_cache_entry
H A Dmpc.c482 ddprintk("mpoa: (%s) send_via_shortcut: using shortcut\n", mpc->dev->name);
507 atomic_add(skb->truesize, &sk_atm(entry->shortcut)->sk_wmem_alloc);
508 ATM_SKB(skb)->atm_options = entry->shortcut->atm_options;
509 entry->shortcut->send(entry->shortcut, skb);
538 if ( send_via_shortcut(skb, mpc) == 0 ) /* try shortcut */
580 in_entry->shortcut = vcc;
612 in_entry->shortcut = NULL;
618 eg_entry->shortcut = NULL;
655 /* data coming over the shortcut */
[all...]
H A Dmpoa_caches.c67 if(entry->shortcut == vcc) {
121 if(entry->entry_state == INGRESS_RESOLVED && entry->shortcut != NULL)
135 if(entry->shortcut != NULL)
140 if(entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL)
178 vcc = entry->shortcut;
362 if (entry->shortcut == vcc) {
412 vcc = entry->shortcut;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmp.c36 static inline int __prepare_ICR (unsigned int shortcut, int vector) argument
38 unsigned int icr = shortcut | APIC_DEST_LOGICAL;
56 void __send_IPI_shortcut(unsigned int shortcut, int vector) argument
68 cfg = __prepare_ICR(shortcut, vector);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex76 --- shortcut for \verb|-family inet|.
80 --- shortcut for \verb|-family inet6|.
84 --- shortcut for \verb|-family link|.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S15862 # quick shortcut. #

Completed in 156 milliseconds