Home
last modified time | relevance | path

Searched refs:FLG_L2BLOCK (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Dlayer2.h138 #define FLG_L2BLOCK 16 macro
Dlayer2.c335 test_and_set_bit(FLG_L2BLOCK, &l2->flag); in set_peer_busy()
341 test_and_clear_bit(FLG_L2BLOCK, &l2->flag); in clear_peer_busy()
/linux-4.19.296/drivers/isdn/hisax/
Disdnl3.c493 if (test_bit(FLG_L2BLOCK, &st->l2.flag)) { in lc_release_req()
Dhisax.h248 #define FLG_L2BLOCK 16 macro
Disdnl2.c114 test_and_set_bit(FLG_L2BLOCK, &l2->flag); in set_peer_busy()
120 test_and_clear_bit(FLG_L2BLOCK, &l2->flag); in clear_peer_busy()