Lines Matching defs:tx
119 static int send_unseg(struct bt_mesh_net_tx *tx, struct net_buf_simple *sdu, in send_unseg()
196 static void seg_tx_done(struct seg_tx *tx, uint8_t seg_idx) in seg_tx_done()
203 static bool seg_tx_blocks(struct seg_tx *tx, uint16_t src, uint16_t dst) in seg_tx_blocks()
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()
281 static void schedule_transmit_continue(struct seg_tx *tx, uint32_t delta) in schedule_transmit_continue()
307 struct seg_tx *tx = user_data; in seg_send_start() local
328 struct seg_tx *tx = user_data; in seg_sent() local
343 static void seg_tx_buf_build(struct seg_tx *tx, uint8_t seg_o, in seg_tx_buf_build()
356 static void seg_tx_send_unacked(struct seg_tx *tx) in seg_tx_send_unacked()
480 struct seg_tx *tx = CONTAINER_OF(dwork, struct seg_tx, retransmit); in seg_retransmit() local
490 struct seg_tx *tx; in send_seg() local
626 static int trans_encrypt(const struct bt_mesh_net_tx *tx, const struct bt_mesh_key *key, in trans_encrypt()
645 int bt_mesh_trans_send(struct bt_mesh_net_tx *tx, struct net_buf_simple *msg, in bt_mesh_trans_send()
818 struct seg_tx *tx; in seg_tx_lookup() local
850 struct seg_tx *tx; in trans_ack() local
1065 int bt_mesh_ctl_send(struct bt_mesh_net_tx *tx, uint8_t ctl_op, void *data, in bt_mesh_ctl_send()
1112 struct bt_mesh_net_tx tx = { in send_ack() local