Home
last modified time | relevance | path

Searched refs:tmp_idx (Results 1 – 13 of 13) sorted by relevance

/linux/net/mac80211/
H A Drc80211_minstrel_ht.c542 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local
552 tmp_idx = MI_RATE_IDX(tp_list[j - 1]); in minstrel_ht_sort_best_tp_rates()
553 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_sort_best_tp_rates()
554 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, in minstrel_ht_sort_best_tp_rates()
578 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local
590 tmp_idx = MI_RATE_IDX(*dest); in minstrel_ht_set_best_prob_rate()
591 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_set_best_prob_rate()
592 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob); in minstrel_ht_set_best_prob_rate()
644 unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob; in minstrel_ht_assign_best_tp_rates() local
648 tmp_idx = MI_RATE_IDX(tmp_legacy_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()
[all …]
/linux/tools/testing/selftests/drivers/net/
H A Dxdp.py388 tmp_idx = offset_lst.index(res["offset"])
389 prev_offset = offset_lst[tmp_idx - 1]
390 if tmp_idx == 0:
391 tmp_idx = pkt_sz_lst.index(res["pkt_sz"])
392 prev_pkt_sz = pkt_sz_lst[tmp_idx - 1]
/linux/drivers/net/can/usb/etas_es58x/
H A Des581_4.c68 u32 tmp_idx; in es581_4_echo_msg() local
71 tmp_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
72 if (tmp_idx == packet_idx - 1) { in es581_4_echo_msg()
80 if (tmp_idx != packet_idx) { in es581_4_echo_msg()
/linux/arch/powerpc/kexec/
H A Dfile_load_64.c151 int tmp_idx, ret; in kdump_setup_usable_lmb() local
164 tmp_idx = um_info->idx; in kdump_setup_usable_lmb()
177 um_info->buf[tmp_idx] = in kdump_setup_usable_lmb()
178 cpu_to_be64((um_info->idx - tmp_idx - 1) / 2); in kdump_setup_usable_lmb()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c656 u32 tmp_idx = idx; in try_set_ext_ctrls_common() local
663 if (helpers[tmp_idx].ref->ctrl == master) in try_set_ext_ctrls_common()
664 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls_common()
665 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls_common()
666 } while (tmp_idx); in try_set_ext_ctrls_common()
/linux/drivers/regulator/
H A Dmax8997-regulator.c621 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local
652 tmp_idx = -1; in max8997_set_voltage_buck()
660 tmp_idx = new_idx; in max8997_set_voltage_buck()
668 new_idx = tmp_idx; in max8997_set_voltage_buck()
676 max8997->buck125_gpioindex, tmp_idx); in max8997_set_voltage_buck()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c707 u32 *tmp_idx, u32 *addrp) in bpf_jit_emit_atomic_ops() argument
732 *tmp_idx = ctx->idx; in bpf_jit_emit_atomic_ops()
788 PPC_BCC_SHORT(COND_NE, *tmp_idx * 4); in bpf_jit_emit_atomic_ops()
805 *jmp_off = (fixup_idx - *tmp_idx) * 4; in bpf_jit_emit_atomic_ops()
931 u32 tmp_idx; in bpf_jit_build_body() local
1464 &jmp_off, &tmp_idx, &addrs[i + 1]); in bpf_jit_build_body()
1475 tmp_idx, jmp_off, dst_reg, code); in bpf_jit_build_body()
1506 &jmp_off, &tmp_idx, &addrs[i + 1]); in bpf_jit_build_body()
H A Dbpf_jit_comp32.c315 u32 tmp_idx; in bpf_jit_build_body() local
916 tmp_idx = ctx->idx * 4; in bpf_jit_build_body()
965 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
/linux/arch/powerpc/mm/
H A Dmmu_decl.h128 extern void loadcam_multi(int first_idx, int num, int tmp_idx);
/linux/arch/mips/net/
H A Dbpf_jit_comp.c918 unsigned int tmp_idx; in bpf_int_jit_compile() local
969 tmp_idx = ctx.jit_index; in bpf_int_jit_compile()
973 ctx.jit_index = tmp_idx; in bpf_int_jit_compile()
/linux/drivers/scsi/qedi/
H A Dqedi_main.c1824 s16 tmp_idx; in qedi_get_task_idx() local
1827 tmp_idx = find_first_zero_bit(qedi->task_idx_map, in qedi_get_task_idx()
1830 if (tmp_idx >= MAX_ISCSI_TASK_ENTRIES) { in qedi_get_task_idx()
1832 tmp_idx = -1; in qedi_get_task_idx()
1836 if (test_and_set_bit(tmp_idx, qedi->task_idx_map)) in qedi_get_task_idx()
1840 return tmp_idx; in qedi_get_task_idx()
/linux/arch/arm/net/
H A Dbpf_jit_32.c2151 unsigned int tmp_idx; in bpf_int_jit_compile() local
2202 tmp_idx = ctx.idx; in bpf_int_jit_compile()
2204 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()
2209 tmp_idx = ctx.idx; in bpf_int_jit_compile()
2211 ctx.epilogue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()
/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c1961 u32 tmp_idx; in create_qp_lb_counter() local
1969 err = mlx4_counter_alloc(dev->dev, &tmp_idx, MLX4_RES_USAGE_DRIVER); in create_qp_lb_counter()
1975 mlx4_counter_free(dev->dev, tmp_idx); in create_qp_lb_counter()
1979 new_counter_index->index = tmp_idx; in create_qp_lb_counter()