Searched refs:MGR_OPT_NETWORK (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/isdn/mISDN/ |
D | tei.c | 388 if (!test_bit(MGR_OPT_NETWORK, &mgr->options)) /* only net send UI */ in dl_unit_data() 438 if (test_bit(MGR_OPT_NETWORK, &mgr->options)) in put_tei_msg() 908 if (!test_bit(MGR_OPT_NETWORK, &mgr->options)) in ph_data_ind() 915 if (test_bit(MGR_OPT_NETWORK, &mgr->options)) in ph_data_ind() 947 if (test_bit(MGR_OPT_NETWORK, &tm->mgr->options)) in l2_tei() 953 if (test_bit(MGR_OPT_NETWORK, &tm->mgr->options)) in l2_tei() 957 if (test_bit(MGR_OPT_NETWORK, &tm->mgr->options)) in l2_tei() 961 if (test_bit(MGR_OPT_NETWORK, &tm->mgr->options)) in l2_tei() 1002 if (test_bit(MGR_OPT_NETWORK, &mgr->options)) { in create_teimgr() 1020 test_and_set_bit(MGR_OPT_NETWORK, &mgr->options); in create_teimgr() [all …]
|
D | core.h | 36 #define MGR_OPT_NETWORK 25 macro
|