Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Ddebugfs.c20 int i, j, sbd, idx0, idx1, vidx0, vidx1; in npc_mcam_layout_show() local
50 idx0 = sb->b0b + j; in npc_mcam_layout_show()
51 map = xa_load(&npc_priv->xa_idx2pf_map, idx0); in npc_mcam_layout_show()
54 map = xa_load(&npc_priv->xa_idx2vidx_map, idx0); in npc_mcam_layout_show()
61 seq_printf(s, "\t%u(%#x) %s\n", idx0, pf1, in npc_mcam_layout_show()
80 idx0 = sb->b0b + j; in npc_mcam_layout_show()
81 map = xa_load(&npc_priv->xa_idx2pf_map, idx0); in npc_mcam_layout_show()
84 map = xa_load(&npc_priv->xa_idx2vidx_map, idx0); in npc_mcam_layout_show()
106 idx0, pf1, v0 ? buf0 : " "); in npc_mcam_layout_show()
112 idx0 = sb->b0b + j; in npc_mcam_layout_show()
[all …]
/linux/arch/sh/mm/
H A Dioremap_fixed.c50 enum fixed_addresses idx0, idx; in ioremap_fixed() local
86 idx0 = FIX_IOREMAP_BEGIN + slot; in ioremap_fixed()
87 idx = idx0; in ioremap_fixed()
/linux/arch/sparc/kernel/
H A Dperf_event.c1246 int idx0 = 0; in sparc_check_constraints() local
1268 idx0 = 1; in sparc_check_constraints()
1285 idx0 = 1; in sparc_check_constraints()
1292 idx0 = 1; in sparc_check_constraints()
1300 idx0 = 1; in sparc_check_constraints()
1308 evts[0]->hw.idx = idx0; in sparc_check_constraints()
1310 evts[1]->hw.idx = idx0 ^ 1; in sparc_check_constraints()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945.c1927 s32 idx0, idx1; in il3945_hw_reg_get_matched_power_idx() local
1945 idx0 = 0; in il3945_hw_reg_get_matched_power_idx()
1948 idx0 = 1; in il3945_hw_reg_get_matched_power_idx()
1951 idx0 = 2; in il3945_hw_reg_get_matched_power_idx()
1954 idx0 = 3; in il3945_hw_reg_get_matched_power_idx()
1958 denominator = (s32) samples[idx1].power - (s32) samples[idx0].power; in il3945_hw_reg_get_matched_power_idx()
1961 gains0 = (s32) samples[idx0].gain_idx * (1 << 19); in il3945_hw_reg_get_matched_power_idx()
1965 (s32) samples[idx0].power) / in il3945_hw_reg_get_matched_power_idx()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c89 int idx0, idx1; in mlx5_cmd_create_lag() local
95 idx0 = mlx5_lag_get_dev_index_by_seq(ldev, 0); in mlx5_cmd_create_lag()
98 if (idx0 < 0 || idx1 < 0) in mlx5_cmd_create_lag()
103 MLX5_SET(lagc, lag_ctx, tx_remap_affinity_1, ports[idx0]); in mlx5_cmd_create_lag()
126 int idx0, idx1; in mlx5_cmd_modify_lag() local
128 idx0 = mlx5_lag_get_dev_index_by_seq(ldev, 0); in mlx5_cmd_modify_lag()
130 if (idx0 < 0 || idx1 < 0) in mlx5_cmd_modify_lag()
136 MLX5_SET(lagc, lag_ctx, tx_remap_affinity_1, ports[idx0]); in mlx5_cmd_modify_lag()
/linux/arch/loongarch/net/
H A Dbpf_jit.c287 const int idx0 = ctx->idx; in emit_bpf_tail_call() local
289 #define cur_offset (ctx->idx - idx0) in emit_bpf_tail_call()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c546 const int idx0 = ctx->idx; in build_prologue() local
571 cur_offset = ctx->idx - idx0; in build_prologue()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3071 int idx0 = req->tx.vtag0_idx; in nix_tx_vtag_decfg() local
3081 if (vlan->entry2pfvf_map[idx0] != pcifunc || in nix_tx_vtag_decfg()
3088 err = nix_tx_vtag_free(rvu, blkaddr, pcifunc, idx0); in nix_tx_vtag_decfg()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24217 wlc_phy_txpwr_idx_cur_set_nphy(struct brcms_phy *pi, u8 idx0, u8 idx1) in wlc_phy_txpwr_idx_cur_set_nphy() argument
24219 mod_phy_reg(pi, 0x1e7, (0x7f << 0), idx0); in wlc_phy_txpwr_idx_cur_set_nphy()