Searched refs:tx_seg (Results 1 – 1 of 1) sorted by relevance
1179 struct seg_tx *tx_seg = NULL; in ctl_send_seg() local1185 for (tx_seg = NULL, i = 0; i < ARRAY_SIZE(seg_tx); i++) { in ctl_send_seg()1187 tx_seg = &seg_tx[i]; in ctl_send_seg()1192 if (!tx_seg) { in ctl_send_seg()1197 tx_seg->dst = tx->ctx->addr; in ctl_send_seg()1198 tx_seg->seg_n = (data_len - 1) / BLE_MESH_CTL_SEG_SDU_MAX; in ctl_send_seg()1199 tx_seg->nack_count = tx_seg->seg_n + 1; in ctl_send_seg()1200 tx_seg->seq_auth = SEQ_AUTH(BLE_MESH_NET_IVI_TX, bt_mesh.seq); in ctl_send_seg()1201 tx_seg->sub = tx->sub; in ctl_send_seg()1202 tx_seg->new_key = tx->sub->kr_flag; in ctl_send_seg()[all …]