Searched refs:table_idx (Results 1 – 8 of 8) sorted by relevance
209 u32 table_idx; in hns_roce_calc_hem_mhop() local226 table_idx = *obj / (chunk_size / table->obj_size); in hns_roce_calc_hem_mhop()229 mhop->l2_idx = table_idx & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop()230 mhop->l1_idx = table_idx / chunk_ba_num & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop()231 mhop->l0_idx = (table_idx / chunk_ba_num) / chunk_ba_num; in hns_roce_calc_hem_mhop()234 mhop->l1_idx = table_idx & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop()235 mhop->l0_idx = table_idx / chunk_ba_num; in hns_roce_calc_hem_mhop()238 mhop->l0_idx = table_idx; in hns_roce_calc_hem_mhop()
1094 u8 table_idx; member
785 int mt7996_mcu_set_fixed_rate_table(struct mt7996_phy *phy, u8 table_idx,
5253 int mt7996_mcu_set_fixed_rate_table(struct mt7996_phy *phy, u8 table_idx, in mt7996_mcu_set_fixed_rate_table() argument5263 .table_idx = table_idx, in mt7996_mcu_set_fixed_rate_table()
1151 u8 ch = rfk_mcc->table_idx; in _lok_finetune_check()1392 u8 idx = rfk_mcc->table_idx; in _iqk_get_ch_info()1496 u8 idx = rfk_mcc->table_idx; in _iqk_preset()4196 rfk_mcc->table_idx = idx; in rtw8852b_mcc_get_ch_info()
1070 u8 idx = rfk_mcc->table_idx; in _lok_finetune_check()1414 idx = rfk_mcc->table_idx; in _iqk_preset()4130 rfk_mcc->table_idx = idx; in rtw8852c_mcc_get_ch_info()
8146 idx = rfk_mcc->table_idx; in rtw89_fw_h2c_rf_ntfy_mcc()8361 tbl_sel[path] = rfk_mcc->data[path].table_idx; in rtw89_fw_h2c_rf_pre_ntfy()8463 tbl_sel = rfk_mcc_v0->data[path].table_idx; in rtw89_fw_h2c_rf_pre_ntfy_mcc()8484 tbl = rfk_mcc[path].table_idx; in rtw89_fw_h2c_rf_pre_ntfy_mcc()
6644 u8 table_idx; member