Searched refs:to_idx (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/can/
H A Dgw.h125 __s8 to_idx; member in struct:cgw_csum_xor
132 __s8 to_idx; member in struct:cgw_csum_crc8
192 * for (i = from_idx .. to_idx)
206 * for (i = from_idx .. to_idx)
/linux-master/net/can/
H A Dgw.c323 int to = calc_idx(xor->to_idx, cf->len);
347 for (i = xor->from_idx; i <= xor->to_idx; i++)
358 for (i = xor->from_idx; i >= xor->to_idx; i--)
368 int to = calc_idx(crc8->to_idx, cf->len);
377 for (i = crc8->from_idx; i <= crc8->to_idx; i++)
380 for (i = crc8->from_idx; i >= crc8->to_idx; i--)
408 for (i = crc8->from_idx; i <= crc8->to_idx; i++)
435 for (i = crc8->from_idx; i >= crc8->to_idx; i--)
975 err = cgw_chk_csum_parms(c->from_idx, c->to_idx,
986 if (c->from_idx < 0 || c->to_idx <
[all...]
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c616 static void emit_branch(unsigned int br_opc, unsigned int from_idx, unsigned int to_idx, argument
619 unsigned int off = to_idx - from_idx;
627 static void emit_cbcond(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, argument
630 unsigned int off = to_idx - from_idx;
635 static void emit_cbcondi(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, argument
638 unsigned int off = to_idx - from_idx;
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1019 __u32 from_idx, to_idx; local
1028 to_idx = pair & 0xFFFFFFFF;
1063 if (if_indextoname(to_idx, ifname_to))
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c1078 u64 rd_idx, to_idx, linear_idx; local
1081 /* Linearize to_idx if the command set has wrapped around */
1082 to_idx = its_cmd_ptr_to_offset(its, to);
1083 if (to_idx < prev_idx)
1084 to_idx += ITS_CMD_QUEUE_SZ;
1102 if (linear_idx >= to_idx)
1108 to_idx, linear_idx);

Completed in 133 milliseconds