Searched refs:start_index (Results 1 – 4 of 4) sorted by relevance
313 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized() argument321 return (cf->len != start_index); in check_optimized()329 return (cf->len != padlen(start_index)); in check_optimized()334 int start_index, u8 content) in check_pad() argument341 return check_optimized(cf, start_index); in check_pad()354 for (i = start_index; i < cf->len; i++) in check_pad()
31 unsigned long start_index; member790 for (; (shaper = xa_find(&hierarchy->shapers, &ctx->start_index, in net_shaper_nl_get_dumpit()791 U32_MAX, XA_PRESENT)); ctx->start_index++) { in net_shaper_nl_get_dumpit()
256 struct tipc_link *l, u8 start_index);1449 struct tipc_link *l, u8 start_index) in __tipc_build_gap_ack_blks() argument1451 struct tipc_gap_ack *gacks = &ga->gacks[start_index]; in __tipc_build_gap_ack_blks()1551 u16 si = (last_ga) ? last_ga->start_index : 0; in tipc_link_advance_transmq()1567 this_ga->start_index = 0; in tipc_link_advance_transmq()1668 last_ga->start_index = si; in tipc_link_advance_transmq()
190 u8 start_index; member
Completed in 25 milliseconds