Searched refs:lmi (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wan/
H A Dhdlc_fr.c333 if (state(hdlc)->settings.lmi == LMI_NONE)
349 if (state(hdlc)->settings.lmi == LMI_NONE)
461 int lmi = state(hdlc)->settings.lmi; local
463 int len = lmi == LMI_ANSI ? LMI_ANSI_LENGTH : LMI_CCITT_CISCO_LENGTH;
464 int stat_len = (lmi == LMI_CISCO) ? 6 : 3;
482 if (lmi == LMI_CISCO)
490 if (lmi == LMI_ANSI)
492 data[i++] = lmi == LMI_CCITT ? LMI_CCITT_REPTYPE :
496 data[i++] = lmi
638 int lmi = state(hdlc)->settings.lmi; local
[all...]
/linux-master/include/uapi/linux/hdlc/
H A Dioctl.h64 unsigned short lmi; member in struct:__anon1690
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c2123 static void kernel_map_linear_page(unsigned long vaddr, unsigned long lmi) argument
2137 if (linear_map_hash_slots[lmi] & 0x80)
2146 BUG_ON(linear_map_hash_slots[lmi] & 0x80);
2147 linear_map_hash_slots[lmi] = ret | 0x80;
2151 static void kernel_unmap_linear_page(unsigned long vaddr, unsigned long lmi) argument
2159 if (!(linear_map_hash_slots[lmi] & 0x80)) {
2163 hidx = linear_map_hash_slots[lmi] & 0x7f;
2164 linear_map_hash_slots[lmi] = 0;
2177 unsigned long flags, vaddr, lmi; local
2183 lmi
[all...]
/linux-master/drivers/platform/x86/
H A DMakefile67 obj-$(CONFIG_THINKPAD_LMI) += think-lmi.o
/linux-master/net/bridge/
H A Dbr_multicast.c2177 unsigned long lmqt, lmi, now = jiffies; local
2212 lmi = now + brmctx->multicast_last_member_interval;
2214 time_after(pg->rexmit_timer.expires, lmi))
2215 mod_timer(&pg->rexmit_timer, lmi);
2223 unsigned long now = jiffies, lmi; local
2238 lmi = now + brmctx->multicast_last_member_interval;
2243 time_after(pg->rexmit_timer.expires, lmi))
2244 mod_timer(&pg->rexmit_timer, lmi);

Completed in 165 milliseconds