Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/isdn/mISDN/
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()
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()
/Linux-v6.1/include/linux/
DmISDNif.h246 #define OPTION_L2_PMX 1 macro