Lines Matching refs:tx
94 struct node_tx *tx; in ZTEST() local
120 lt_rx(LL_CTE_REQ, &conn, &tx, &local_cte_req); in ZTEST()
139 ull_cp_release_tx(&conn, tx); in ZTEST()
169 struct node_tx *tx; in ZTEST() local
195 lt_rx(LL_CTE_REQ, &conn, &tx, &local_cte_req); in ZTEST()
214 ull_cp_release_tx(&conn, tx); in ZTEST()
238 struct node_tx *tx; in ZTEST() local
270 lt_rx(LL_CTE_RSP, &conn, &tx, &remote_cte_rsp); in ZTEST()
274 event_tx_ack(&conn, tx); in ZTEST()
280 ull_cp_release_tx(&conn, tx); in ZTEST()
307 struct node_tx *tx; in ZTEST() local
339 lt_rx(LL_CTE_RSP, &conn, &tx, &remote_cte_rsp); in ZTEST()
343 event_tx_ack(&conn, tx); in ZTEST()
349 ull_cp_release_tx(&conn, tx); in ZTEST()
386 struct node_tx *tx; in ZTEST() local
414 lt_rx(LL_CTE_REQ, &conn, &tx, &local_cte_req); in ZTEST()
433 ull_cp_release_tx(&conn, tx); in ZTEST()
465 struct node_tx *tx; in ZTEST() local
493 lt_rx(LL_CTE_REQ, &conn, &tx, &local_cte_req); in ZTEST()
512 ull_cp_release_tx(&conn, tx); in ZTEST()
536 struct node_tx *tx; in ZTEST() local
571 lt_rx(LL_REJECT_EXT_IND, &conn, &tx, &remote_reject_ext_ind); in ZTEST()
575 event_tx_ack(&conn, tx); in ZTEST()
581 ull_cp_release_tx(&conn, tx); in ZTEST()
608 struct node_tx *tx; in ZTEST() local
643 lt_rx(LL_REJECT_EXT_IND, &conn, &tx, &remote_reject_ext_ind); in ZTEST()
647 event_tx_ack(&conn, tx); in ZTEST()
653 ull_cp_release_tx(&conn, tx); in ZTEST()
686 struct node_tx *tx; in test_cte_req_ll_unknown_rsp_local() local
710 lt_rx(LL_CTE_REQ, &conn, &tx, &local_cte_req); in test_cte_req_ll_unknown_rsp_local()
732 ull_cp_release_tx(&conn, tx); in test_cte_req_ll_unknown_rsp_local()
839 struct node_tx *tx = NULL; in run_local_cte_req() local
848 lt_rx(LL_CTE_REQ, &conn, &tx, cte_req); in run_local_cte_req()
867 ull_cp_release_tx(&conn, tx); in run_local_cte_req()
955 struct node_tx *tx = NULL; in run_phy_update_central() local
964 lt_rx(LL_PHY_REQ, &conn, &tx, phy_req); in run_phy_update_central()
968 event_tx_ack(&conn, tx); in run_phy_update_central()
982 if (tx != NULL) { in run_phy_update_central()
984 ull_cp_release_tx(&conn, tx); in run_phy_update_central()
990 lt_rx(LL_PHY_UPDATE_IND, &conn, &tx, &ind); in run_phy_update_central()
994 event_tx_ack(&conn, tx); in run_phy_update_central()
1003 pdu = (struct pdu_data *)tx->pdu; in run_phy_update_central()
1007 ull_cp_release_tx(&conn, tx); in run_phy_update_central()
1029 struct node_tx *tx; in run_phy_update_peripheral() local
1037 lt_rx(LL_PHY_REQ, &conn, &tx, phy_req); in run_phy_update_peripheral()
1041 event_tx_ack(&conn, tx); in run_phy_update_peripheral()
1049 ull_cp_release_tx(&conn, tx); in run_phy_update_peripheral()
1069 lt_rx(LL_PHY_RSP, &conn, &tx, &rsp); in run_phy_update_peripheral()
1079 event_tx_ack(&conn, tx); in run_phy_update_peripheral()
1090 ull_cp_release_tx(&conn, tx); in run_phy_update_peripheral()
1273 struct node_tx *tx; in run_remote_cte_req() local
1283 lt_rx(LL_CTE_RSP, &conn, &tx, &remote_cte_rsp); in run_remote_cte_req()
1287 event_tx_ack(&conn, tx); in run_remote_cte_req()
1293 ull_cp_release_tx(&conn, tx); in run_remote_cte_req()