Searched refs:seg_tx (Results 1 – 1 of 1) sorted by relevance
72 static struct seg_tx { struct86 } seg_tx[CONFIG_BLE_MESH_TX_SEG_MSG_COUNT]; argument178 struct seg_tx tx = { in bt_mesh_get_seg_retrans_timeout()247 for (i = 0; i < ARRAY_SIZE(seg_tx); i++) { in bt_mesh_tx_in_progress()248 if (seg_tx[i].nack_count) { in bt_mesh_tx_in_progress()256 static void seg_tx_done(struct seg_tx *tx, uint8_t seg_idx) in seg_tx_done()274 static void seg_tx_reset(struct seg_tx *tx) in seg_tx_reset()311 static inline void seg_tx_complete(struct seg_tx *tx, int err) in seg_tx_complete()323 static void schedule_retransmit(struct seg_tx *tx) in schedule_retransmit()340 struct seg_tx *tx = user_data; in seg_first_send_start()[all …]