Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dtbxfload.c307 acpi_status acpi_load_table(struct acpi_table_header *table, u32 *table_idx) in ACPI_EXPORT_SYMBOL_INIT()
326 if (table_idx) { in ACPI_EXPORT_SYMBOL_INIT()
327 *table_idx = table_index; in ACPI_EXPORT_SYMBOL_INIT()
/openbmc/linux/io_uring/
H A Drsrc.h123 unsigned int table_idx = idx >> IO_RSRC_TAG_TABLE_SHIFT; in io_get_tag_slot() local
125 return &data->tags[table_idx][off]; in io_get_tag_slot()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c209 u32 table_idx; in hns_roce_calc_hem_mhop() local
226 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()
/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c551 __u32 table_idx = hash % config->indirections_len; in tun_rss_steering_prog() local
555 &table_idx); in tun_rss_steering_prog()
/openbmc/linux/include/acpi/
H A Dacpixf.h464 u32 *table_idx))
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c835 int table_idx = bttv_tvnorms[btv->tvnorm].sram; in bt848A_set_timing() local
840 btv->c.nr,table_idx); in bt848A_set_timing()
847 len=SRAM_Table[table_idx][0]; in bt848A_set_timing()
849 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c_rfk.c1067 u8 idx = rfk_mcc->table_idx; in _lok_finetune_check()
1410 idx = rfk_mcc->table_idx; in _iqk_preset()
4054 u8 idx = rfk_mcc->table_idx; in rtw8852c_mcc_get_ch_info()
4064 rfk_mcc->table_idx = idx; in rtw8852c_mcc_get_ch_info()
H A Dcore.h3898 u8 table_idx; member