Home
last modified time | relevance | path

Searched refs:table_index (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.h55 u16 table_index);
64 u16 table_index);
73 u16 table_index);
82 u16 table_index);
91 u16 table_index);
100 u16 table_index);
109 u16 table_index);
118 u16 table_index);
127 u16 table_index);
136 u16 table_index);
[all …]
H A Dmacsec_api.c61 u16 table_index) in set_raw_ingress_record() argument
103 lut_sel_reg.bits_0.lut_addr = table_index; in set_raw_ingress_record()
122 u16 table_index) in get_raw_ingress_record() argument
132 lut_sel_reg.bits_0.lut_addr = table_index; in get_raw_ingress_record()
171 u16 table_index) in set_raw_egress_record() argument
199 lut_sel_reg.bits_0.lut_addr = table_index; in set_raw_egress_record()
215 u16 table_index) in get_raw_egress_record() argument
225 lut_sel_reg.bits_0.lut_addr = table_index; in get_raw_egress_record()
264 u16 table_index) in set_ingress_prectlf_record() argument
268 if (table_index >= NUMROWS_INGRESSPRECTLFRECORD) in set_ingress_prectlf_record()
[all …]
/linux/drivers/acpi/acpica/
H A Dtbdata.c21 acpi_tb_check_duplication(struct acpi_table_desc *table_desc, u32 *table_index);
24 acpi_tb_compare_tables(struct acpi_table_desc *table_desc, u32 table_index);
41 acpi_tb_compare_tables(struct acpi_table_desc *table_desc, u32 table_index) in acpi_tb_compare_tables() argument
50 acpi_tb_acquire_table(&acpi_gbl_root_table_list.tables[table_index], in acpi_tb_compare_tables()
420 acpi_tb_check_duplication(struct acpi_table_desc *table_desc, u32 *table_index) in acpi_tb_check_duplication() argument
467 *table_index = i; in acpi_tb_check_duplication()
496 char *signature, u32 *table_index) in acpi_tb_verify_temp_table() argument
543 if (table_index) { in acpi_tb_verify_temp_table()
545 acpi_tb_check_duplication(table_desc, table_index); in acpi_tb_verify_temp_table()
660 acpi_tb_get_next_table_descriptor(u32 *table_index, in acpi_tb_get_next_table_descriptor() argument
[all …]
H A Dactables.h28 acpi_tb_get_next_table_descriptor(u32 *table_index,
47 char *signature, u32 *table_index);
49 u8 acpi_tb_is_table_loaded(u32 table_index);
51 void acpi_tb_set_table_loaded_flag(u32 table_index, u8 is_loaded);
65 char *oem_id, char *oem_table_id, u32 *table_index);
91 u8 reload, u8 override, u32 *table_index);
96 acpi_tb_load_table(u32 table_index, struct acpi_namespace_node *parent_node);
102 u8 override, u32 *table_index);
104 acpi_status acpi_tb_unload_table(u32 table_index);
110 acpi_status acpi_tb_delete_namespace_by_owner(u32 table_index);
[all …]
H A Dnsload.c41 acpi_ns_load_table(u32 table_index, struct acpi_namespace_node *node) in acpi_ns_load_table() argument
49 if (acpi_tb_is_table_loaded(table_index)) { in acpi_ns_load_table()
57 status = acpi_tb_allocate_owner_id(table_index); in acpi_ns_load_table()
71 status = acpi_ns_parse_table(table_index, node); in acpi_ns_load_table()
73 acpi_tb_set_table_loaded_flag(table_index, TRUE); in acpi_ns_load_table()
85 tables[table_index].owner_id); in acpi_ns_load_table()
87 acpi_tb_release_owner_id(table_index); in acpi_ns_load_table()
106 status = acpi_ds_initialize_objects(table_index, node); in acpi_ns_load_table()
H A Dexconfig.c24 acpi_ex_add_table(u32 table_index, union acpi_operand_object **ddb_handle);
46 acpi_ex_add_table(u32 table_index, union acpi_operand_object **ddb_handle) in acpi_ex_add_table() argument
63 obj_desc->reference.value = table_index; in acpi_ex_add_table()
92 u32 table_index; in acpi_ex_load_table_op() local
110 operand[2]->string.pointer, &table_index); in acpi_ex_load_table_op()
170 status = acpi_tb_load_table(table_index, parent_node); in acpi_ex_load_table_op()
176 status = acpi_ex_add_table(table_index, &ddb_handle); in acpi_ex_load_table_op()
285 u32 table_index; in acpi_ex_load_op() local
438 table, TRUE, &table_index); in acpi_ex_load_op()
455 status = acpi_ex_add_table(table_index, &ddb_handle); in acpi_ex_load_op()
[all …]
H A Dtbxfload.c244 u32 table_index; in acpi_install_table() local
251 &table_index); in acpi_install_table()
275 u32 table_index; in ACPI_EXPORT_SYMBOL_INIT() local
282 &table_index); in ACPI_EXPORT_SYMBOL_INIT()
310 u32 table_index; in ACPI_EXPORT_SYMBOL_INIT() local
325 table, FALSE, &table_index); in ACPI_EXPORT_SYMBOL_INIT()
327 *table_idx = table_index; in ACPI_EXPORT_SYMBOL_INIT()
437 acpi_status acpi_unload_table(u32 table_index) in ACPI_EXPORT_SYMBOL()
443 if (table_index == 1) { in ACPI_EXPORT_SYMBOL()
450 status = acpi_tb_unload_table(table_index); in ACPI_EXPORT_SYMBOL()
H A Dnsparse.c44 acpi_ns_execute_table(u32 table_index, struct acpi_namespace_node *start_node) in acpi_ns_execute_table() argument
56 status = acpi_get_table_by_index(table_index, &table); in acpi_ns_execute_table()
70 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ns_execute_table()
149 u32 table_index, in acpi_ns_one_complete_parse() argument
162 status = acpi_get_table_by_index(table_index, &table); in acpi_ns_one_complete_parse()
176 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ns_one_complete_parse()
250 acpi_ns_parse_table(u32 table_index, struct acpi_namespace_node *start_node) in acpi_ns_parse_table() argument
268 status = acpi_ns_execute_table(table_index, start_node); in acpi_ns_parse_table()
H A Ddsinit.c157 acpi_ds_initialize_objects(u32 table_index, in acpi_ds_initialize_objects() argument
167 status = acpi_tb_get_owner_id(table_index, &owner_id); in acpi_ds_initialize_objects()
180 info.table_index = table_index; in acpi_ds_initialize_objects()
196 status = acpi_get_table_by_index(table_index, &table); in acpi_ds_initialize_objects()
H A Dtbutils.c113 struct acpi_table_header *acpi_tb_copy_dsdt(u32 table_index) in acpi_tb_copy_dsdt() argument
118 table_desc = &acpi_gbl_root_table_list.tables[table_index]; in acpi_tb_copy_dsdt()
227 u32 table_index; in acpi_tb_parse_root_table() local
326 &table_index); in acpi_tb_parse_root_table()
330 tables[table_index].signature, in acpi_tb_parse_root_table()
332 acpi_gbl_fadt_index = table_index; in acpi_tb_parse_root_table()
H A Dtbinstal.c35 u8 override, u32 *table_index) in acpi_tb_install_table_with_override() argument
66 *table_index = i; in acpi_tb_install_table_with_override()
102 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument
153 *table_index = i; in acpi_tb_install_standard_table()
162 table_index); in acpi_tb_install_standard_table()
H A Dtbfind.c35 char *oem_id, char *oem_table_id, u32 *table_index) in acpi_tb_find_table() argument
109 *table_index = i; in acpi_tb_find_table()
H A Dacnamesp.h71 acpi_ns_load_table(u32 table_index, struct acpi_namespace_node *node);
102 acpi_ns_parse_table(u32 table_index, struct acpi_namespace_node *start_node);
105 acpi_ns_execute_table(u32 table_index, struct acpi_namespace_node *start_node);
109 u32 table_index,
H A Dtbxface.c405 acpi_get_table_by_index(u32 table_index, struct acpi_table_header **out_table) in ACPI_EXPORT_SYMBOL()
428 if (table_index >= acpi_gbl_root_table_list.current_table_count) { in ACPI_EXPORT_SYMBOL()
434 acpi_tb_get_table(&acpi_gbl_root_table_list.tables[table_index], in ACPI_EXPORT_SYMBOL()
H A Drscalc.c744 u32 table_index; in acpi_rs_get_pci_routing_table_length() local
785 for (table_index = 0; in acpi_rs_get_pci_routing_table_length()
786 table_index < package_element->package.count in acpi_rs_get_pci_routing_table_length()
787 && !name_found; table_index++) { in acpi_rs_get_pci_routing_table_length()
H A Ddsopcode.c469 u32 table_index; in acpi_ds_eval_table_region_operands() local
509 operand[2]->string.pointer, &table_index); in acpi_ds_eval_table_region_operands()
521 status = acpi_get_table_by_index(table_index, &table); in acpi_ds_eval_table_region_operands()
H A Dacstruct.h98 u32 table_index; member
H A Dacdispat.h199 acpi_ds_initialize_objects(u32 table_index,
/linux/drivers/soc/samsung/
H A Dexynos5422-asv.c456 unsigned int table_index; in exynos5422_asv_init() local
476 table_index = 3; in exynos5422_asv_init()
479 table_index = asv->table - 1; in exynos5422_asv_init()
481 table_index = 0; in exynos5422_asv_init()
491 subsys->table.buf = (u32 *)asv_arm_table[table_index]; in exynos5422_asv_init()
500 subsys->table.buf = (u32 *)asv_kfc_table[table_index]; in exynos5422_asv_init()
/linux/drivers/input/rmi4/
H A Drmi_smbus.c37 u8 table_index; member
105 i = rmi_smb->table_index; in rmi_smb_get_command_code()
106 rmi_smb->table_index = (i + 1) % RMI_SMB2_MAP_SIZE; in rmi_smb_get_command_code()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_fid.c76 int table_index; member
422 return fid_family->pgt_base + num_fids * flood_table->table_index; in mlxsw_sp_fid_pgt_base_ctl()
1259 return mlxsw_sp_fid_pgt_base_cff(fid) + flood_table->table_index; in mlxsw_sp_fid_fid_mid_cff()
1288 .table_index = 0,
1293 .table_index = 1,
1298 .table_index = 2,
1312 .table_index = 0,
1316 .table_index = 1,
1330 .table_index = 0,
1591 pgt_addr = fid_pgt_base + flood_table->table_index; in mlxsw_sp_fid_rfid_port_memb_ft_cff()
[all …]
/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c1127 int table_index = 0; in allocate_gpios() local
1137 lookup_table = lookup_tables[table_index]; in allocate_gpios()
1140 dbg_printk(1, "Allocating gpios using table index %d\n", table_index); in allocate_gpios()
1153 table_index++; in allocate_gpios()
1154 lookup_table = lookup_tables[table_index]; in allocate_gpios()
1160 dbg_printk(1, "Allocation failed, now using table_index %d\n", table_index); in allocate_gpios()
/linux/drivers/acpi/
H A Dsysfs.c510 int table_index; in acpi_tables_sysfs_init() local
526 for (table_index = 0;; table_index++) { in acpi_tables_sysfs_init()
527 status = acpi_get_table_by_index(table_index, &table_header); in acpi_tables_sysfs_init()
/linux/include/acpi/
H A Dacpixf.h473 acpi_unload_table(u32 table_index))
502 acpi_get_table_by_index(u32 table_index,
/linux/drivers/infiniband/hw/hfi1/
H A Dfirmware.c2032 table_type, int table_index, int field_index, in get_platform_config_field() argument
2097 if (table_index < in get_platform_config_field()
2099 src_ptr += table_index; in get_platform_config_field()

12