Home
last modified time | relevance | path

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

123

/Linux-v5.4/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.4/drivers/scsi/
Dqla1280.h506 uint8_t entry_type; /* Entry type. */ member
534 uint8_t entry_type; /* Entry type. */ member
560 uint8_t entry_type; /* Entry type. */ member
592 uint8_t entry_type; /* Entry type. */ member
613 uint8_t entry_type; /* Entry type. */ member
633 uint8_t entry_type; /* Entry type. */ member
658 uint8_t entry_type; /* Entry type. */ member
679 uint8_t entry_type; /* Entry type. */ member
707 uint8_t entry_type; /* Entry type. */ member
732 uint8_t entry_type; /* Entry type. */ member
[all …]
Dqlogicpti.h69 u8 entry_type; member
73 u8 entry_type;
/Linux-v5.4/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.4/drivers/scsi/qla2xxx/
Dqla_fw.h436 uint8_t entry_type; /* Entry type. */ member
473 uint8_t entry_type; /* Entry type. */ member
511 uint8_t entry_type; /* Entry type. */ member
558 uint8_t entry_type; /* Entry type. */ member
597 uint8_t entry_type; /* Entry type. */ member
665 uint8_t entry_type; /* Entry type. */ member
694 uint8_t entry_type; /* Entry type. */ member
728 uint8_t entry_type; /* Entry type. */ member
774 uint8_t entry_type; /* Entry type. */ member
811 uint8_t entry_type; /* Entry type. */ member
[all …]
Dqla_mr.h21 uint8_t entry_type; /* Entry type. */ member
56 uint8_t entry_type; /* Entry type. */ member
84 uint8_t entry_type; /* Entry type. */ member
94 uint8_t entry_type; /* Entry type. */ member
119 uint8_t entry_type; /* Entry type. */ member
139 uint8_t entry_type; /* Entry type. */ member
164 uint8_t entry_type; /* Entry type. */ member
Dqla_nvme.h45 uint8_t entry_type; /* Entry type. */ member
80 uint8_t entry_type; member
108 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()
394 uint8_t entry_type; /* Entry type. */ member
439 uint8_t entry_type; /* Entry type. */ member
486 uint8_t entry_type; /* Entry type. */ member
520 uint8_t entry_type; /* Entry type. */ member
557 uint8_t entry_type; /* Entry type. */ member
603 uint8_t entry_type; /* Entry type. */ member
[all …]
Dqla_iocb.c110 put_unaligned_le32(CONTINUE_TYPE, &cont_pkt->entry_type); in qla2x00_prep_cont_type0_iocb()
140 CONTINUE_A64_TYPE, &cont_pkt->entry_type); in qla2x00_prep_cont_type1_iocb()
204 put_unaligned_le32(COMMAND_TYPE, &cmd_pkt->entry_type); in qla2x00_build_scsi_iocbs_32()
260 put_unaligned_le32(COMMAND_A64_TYPE, &cmd_pkt->entry_type); in qla2x00_build_scsi_iocbs_64()
524 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()
711 put_unaligned_le32(COMMAND_TYPE_7, &cmd_pkt->entry_type); in qla24xx_build_scsi_iocbs()
1410 put_unaligned_le32(COMMAND_TYPE_CRC_2, &cmd_pkt->entry_type); in qla24xx_build_scsi_crc_2_iocbs()
2344 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE; in qla24xx_prli_iocb()
2364 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE; in qla24xx_login_iocb()
[all …]
Dqla_def.h1774 uint8_t entry_type; /* Entry type. */ member
1788 uint8_t entry_type; /* Entry type. */ member
1817 uint8_t entry_type; /* Entry type. */ member
1846 uint8_t entry_type; /* Entry type. */ member
1867 uint8_t entry_type; /* Entry type. */ member
1880 uint8_t entry_type; /* Entry type. */ member
1966 uint8_t entry_type; /* Entry type. */ member
2057 uint8_t entry_type; /* Entry type. */ member
2070 uint8_t entry_type; /* Entry type. */ member
2083 uint8_t entry_type; /* Entry type. */ member
[all …]
Dqla_nx2.h287 uint32_t entry_type; member
550 uint32_t entry_type; member
/Linux-v5.4/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.h33 enum i40e_sd_entry_type entry_type; member
56 enum i40e_sd_entry_type entry_type; member
Di40e_lan_hmc.h129 enum i40e_sd_entry_type entry_type; member
/Linux-v5.4/drivers/staging/exfat/
Dexfat_core.c1695 u32 entry_type; in get_entry_set_in_dir() local
1728 entry_type = p_fs->fs_func->get_entry_type(ep); in get_entry_set_in_dir()
1730 if ((entry_type != TYPE_FILE) in get_entry_set_in_dir()
1731 && (entry_type != TYPE_DIR)) in get_entry_set_in_dir()
1759 entry_type = p_fs->fs_func->get_entry_type(ep); in get_entry_set_in_dir()
1761 if ((entry_type == TYPE_UNUSED) || (entry_type == TYPE_DELETED)) in get_entry_set_in_dir()
1766 if ((entry_type == TYPE_FILE) || (entry_type == TYPE_DIR)) in get_entry_set_in_dir()
1772 if (entry_type == TYPE_STREAM) in get_entry_set_in_dir()
1778 if (entry_type == TYPE_EXTEND) in get_entry_set_in_dir()
1784 if (entry_type == TYPE_EXTEND) in get_entry_set_in_dir()
[all …]
/Linux-v5.4/include/linux/
Dsfi.h88 #define SFI_GET_NUM_ENTRIES(ptable, entry_type) \ argument
90 (sizeof(entry_type)))
/Linux-v5.4/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.4/drivers/sfi/
Dsfi_acpi.c76 #define XSDT_GET_NUM_ENTRIES(ptable, entry_type) \ argument
78 (sizeof(entry_type)))
/Linux-v5.4/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.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr.h102 u8 entry_type[0x4]; member
122 u8 entry_type[0x4]; member
166 u8 entry_type[0x4]; member
204 u8 entry_type[0x4]; member
/Linux-v5.4/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.4/drivers/iommu/
Ddmar.c87 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE || in dmar_alloc_dev_scope()
88 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT || in dmar_alloc_dev_scope()
89 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_alloc_dev_scope()
91 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC && in dmar_alloc_dev_scope()
92 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) { in dmar_alloc_dev_scope()
225 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_insert_dev_scope()
226 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_insert_dev_scope()
243 if ((scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_insert_dev_scope()
245 (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE && in dmar_insert_dev_scope()
708 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_NAMESPACE) in dmar_acpi_insert_dev_scope()

123