Home
last modified time | relevance | path

Searched refs:from_idx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/uapi/linux/can/
Dgw.h124 __s8 from_idx; member
131 __s8 from_idx; member
/Linux-v5.10/net/can/
Dgw.c260 int from = calc_idx(xor->from_idx, cf->len); in cgw_csum_xor_rel()
285 for (i = xor->from_idx; i <= xor->to_idx; i++) in cgw_csum_xor_pos()
296 for (i = xor->from_idx; i >= xor->to_idx; i--) in cgw_csum_xor_neg()
305 int from = calc_idx(crc8->from_idx, cf->len); in cgw_csum_crc8_rel()
315 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_rel()
318 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_rel()
346 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_pos()
373 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_neg()
906 err = cgw_chk_csum_parms(c->from_idx, c->to_idx, in cgw_parse_attr()
917 if (c->from_idx < 0 || c->to_idx < 0 || in cgw_parse_attr()
[all …]
/Linux-v5.10/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()