Home
last modified time | relevance | path

Searched refs:to_idx (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/can/
Dgw.c213 int to = calc_idx(xor->to_idx, cf->can_dlc); in cgw_csum_xor_rel()
237 for (i = xor->from_idx; i <= xor->to_idx; i++) in cgw_csum_xor_pos()
248 for (i = xor->from_idx; i >= xor->to_idx; i--) in cgw_csum_xor_neg()
257 int to = calc_idx(crc8->to_idx, cf->can_dlc); in cgw_csum_crc8_rel()
266 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_rel()
269 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_rel()
298 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_pos()
325 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_neg()
725 err = cgw_chk_csum_parms(c->from_idx, c->to_idx, in cgw_parse_attr()
737 if (c->from_idx < 0 || c->to_idx < 0 || in cgw_parse_attr()
[all …]
/Linux-v4.19/include/uapi/linux/can/
Dgw.h112 __s8 to_idx; member
119 __s8 to_idx; member
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_64.c616 static void emit_branch(unsigned int br_opc, unsigned int from_idx, unsigned int to_idx, in emit_branch() argument
619 unsigned int off = to_idx - from_idx; in emit_branch()
627 static void emit_cbcond(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, in emit_cbcond() argument
630 unsigned int off = to_idx - from_idx; in emit_cbcond()
635 static void emit_cbcondi(unsigned int cb_opc, unsigned int from_idx, unsigned int to_idx, in emit_cbcondi() argument
638 unsigned int off = to_idx - from_idx; in emit_cbcondi()
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its.c740 u64 rd_idx, from_idx, to_idx; in its_wait_for_range_completion() local
744 to_idx = its_cmd_ptr_to_offset(its, to); in its_wait_for_range_completion()
750 if (from_idx < to_idx && rd_idx >= to_idx) in its_wait_for_range_completion()
754 if (from_idx >= to_idx && rd_idx >= to_idx && rd_idx < from_idx) in its_wait_for_range_completion()
760 from_idx, to_idx, rd_idx); in its_wait_for_range_completion()