Home
last modified time | relevance | path

Searched refs:OPTION_L2_PMX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/isdn/mISDN/
H A Dtei.c796 test_and_set_bit(OPTION_L2_PMX, &opt); in create_new_tei()
1027 test_and_set_bit(OPTION_L2_PMX, &opt); in create_teimgr()
1064 if (test_bit(OPTION_L2_PMX, &opt)) in create_teimgr()
1072 if (test_bit(OPTION_L2_PMX, &opt)) in create_teimgr()
H A Dlayer2.c2132 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2144 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2157 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2169 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
/openbmc/linux/include/linux/
H A DmISDNif.h246 #define OPTION_L2_PMX 1 macro