Searched refs:to_idx (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/uapi/linux/can/ |
D | gw.h | 125 __s8 to_idx; member 132 __s8 to_idx; member
|
/linux-5.19.10/net/can/ |
D | gw.c | 323 int to = calc_idx(xor->to_idx, cf->len); in cgw_csum_xor_rel() 347 for (i = xor->from_idx; i <= xor->to_idx; i++) in cgw_csum_xor_pos() 358 for (i = xor->from_idx; i >= xor->to_idx; i--) in cgw_csum_xor_neg() 368 int to = calc_idx(crc8->to_idx, cf->len); in cgw_csum_crc8_rel() 377 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_rel() 380 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_rel() 408 for (i = crc8->from_idx; i <= crc8->to_idx; i++) in cgw_csum_crc8_pos() 435 for (i = crc8->from_idx; i >= crc8->to_idx; i--) in cgw_csum_crc8_neg() 975 err = cgw_chk_csum_parms(c->from_idx, c->to_idx, in cgw_parse_attr() 986 if (c->from_idx < 0 || c->to_idx < 0 || in cgw_parse_attr() [all …]
|
/linux-5.19.10/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 616 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-5.19.10/samples/bpf/ |
D | xdp_sample_user.c | 1019 __u32 from_idx, to_idx; in stats_get_devmap_xmit_multi() local 1028 to_idx = pair & 0xFFFFFFFF; in stats_get_devmap_xmit_multi() 1063 if (if_indextoname(to_idx, ifname_to)) in stats_get_devmap_xmit_multi()
|
/linux-5.19.10/drivers/irqchip/ |
D | irq-gic-v3-its.c | 1051 u64 rd_idx, to_idx, linear_idx; in its_wait_for_range_completion() local 1055 to_idx = its_cmd_ptr_to_offset(its, to); in its_wait_for_range_completion() 1056 if (to_idx < prev_idx) in its_wait_for_range_completion() 1057 to_idx += ITS_CMD_QUEUE_SZ; in its_wait_for_range_completion() 1075 if (linear_idx >= to_idx) in its_wait_for_range_completion() 1081 to_idx, linear_idx); in its_wait_for_range_completion()
|