Lines Matching defs:start
31 __u16 len, __u16 *start, __u16 *end);
145 /* Only start looking one past the Cumulative TSN Ack Point. */
146 iter->start = map->cumulative_tsn_ack_point + 1;
154 __u16 *start, __u16 *end)
160 if (TSN_lte(map->max_tsn_seen, iter->start))
163 offset = iter->start - map->base_tsn;
171 /* If we found a Gap Ack Block, return the start and end and
175 /* Fix up the start and end based on the
178 *start = start_ + 1;
182 iter->start = map->cumulative_tsn_ack_point + *end + 1;
267 * single array for the start and end of a Gap Ack Block.
273 __u16 len, __u16 *start, __u16 *end)
283 /* Look for the start. */
286 *start = i;
289 if (*start) {
290 /* We have found the start, let's find the
325 __u16 start = 0, end = 0;
328 &start,
331 gabs[ngaps].start = htons(start);