Lines Matching +full:tx +full:- +full:channel

4  * SPDX-License-Identifier: Apache-2.0
56 return ((event_counter(conn) - instant) & 0xFFFF) <= 0x7FFF; in is_instant_reached()
64 struct node_tx *tx; in ZTEST() local
72 /* Store initial channel map */ in ZTEST()
87 /* Tx Queue should have one LL Control PDU */ in ZTEST()
88 lt_rx(LL_CHAN_MAP_UPDATE_IND, &conn, &tx, &chmu_ind); in ZTEST()
95 pdu = (struct pdu_data *)tx->pdu; in ZTEST()
96 instant = sys_le16_to_cpu(pdu->llctrl.chan_map_ind.instant); in ZTEST()
98 /* Release Tx */ in ZTEST()
99 ull_cp_release_tx(&conn, tx); in ZTEST()
106 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
115 /* check if still using initial channel map */ in ZTEST()
118 "Channel map invalid"); in ZTEST()
124 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
133 /* at this point new channel map shall be in use */ in ZTEST()
135 "Channel map invalid"); in ZTEST()
145 struct node_tx *tx; in ZTEST() local
166 /* Tx Queue should have one LL Control PDU */ in ZTEST()
167 lt_rx(LL_CHAN_MAP_UPDATE_IND, &conn, &tx, &chmu_ind); in ZTEST()
173 /* Release Tx */ in ZTEST()
174 ull_cp_release_tx(&conn, tx); in ZTEST()
179 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
192 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
201 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
222 /* Store initial channel map */ in ZTEST()
234 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
248 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
257 /* check if using old channel map */ in ZTEST()
260 "Channel map invalid"); in ZTEST()
266 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
275 /* at this point new channel map shall be in use */ in ZTEST()
277 "Channel map invalid"); in ZTEST()
302 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
322 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()
331 /* Tx Queue should NOT have a LL Control PDU */ in ZTEST()