| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_tx_queue.c | 35 void ull_tx_q_enqueue_data(struct ull_tx_q *queue, struct node_tx *tx) in ull_tx_q_enqueue_data() 50 void ull_tx_q_enqueue_ctrl(struct ull_tx_q *queue, struct node_tx *tx) in ull_tx_q_enqueue_ctrl() 58 struct node_tx *tx; in ull_tx_q_peek() local 67 struct node_tx *tx; in ull_tx_q_dequeue() local
|
| A D | ull_conn.c | 215 void ll_tx_mem_release(void *tx) in ll_tx_mem_release() 220 int ll_tx_mem_enqueue(uint16_t handle, void *tx) in ll_tx_mem_enqueue() 655 uint8_t ll_phy_default_set(uint8_t tx, uint8_t rx) in ll_phy_default_set() 1444 struct node_tx *tx = lll_tx->node; in ull_conn_tx_demux() local 1454 struct node_tx *tx = lll_tx->node; in ull_conn_tx_demux() local 1472 struct node_tx *tx; in ull_conn_tx_lll_enqueue() local 1500 struct node_tx **tx) in ull_conn_ack_peek() 1518 struct node_tx **tx) in ull_conn_ack_by_last_peek() 1766 struct node_tx *tx = NULL; in tx_ull_dequeue() local 1965 struct node_tx *tx; in tx_ull_flush() local [all …]
|
| A D | ull_llcp_common.c | 157 struct node_tx *tx; in lp_comm_tx() local 926 void llcp_lp_comm_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx) 1043 struct node_tx *tx; local 1427 void llcp_rp_comm_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx)
|
| A D | ull_llcp.c | 235 struct node_tx *tx; in llcp_tx_alloc() local 247 static void tx_release(struct node_tx *tx) in tx_release() 271 void llcp_tx_enqueue(struct ll_conn *conn, struct node_tx *tx) in llcp_tx_enqueue() 471 void ull_cp_release_tx(struct ll_conn *conn, struct node_tx *tx) in ull_cp_release_tx() 570 struct node_tx *tx; in ull_cp_release_nodes() local 744 uint8_t ull_cp_phy_update(struct ll_conn *conn, uint8_t tx, uint8_t flags, uint8_t rx, in ull_cp_phy_update() 1864 void ull_cp_tx_ack(struct ll_conn *conn, struct node_tx *tx)
|
| A D | ull_llcp_past.c | 385 struct node_tx *tx; in lp_past_tx() local 470 void llcp_lp_past_tx_ack(struct ll_conn *conn, struct proc_ctx *ctx, struct node_tx *tx) in llcp_lp_past_tx_ack()
|
| A D | ull_llcp_enc.c | 185 struct node_tx *tx; in llcp_lp_enc_tx() local 275 struct node_tx *tx; in lp_enc_send_enc_req() local 703 struct node_tx *tx; in llcp_rp_enc_tx() local 825 struct node_tx *tx; in rp_enc_send_enc_rsp() local
|
| A D | ull_llcp_cc.c | 145 struct node_tx *tx; in llcp_rp_cc_tx_rsp() local 199 struct node_tx *tx; in llcp_rp_cc_tx_reject() local 765 struct node_tx *tx; in lp_cc_tx() local 1051 struct node_tx *tx; in lp_cc_st_wait_rx_cis_rsp_cancel() local
|
| /subsys/bluetooth/mesh/ |
| A D | transport.c | 196 static void seg_tx_done(struct seg_tx *tx, uint8_t seg_idx) in seg_tx_done() 208 static void seg_tx_unblock_check(struct seg_tx *tx) in seg_tx_unblock_check() 230 static void seg_tx_reset(struct seg_tx *tx) in seg_tx_reset() 267 static inline void seg_tx_complete(struct seg_tx *tx, int err) in seg_tx_complete() 307 struct seg_tx *tx = user_data; in seg_send_start() local 328 struct seg_tx *tx = user_data; in seg_sent() local 356 static void seg_tx_send_unacked(struct seg_tx *tx) in seg_tx_send_unacked() 490 struct seg_tx *tx; in send_seg() local 818 struct seg_tx *tx; in seg_tx_lookup() local 850 struct seg_tx *tx; in trans_ack() local [all …]
|
| A D | sar_cfg.c | 18 const struct bt_mesh_sar_tx *tx) in bt_mesh_sar_tx_encode() 40 struct bt_mesh_sar_tx *tx) in bt_mesh_sar_tx_decode()
|
| A D | sar_cfg_srv.c | 50 const struct bt_mesh_sar_tx *tx = &bt_mesh.sar_tx; in transmitter_status() local 97 struct bt_mesh_sar_tx *tx = &bt_mesh.sar_tx; in transmitter_set() local
|
| A D | dfu_cli.c | 308 static int tx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in tx() function 420 struct blob_cli_broadcast_ctx tx = { in initiate() local 538 const struct blob_cli_broadcast_ctx tx = { in refresh() local 559 const struct blob_cli_broadcast_ctx tx = { in apply() local 613 const struct blob_cli_broadcast_ctx tx = { in confirm() local 677 const struct blob_cli_broadcast_ctx tx = { in cancel() local
|
| A D | net.c | 435 static const struct bt_mesh_net_cred *net_tx_cred_get(struct bt_mesh_net_tx *tx) in net_tx_cred_get() 447 static int net_header_encode(struct bt_mesh_net_tx *tx, uint8_t nid, in net_header_encode() 492 int bt_mesh_net_encode(struct bt_mesh_net_tx *tx, struct net_buf_simple *buf, in bt_mesh_net_encode() 507 static int net_loopback(const struct bt_mesh_net_tx *tx, const uint8_t *data, in net_loopback() 531 int bt_mesh_net_send(struct bt_mesh_net_tx *tx, struct bt_mesh_adv *adv, in bt_mesh_net_send()
|
| A D | lpn.c | 217 struct bt_mesh_net_tx tx = { in send_friend_clear() local 364 struct bt_mesh_net_tx tx = { in send_friend_req() local 466 struct bt_mesh_net_tx tx = { in send_friend_poll() local 794 struct bt_mesh_net_tx tx = { in sub_update() local
|
| /subsys/mgmt/ec_host_cmd/backends/ |
| A D | ec_host_cmd_backend_simulator.c | 20 struct ec_host_cmd_tx_buf *tx; member 30 static ec_host_cmd_backend_api_send tx; variable
|
| A D | ec_host_cmd_backend_espi.c | 38 struct ec_host_cmd_tx_buf *tx; member 96 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in ec_host_cmd_espi_init()
|
| A D | ec_host_cmd_backend_shi_ite.c | 74 struct ec_host_cmd_tx_buf *tx; member 487 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in shi_ite_backend_init()
|
| A D | ec_host_cmd_backend_uart.c | 221 struct ec_host_cmd_rx_ctx *rx_ctx, struct ec_host_cmd_tx_buf *tx) in ec_host_cmd_uart_init()
|
| /subsys/mgmt/ec_host_cmd/ |
| A D | ec_host_cmd_handler.c | 195 struct ec_host_cmd_tx_buf *tx, in send_status_response() 264 static enum ec_host_cmd_status prepare_response(struct ec_host_cmd_tx_buf *tx, uint16_t len) in prepare_response() 300 struct ec_host_cmd_tx_buf *tx = &hc->tx; in ec_host_cmd_send_response() local 396 struct ec_host_cmd_tx_buf *tx = &hc->tx; in ec_host_cmd_thread() local
|
| /subsys/bluetooth/controller/ll_sw/nordic/lll/ |
| A D | lll_adv_iso.c | 262 struct node_tx_iso *tx; in prepare_cb_common() local 655 struct node_tx_iso *tx; in isr_tx_common() local 740 struct node_tx_iso *tx; in isr_tx_common() local
|
| A D | lll_conn.c | 907 struct node_tx *tx; local 1071 struct node_tx *tx; local 1311 struct node_tx *tx; local
|
| /subsys/bluetooth/audio/ |
| A D | bap_iso.h | 31 struct bt_bap_iso_dir tx; member
|
| /subsys/bluetooth/services/ots/ |
| A D | ots_l2cap_internal.h | 29 struct bt_gatt_ots_l2cap_tx tx; member
|
| /subsys/bluetooth/controller/ll_sw/openisa/lll/ |
| A D | lll_conn.c | 495 struct node_tx *tx; in lll_conn_pdu_tx_prep() local 646 struct node_tx *tx; in isr_rx_pdu() local
|
| /subsys/net/lib/shell/ |
| A D | mem.c | 102 struct k_mem_slab *rx, *tx; in cmd_net_mem() local
|
| A D | pkt.c | 57 struct k_mem_slab *rx, *tx; in is_pkt_ptr_valid() local
|