Lines Matching refs:tx
152 struct node_tx *tx; in ZTEST() local
189 lt_rx(LL_PHY_REQ, &conn, &tx, &req); in ZTEST()
199 event_tx_ack(&conn, tx); in ZTEST()
211 ull_cp_release_tx(&conn, tx); in ZTEST()
220 lt_rx(LL_REJECT_EXT_IND, &conn, &tx, &reject_ext_ind); in ZTEST()
224 event_tx_ack(&conn, tx); in ZTEST()
231 ull_cp_release_tx(&conn, tx); in ZTEST()
247 event_tx_ack(&conn, tx); in ZTEST()
262 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in ZTEST()
266 event_tx_ack(&conn, tx); in ZTEST()
275 pdu = (struct pdu_data *)tx->pdu; in ZTEST()
279 ull_cp_release_tx(&conn, tx); in ZTEST()
321 struct node_tx *tx; in ZTEST() local
367 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind_1); in ZTEST()
371 event_tx_ack(&conn, tx); in ZTEST()
377 pdu = (struct pdu_data *)tx->pdu; in ZTEST()
381 ull_cp_release_tx(&conn, tx); in ZTEST()
413 lt_rx(LL_PHY_REQ, &conn, &tx, &req_central); in ZTEST()
420 event_tx_ack(&conn, tx); in ZTEST()
426 ull_cp_release_tx(&conn, tx); in ZTEST()
439 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind_2); in ZTEST()
443 event_tx_ack(&conn, tx); in ZTEST()
449 pdu = (struct pdu_data *)tx->pdu; in ZTEST()
453 ull_cp_release_tx(&conn, tx); in ZTEST()
493 struct node_tx *tx; in ZTEST() local
526 lt_rx(LL_PHY_REQ, &conn, &tx, &req_peripheral); in ZTEST()
533 event_tx_ack(&conn, tx); in ZTEST()
539 ull_cp_release_tx(&conn, tx); in ZTEST()
545 lt_rx(LL_PHY_RSP, &conn, &tx, &rsp); in ZTEST()
576 event_tx_ack(&conn, tx); in ZTEST()
582 ull_cp_release_tx(&conn, tx); in ZTEST()
623 struct node_tx *tx; in ZTEST() local
659 lt_rx(LL_PHY_REQ, &conn, &tx, &req); in ZTEST()
665 event_tx_ack(&conn, tx); in ZTEST()
671 ull_cp_release_tx(&conn, tx); in ZTEST()
677 lt_rx(LL_REJECT_EXT_IND, &conn, &tx, &reject_ext_ind); in ZTEST()
680 event_tx_ack(&conn, tx); in ZTEST()
686 ull_cp_release_tx(&conn, tx); in ZTEST()
709 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in ZTEST()
711 event_tx_ack(&conn, tx); in ZTEST()
717 pdu = (struct pdu_data *)tx->pdu; in ZTEST()
721 ull_cp_release_tx(&conn, tx); in ZTEST()