Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v5.10/drivers/acpi/acpica/
Dexresnte.c52 acpi_object_type entry_type; in acpi_ex_resolve_node_to_value() local
62 entry_type = acpi_ns_get_type((acpi_handle)node); in acpi_ex_resolve_node_to_value()
66 acpi_ut_get_type_name(entry_type))); in acpi_ex_resolve_node_to_value()
68 if ((entry_type == ACPI_TYPE_LOCAL_ALIAS) || in acpi_ex_resolve_node_to_value()
69 (entry_type == ACPI_TYPE_LOCAL_METHOD_ALIAS)) { in acpi_ex_resolve_node_to_value()
75 entry_type = acpi_ns_get_type((acpi_handle)node); in acpi_ex_resolve_node_to_value()
85 if ((entry_type == ACPI_TYPE_DEVICE) || in acpi_ex_resolve_node_to_value()
86 (entry_type == ACPI_TYPE_THERMAL) || in acpi_ex_resolve_node_to_value()
87 (entry_type == ACPI_TYPE_METHOD) || in acpi_ex_resolve_node_to_value()
102 switch (entry_type) { in acpi_ex_resolve_node_to_value()
[all …]
/Linux-v5.10/drivers/scsi/
Dqla1280.h508 uint8_t entry_type; /* Entry type. */ member
536 uint8_t entry_type; /* Entry type. */ member
562 uint8_t entry_type; /* Entry type. */ member
594 uint8_t entry_type; /* Entry type. */ member
615 uint8_t entry_type; /* Entry type. */ member
635 uint8_t entry_type; /* Entry type. */ member
660 uint8_t entry_type; /* Entry type. */ member
681 uint8_t entry_type; /* Entry type. */ member
709 uint8_t entry_type; /* Entry type. */ member
734 uint8_t entry_type; /* Entry type. */ member
[all …]
Dqlogicpti.h69 u8 entry_type; member
73 u8 entry_type;
/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_hmc.c196 pa = (sd_entry->entry_type == I40IW_SD_TYPE_PAGED) ? in i40iw_hmc_sd_grp()
199 i40iw_set_sd_entry(pa, i, sd_entry->entry_type, in i40iw_hmc_sd_grp()
202 i40iw_clr_sd_entry(i, sd_entry->entry_type, in i40iw_hmc_sd_grp()
334 info->entry_type, in i40iw_sc_create_hmc_obj()
340 if ((sd_entry->entry_type == I40IW_SD_TYPE_PAGED) && in i40iw_sc_create_hmc_obj()
375 switch (sd_entry->entry_type) { in i40iw_sc_create_hmc_obj()
424 mem = (sd_entry->entry_type == I40IW_SD_TYPE_PAGED) ? in i40iw_finish_del_sd_reg()
487 if (info->hmc_info->sd_table.sd_entry[sd_idx].entry_type != in i40iw_sc_del_hmc_obj()
514 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) { in i40iw_sc_del_hmc_obj()
584 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40iw_add_sd_table_entry()
[all …]
Di40iw_hmc.h102 enum i40iw_sd_entry_type entry_type; member
124 enum i40iw_sd_entry_type entry_type; member
198 enum i40iw_sd_entry_type entry_type; member
/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_fw.h438 uint8_t entry_type; /* Entry type. */ member
475 uint8_t entry_type; /* Entry type. */ member
513 uint8_t entry_type; /* Entry type. */ member
560 uint8_t entry_type; /* Entry type. */ member
599 uint8_t entry_type; /* Entry type. */ member
667 uint8_t entry_type; /* Entry type. */ member
696 uint8_t entry_type; /* Entry type. */ member
732 uint8_t entry_type; /* Entry type. */ member
774 uint8_t entry_type; /* Entry type. */ member
830 uint8_t entry_type; /* Entry type. */ member
[all …]
Dqla_mr.h20 uint8_t entry_type; /* Entry type. */ member
55 uint8_t entry_type; /* Entry type. */ member
83 uint8_t entry_type; /* Entry type. */ member
93 uint8_t entry_type; /* Entry type. */ member
118 uint8_t entry_type; /* Entry type. */ member
138 uint8_t entry_type; /* Entry type. */ member
163 uint8_t entry_type; /* Entry type. */ member
Dqla_nvme.h41 uint8_t entry_type; /* Entry type. */ member
77 uint8_t entry_type; member
105 uint8_t entry_type; member
Dqla_target.h132 uint8_t entry_type; /* Entry type. */ member
203 uint8_t entry_type; /* Entry type. */ member
349 uint8_t entry_type; /* Entry type. */ member
363 if (atio->entry_type == ATIO_TYPE7 && in fcpcmd_is_corrupted()
393 uint8_t entry_type; /* Entry type. */ member
438 uint8_t entry_type; /* Entry type. */ member
485 uint8_t entry_type; /* Entry type. */ member
519 uint8_t entry_type; /* Entry type. */ member
556 uint8_t entry_type; /* Entry type. */ member
602 uint8_t entry_type; /* Entry type. */ member
[all …]
Dqla_iocb.c109 put_unaligned_le32(CONTINUE_TYPE, &cont_pkt->entry_type); in qla2x00_prep_cont_type0_iocb()
139 CONTINUE_A64_TYPE, &cont_pkt->entry_type); in qla2x00_prep_cont_type1_iocb()
203 put_unaligned_le32(COMMAND_TYPE, &cmd_pkt->entry_type); in qla2x00_build_scsi_iocbs_32()
259 put_unaligned_le32(COMMAND_A64_TYPE, &cmd_pkt->entry_type); in qla2x00_build_scsi_iocbs_64()
523 mrk->entry_type = MARKER_TYPE; in __qla2x00_marker()
601 put_unaligned_le32(COMMAND_TYPE_6, &cmd_pkt->entry_type); in qla24xx_build_scsi_type_6_iocbs()
712 put_unaligned_le32(COMMAND_TYPE_7, &cmd_pkt->entry_type); in qla24xx_build_scsi_iocbs()
1411 put_unaligned_le32(COMMAND_TYPE_CRC_2, &cmd_pkt->entry_type); in qla24xx_build_scsi_crc_2_iocbs()
2373 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE; in qla24xx_prli_iocb()
2402 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE; in qla24xx_login_iocb()
[all …]
Dqla_nx2.h286 uint32_t entry_type; member
549 uint32_t entry_type; member
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_hmc.c76 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry()
82 if (I40E_SD_TYPE_DIRECT == sd_entry->entry_type) in i40e_add_sd_table_entry()
132 hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_add_pd_table_entry()
154 pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED; in i40e_add_pd_table_entry()
208 if (I40E_SD_TYPE_PAGED != sd_entry->entry_type) { in i40e_remove_pd_bp()
Di40e_lan_hmc.c350 info->entry_type, in i40e_create_lan_hmc_object()
355 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) { in i40e_create_lan_hmc_object()
385 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
389 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
393 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
407 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
456 info.entry_type = I40E_SD_TYPE_DIRECT; in i40e_configure_lan_hmc()
468 info.entry_type = I40E_SD_TYPE_PAGED; in i40e_configure_lan_hmc()
582 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_delete_lan_hmc_object()
609 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) { in i40e_delete_lan_hmc_object()
[all …]
Di40e_hmc.h32 enum i40e_sd_entry_type entry_type; member
55 enum i40e_sd_entry_type entry_type; member
Di40e_lan_hmc.h129 enum i40e_sd_entry_type entry_type; member
/Linux-v5.10/fs/exfat/
Ddir.c921 unsigned int entry_type; in exfat_find_dir_entry() local
955 entry_type = exfat_get_entry_type(ep); in exfat_find_dir_entry()
957 if (entry_type == TYPE_UNUSED || in exfat_find_dir_entry()
958 entry_type == TYPE_DELETED) { in exfat_find_dir_entry()
983 if (entry_type == TYPE_UNUSED) in exfat_find_dir_entry()
991 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()
993 if (type == TYPE_ALL || type == entry_type) { in exfat_find_dir_entry()
1001 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
1024 if (entry_type == TYPE_EXTEND) { in exfat_find_dir_entry()
1056 if (entry_type & in exfat_find_dir_entry()
[all …]
/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot.c965 enum macaccess_entry_type entry_type) in ocelot_mdb_get_pgid() argument
974 if (entry_type == ENTRYTYPE_MACv4 || in ocelot_mdb_get_pgid()
975 entry_type == ENTRYTYPE_MACv6) in ocelot_mdb_get_pgid()
998 enum macaccess_entry_type entry_type) in ocelot_encode_ports_to_mdb() argument
1002 if (entry_type == ENTRYTYPE_MACv4) { in ocelot_encode_ports_to_mdb()
1006 } else if (entry_type == ENTRYTYPE_MACv6) { in ocelot_encode_ports_to_mdb()
1016 enum macaccess_entry_type entry_type; in ocelot_port_mdb_add() local
1028 entry_type = ocelot_classify_mdb(mdb->addr); in ocelot_port_mdb_add()
1032 int pgid = ocelot_mdb_get_pgid(ocelot, entry_type); in ocelot_port_mdb_add()
1054 ocelot_encode_ports_to_mdb(addr, mc, entry_type); in ocelot_port_mdb_add()
[all …]
/Linux-v5.10/include/linux/
Dsfi.h88 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \ argument
90 (sizeof(entry_type)))
/Linux-v5.10/fs/hfsplus/
Dxattr.c445 u16 entry_type; in hfsplus_getxattr_finder_info() local
461 entry_type = hfs_bnode_read_u16(fd.bnode, fd.entryoffset); in hfsplus_getxattr_finder_info()
463 if (entry_type == HFSPLUS_FOLDER) { in hfsplus_getxattr_finder_info()
470 } else if (entry_type == HFSPLUS_FILE) { in hfsplus_getxattr_finder_info()
613 u16 entry_type; in hfsplus_listxattr_finder_info() local
629 entry_type = hfs_bnode_read_u16(fd.bnode, fd.entryoffset); in hfsplus_listxattr_finder_info()
630 if (entry_type == HFSPLUS_FOLDER) { in hfsplus_listxattr_finder_info()
637 } else if (entry_type == HFSPLUS_FILE) { in hfsplus_listxattr_finder_info()
/Linux-v5.10/drivers/sfi/
Dsfi_acpi.c76 #define XSDT_GET_NUM_ENTRIES(ptable, entry_type) \ argument
78 (sizeof(entry_type)))
/Linux-v5.10/drivers/parisc/
Diosapic.c346 p->entry_type, p->entry_length, p->interrupt_type, in iosapic_load_irt()
407 if (i->entry_type != IRT_IOSAPIC_TYPE) { in irt_find_irqline()
408 …ERN_WARNING MODULE_NAME ":find_irqline(0x%p): skipping entry %d type %d\n", i, cnt, i->entry_type); in irt_find_irqline()
747 irte->entry_type, in iosapic_fixup_irq()
825 irte->entry_type, in iosapic_serial_irq()
914 WARN_ON(IRT_IOSAPIC_TYPE != irte->entry_type); in iosapic_register()
Diosapic_private.h29 u8 entry_type; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr.h103 u8 entry_type[0x4]; member
123 u8 entry_type[0x4]; member
167 u8 entry_type[0x4]; member
205 u8 entry_type[0x4]; member
/Linux-v5.10/arch/sh/kernel/
Ddwarf.c865 static int dwarf_parse_fde(void *entry, u32 entry_type, in dwarf_parse_fde() argument
887 fde->cie_pointer = (unsigned long)(p - entry_type - 4); in dwarf_parse_fde()
1027 u32 entry_type; in dwarf_parse_section() local
1058 entry_type = get_unaligned((u32 *)p); in dwarf_parse_section()
1061 if (entry_type == DW_EH_FRAME_CIE) { in dwarf_parse_section()
1068 err = dwarf_parse_fde(entry, entry_type, p, len, in dwarf_parse_section()
/Linux-v5.10/drivers/iommu/intel/
Ddmar.c88 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE || in dmar_alloc_dev_scope()
89 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT || in dmar_alloc_dev_scope()
90 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_alloc_dev_scope()
92 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC && in dmar_alloc_dev_scope()
93 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) { in dmar_alloc_dev_scope()
233 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_insert_dev_scope()
234 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_insert_dev_scope()
251 if ((scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_insert_dev_scope()
253 (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE && in dmar_insert_dev_scope()
740 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_NAMESPACE) in dmar_acpi_insert_dev_scope()

123