Home
last modified time | relevance | path

Searched refs:tbl_idx (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c320 int tbl_idx; in iwl_dbgfs_sar_geo_profile_read()
326 tbl_idx = iwl_mvm_get_sar_geo_profile(mvm); in iwl_dbgfs_sar_geo_profile_read()
327 if (tbl_idx < 0) { in iwl_dbgfs_sar_geo_profile_read()
329 return tbl_idx; in iwl_dbgfs_sar_geo_profile_read()
332 if (!tbl_idx) { in iwl_dbgfs_sar_geo_profile_read()
337 "Use geographic profile %d\n", tbl_idx); in iwl_dbgfs_sar_geo_profile_read()
340 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].chains[0], in iwl_dbgfs_sar_geo_profile_read()
341 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].chains[1], in iwl_dbgfs_sar_geo_profile_read()
342 mvm->fwrt.geo_profiles[tbl_idx - 1].bands[0].max); in iwl_dbgfs_sar_geo_profile_read()
345 mvm->fwrt.geo_profiles[tbl_idx
311 int tbl_idx; iwl_dbgfs_sar_geo_profile_read() local
[all...]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl535 my ($out,$red_tbl,$red_tbl_idx,$tbl_idx) = @_6_args_universal_ABI;
552 leaq ($tbl_idx,$tbl_idx,4), %rax
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c480 u32 tbl_idx = 0; in bnxt_re_add_gid() local
490 vlan_id, true, &tbl_idx); in bnxt_re_add_gid()
494 if (!ctx_tbl[tbl_idx]) { in bnxt_re_add_gid()
498 ctx->idx = tbl_idx; in bnxt_re_add_gid()
500 ctx_tbl[tbl_idx] = ctx; in bnxt_re_add_gid()
502 ctx_tbl[tbl_idx]->refcnt++; in bnxt_re_add_gid()
504 *context = ctx_tbl[tbl_idx]; in bnxt_re_add_gid()
506 rdev->gid_map[index] = tbl_idx; in bnxt_re_add_gid()
518 ctx->idx = tbl_idx; in bnxt_re_add_gid()
520 ctx_tbl[tbl_idx] = ctx; in bnxt_re_add_gid()
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Drsaz_exp_x2.c88 int red_table_idx, int tbl_idx);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h452 u8 tbl_idx, u16 rate_idx);
H A Dmac.c255 u8 tbl_idx, u16 rate_idx) in mt7996_mac_set_fixed_rate_table() argument
257 u32 ctrl = MT_WTBL_ITCR_WR | MT_WTBL_ITCR_EXEC | tbl_idx; in mt7996_mac_set_fixed_rate_table()
H A Dmcu.c3576 u8 tbl_idx; in mt7996_mcu_twt_agrt_update() member
3594 .tbl_idx = flow->table_id, in mt7996_mcu_twt_agrt_update()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c3751 u8 tbl_idx; in mt7915_mcu_twt_agrt_update() member
3767 .tbl_idx = flow->table_id, in mt7915_mcu_twt_agrt_update()