Home
last modified time | relevance | path

Searched refs:NR_INFO (Results 1 – 6 of 6) sorted by relevance

/linux/net/netrom/
H A Dnr_in.c198 case NR_INFO: in nr_state3_machine()
199 case NR_INFO | NR_NAK_FLAG: in nr_state3_machine()
200 case NR_INFO | NR_CHOKE_FLAG: in nr_state3_machine()
201 case NR_INFO | NR_MORE_FLAG: in nr_state3_machine()
202 case NR_INFO | NR_NAK_FLAG | NR_CHOKE_FLAG: in nr_state3_machine()
203 case NR_INFO | NR_CHOKE_FLAG | NR_MORE_FLAG: in nr_state3_machine()
204 case NR_INFO | NR_NAK_FLAG | NR_MORE_FLAG: in nr_state3_machine()
205 case NR_INFO | NR_NAK_FLAG | NR_CHOKE_FLAG | NR_MORE_FLAG: in nr_state3_machine()
H A Daf_netrom.c1123 *asmptr++ = NR_INFO; in nr_sendmsg()
/linux/arch/x86/include/asm/
H A Dprocessor.h65 NR_INFO enumerator
68 extern u16 __read_mostly tlb_lli_4k[NR_INFO];
69 extern u16 __read_mostly tlb_lli_2m[NR_INFO];
70 extern u16 __read_mostly tlb_lli_4m[NR_INFO];
71 extern u16 __read_mostly tlb_lld_4k[NR_INFO];
72 extern u16 __read_mostly tlb_lld_2m[NR_INFO];
73 extern u16 __read_mostly tlb_lld_4m[NR_INFO];
74 extern u16 __read_mostly tlb_lld_1g[NR_INFO];
/linux/arch/x86/kernel/cpu/
H A Dcommon.c849 u16 __read_mostly tlb_lli_4k[NR_INFO];
850 u16 __read_mostly tlb_lli_2m[NR_INFO];
851 u16 __read_mostly tlb_lli_4m[NR_INFO];
852 u16 __read_mostly tlb_lld_4k[NR_INFO];
853 u16 __read_mostly tlb_lld_2m[NR_INFO];
854 u16 __read_mostly tlb_lld_4m[NR_INFO];
855 u16 __read_mostly tlb_lld_1g[NR_INFO];
/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c195 #define NR_INFO ARRAY_SIZE(hw_info) macro
297 for (i = 0; i < NR_INFO; i++) { in get_hwinfo()
313 return (i < NR_INFO) ? hw_info+i : NULL; in get_hwinfo()
359 for (i = 0; i < NR_INFO; i++) { in get_prom()
365 if ((i < NR_INFO) || ((prom[28] == 0x57) && (prom[30] == 0x57))) { in get_prom()
369 return (i < NR_INFO) ? hw_info+i : &default_info; in get_prom()
/linux/include/net/
H A Dnetrom.h29 #define NR_INFO 0x05 macro