Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/mISDN/
Dtei.c805 test_and_set_bit(OPTION_L2_PMX, &opt); in create_new_tei()
1036 test_and_set_bit(OPTION_L2_PMX, &opt); in create_teimgr()
1073 if (test_bit(OPTION_L2_PMX, &opt)) in create_teimgr()
1081 if (test_bit(OPTION_L2_PMX, &opt)) in create_teimgr()
Dlayer2.c2158 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2170 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2183 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2195 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
/linux-4.1.27/include/linux/
DmISDNif.h247 #define OPTION_L2_PMX 1 macro