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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpoa_proc.c122 if(in_entry->shortcut)
123 length += sprintf((char *)page + length," %-3d %-3d",in_entry->shortcut->vpi,in_entry->shortcut->vci);
140 if(eg_entry->shortcut)
141 length += sprintf((char *)page + length," %-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.c491 ddprintk("mpoa: (%s) send_via_shortcut: using shortcut\n", mpc->dev->name);
514 atomic_add(skb->truesize, &entry->shortcut->tx_inuse);
516 ATM_SKB(skb)->atm_options = entry->shortcut->atm_options;
517 entry->shortcut->send(entry->shortcut, skb);
546 if ( send_via_shortcut(skb, mpc) == 0 ) /* try shortcut */
590 in_entry->shortcut = vcc;
624 in_entry->shortcut = NULL;
630 eg_entry->shortcut = NULL;
664 /* data coming over the shortcut */
[all...]
H A Dmpoa_caches.c67 if(entry->shortcut == vcc) {
123 if(entry->entry_state == INGRESS_RESOLVED && entry->shortcut != NULL)
137 if(entry->shortcut != NULL)
142 if(entry->entry_state == INGRESS_RESOLVING && entry->shortcut != NULL)
184 vcc = entry->shortcut;
371 if (entry->shortcut == vcc) {
421 vcc = entry->shortcut;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmp.c36 static inline unsigned int __prepare_ICR (unsigned int shortcut, int vector) argument
38 unsigned int icr = APIC_DM_FIXED | shortcut | vector | APIC_DEST_LOGICAL;
49 static inline void __send_IPI_shortcut(unsigned int shortcut, int vector) argument
61 cfg = __prepare_ICR(shortcut, vector);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsmp.c38 static inline int __prepare_ICR (unsigned int shortcut, int vector) argument
40 return APIC_DM_FIXED | shortcut | vector | INT_DEST_ADDR_MODE;
48 static inline void __send_IPI_shortcut(unsigned int shortcut, int vector) argument
60 cfg = __prepare_ICR(shortcut, vector);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex76 --- shortcut for \verb|-family inet|.
80 --- shortcut for \verb|-family inet6|.
84 --- shortcut for \verb|-family link|.

Completed in 126 milliseconds