Lines Matching +full:channel +full:- +full:use
1 /* SPDX-License-Identifier: GPL-2.0-only */
18 * H - hardware driver specific bits
19 * G - for all drivers
34 /* channel->Flags bit field */
35 #define FLG_TX_BUSY 0 /* tx_buf in use */
36 #define FLG_TX_NEXT 1 /* next_skb in use */
39 #define FLG_OPEN 5 /* channel is in use */
40 #define FLG_ACTIVE 6 /* channel is activated */
42 /* channel type */
43 #define FLG_DCHANNEL 8 /* channel is D-channel */
44 #define FLG_BCHANNEL 9 /* channel is B-channel */
45 #define FLG_ECHANNEL 10 /* channel is E-channel */
46 #define FLG_TRANSPARENT 12 /* channel use transparent data */
47 #define FLG_HDLC 13 /* channel use hdlc data */
48 #define FLG_L2DATA 14 /* channel use L2 DATA primitivs */
49 #define FLG_ORIGIN 15 /* channel is on origin site */
50 /* channel specific stuff */
74 test_and_set_bit(ev, &((s)->Flags)); \
75 schedule_work(&((s)->workq)); \
86 int slot; /* multiport card channel slot */
147 int slot; /* multiport card channel slot */