Home
last modified time | relevance | path

Searched refs:NR_INFO (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/netrom/
H A Dnr_in.c199 case NR_INFO: in nr_state3_machine()
200 case NR_INFO | NR_NAK_FLAG: in nr_state3_machine()
201 case NR_INFO | NR_CHOKE_FLAG: in nr_state3_machine()
202 case NR_INFO | NR_MORE_FLAG: in nr_state3_machine()
203 case NR_INFO | NR_NAK_FLAG | NR_CHOKE_FLAG: in nr_state3_machine()
204 case NR_INFO | NR_CHOKE_FLAG | NR_MORE_FLAG: in nr_state3_machine()
205 case NR_INFO | NR_NAK_FLAG | NR_MORE_FLAG: in nr_state3_machine()
206 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h64 NR_INFO enumerator
67 extern u16 __read_mostly tlb_lli_4k[NR_INFO];
68 extern u16 __read_mostly tlb_lli_2m[NR_INFO];
69 extern u16 __read_mostly tlb_lli_4m[NR_INFO];
70 extern u16 __read_mostly tlb_lld_4k[NR_INFO];
71 extern u16 __read_mostly tlb_lld_2m[NR_INFO];
72 extern u16 __read_mostly tlb_lld_4m[NR_INFO];
73 extern u16 __read_mostly tlb_lld_1g[NR_INFO];
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dprocessor.h66 NR_INFO enumerator
69 extern u16 __read_mostly tlb_lli_4k[NR_INFO];
70 extern u16 __read_mostly tlb_lli_2m[NR_INFO];
71 extern u16 __read_mostly tlb_lli_4m[NR_INFO];
72 extern u16 __read_mostly tlb_lld_4k[NR_INFO];
73 extern u16 __read_mostly tlb_lld_2m[NR_INFO];
74 extern u16 __read_mostly tlb_lld_4m[NR_INFO];
75 extern u16 __read_mostly tlb_lld_1g[NR_INFO];
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c730 u16 __read_mostly tlb_lli_4k[NR_INFO];
731 u16 __read_mostly tlb_lli_2m[NR_INFO];
732 u16 __read_mostly tlb_lli_4m[NR_INFO];
733 u16 __read_mostly tlb_lld_4k[NR_INFO];
734 u16 __read_mostly tlb_lld_2m[NR_INFO];
735 u16 __read_mostly tlb_lld_4m[NR_INFO];
736 u16 __read_mostly tlb_lld_1g[NR_INFO];
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcommon.c863 u16 __read_mostly tlb_lli_4k[NR_INFO];
864 u16 __read_mostly tlb_lli_2m[NR_INFO];
865 u16 __read_mostly tlb_lli_4m[NR_INFO];
866 u16 __read_mostly tlb_lld_4k[NR_INFO];
867 u16 __read_mostly tlb_lld_2m[NR_INFO];
868 u16 __read_mostly tlb_lld_4m[NR_INFO];
869 u16 __read_mostly tlb_lld_1g[NR_INFO];
/kernel/linux/linux-5.10/include/net/
H A Dnetrom.h28 #define NR_INFO 0x05 macro
/kernel/linux/linux-6.6/include/net/
H A Dnetrom.h29 #define NR_INFO 0x05 macro
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Dpcnet_cs.c196 #define NR_INFO ARRAY_SIZE(hw_info) macro
297 for (i = 0; i < NR_INFO; i++) { in get_hwinfo()
312 return (i < NR_INFO) ? hw_info+i : NULL; in get_hwinfo()
357 for (i = 0; i < NR_INFO; i++) { in get_prom()
363 if ((i < NR_INFO) || ((prom[28] == 0x57) && (prom[30] == 0x57))) { in get_prom()
366 return (i < NR_INFO) ? hw_info+i : &default_info; in get_prom()
/kernel/linux/linux-6.6/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()

Completed in 21 milliseconds