Home
last modified time | relevance | path

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

/linux-4.19.296/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.c2144 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2156 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2169 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
2181 if (test_bit(OPTION_L2_PMX, &options)) in create_l2()
/linux-4.19.296/include/linux/
DmISDNif.h247 #define OPTION_L2_PMX 1 macro