Home
last modified time | relevance | path

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

/linux/net/mac80211/
A Drc80211_minstrel_ht.c473 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local
483 tmp_idx = MI_RATE_IDX(tp_list[j - 1]); in minstrel_ht_sort_best_tp_rates()
509 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local
521 tmp_idx = MI_RATE_IDX(*dest); in minstrel_ht_set_best_prob_rate()
522 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_set_best_prob_rate()
579 tmp_idx = MI_RATE_IDX(tmp_legacy_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()
584 tmp_idx = MI_RATE_IDX(tmp_mcs_tp_rate[0]); in minstrel_ht_assign_best_tp_rates()
605 int tmp_max_streams, group, tmp_idx, tmp_prob; in minstrel_ht_prob_rate_reduce_streams() local
618 tmp_idx = MI_RATE_IDX(mg->max_group_prob_rate); in minstrel_ht_prob_rate_reduce_streams()
619 tmp_prob = mi->groups[group].rates[tmp_idx].prob_avg; in minstrel_ht_prob_rate_reduce_streams()
[all …]
/linux/arch/powerpc/net/
A Dbpf_jit_comp.c33 u32 tmp_idx; in bpf_jit_fixup_subprog_calls() local
60 tmp_idx = ctx->idx; in bpf_jit_fixup_subprog_calls()
68 ctx->idx = tmp_idx; in bpf_jit_fixup_subprog_calls()
A Dbpf_jit_comp64.c320 u32 tmp_idx; in bpf_jit_build_body() local
749 tmp_idx = ctx->idx * 4; in bpf_jit_build_body()
757 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
769 tmp_idx = ctx->idx * 4; in bpf_jit_build_body()
773 PPC_BCC_SHORT(COND_NE, tmp_idx); in bpf_jit_build_body()
/linux/drivers/net/can/usb/etas_es58x/
A Des581_4.c67 u32 tmp_idx; in es581_4_echo_msg() local
70 tmp_idx = get_unaligned_le32(&echo_msg->packet_idx); in es581_4_echo_msg()
71 if (tmp_idx == packet_idx - 1) { in es581_4_echo_msg()
79 if (tmp_idx != packet_idx) { in es581_4_echo_msg()
/linux/drivers/media/v4l2-core/
A Dv4l2-ctrls-api.c583 u32 tmp_idx = idx; in try_set_ext_ctrls_common() local
590 if (helpers[tmp_idx].ref->ctrl == master) in try_set_ext_ctrls_common()
591 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls_common()
592 tmp_idx = helpers[tmp_idx].next; in try_set_ext_ctrls_common()
593 } while (tmp_idx); in try_set_ext_ctrls_common()
/linux/arch/powerpc/kexec/
A Dfile_load_64.c516 int tmp_idx, ret; in kdump_setup_usable_lmb() local
529 tmp_idx = um_info->idx; in kdump_setup_usable_lmb()
542 um_info->buf[tmp_idx] = in kdump_setup_usable_lmb()
543 cpu_to_be64((um_info->idx - tmp_idx - 1) / 2); in kdump_setup_usable_lmb()
/linux/drivers/regulator/
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/mm/
A Dmmu_decl.h141 extern void loadcam_multi(int first_idx, int num, int tmp_idx);
/linux/arch/mips/net/
A Dbpf_jit_comp.c914 unsigned int tmp_idx; in bpf_int_jit_compile() local
965 tmp_idx = ctx.jit_index; in bpf_int_jit_compile()
969 ctx.jit_index = tmp_idx; in bpf_int_jit_compile()
/linux/arch/arm/net/
A Dbpf_jit_32.c1896 unsigned int tmp_idx; in bpf_int_jit_compile() local
1947 tmp_idx = ctx.idx; in bpf_int_jit_compile()
1949 ctx.prologue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()
1954 tmp_idx = ctx.idx; in bpf_int_jit_compile()
1956 ctx.epilogue_bytes = (ctx.idx - tmp_idx) * 4; in bpf_int_jit_compile()
/linux/drivers/scsi/qedi/
A Dqedi_main.c1827 s16 tmp_idx; in qedi_get_task_idx() local
1830 tmp_idx = find_first_zero_bit(qedi->task_idx_map, in qedi_get_task_idx()
1833 if (tmp_idx >= MAX_ISCSI_TASK_ENTRIES) { in qedi_get_task_idx()
1835 tmp_idx = -1; in qedi_get_task_idx()
1839 if (test_and_set_bit(tmp_idx, qedi->task_idx_map)) in qedi_get_task_idx()
1843 return tmp_idx; in qedi_get_task_idx()
/linux/drivers/infiniband/hw/mlx4/
A Dqp.c1915 u32 tmp_idx; in create_qp_lb_counter() local
1923 err = mlx4_counter_alloc(dev->dev, &tmp_idx, MLX4_RES_USAGE_DRIVER); in create_qp_lb_counter()
1929 mlx4_counter_free(dev->dev, tmp_idx); in create_qp_lb_counter()
1933 new_counter_index->index = tmp_idx; in create_qp_lb_counter()

Completed in 38 milliseconds