Home
last modified time | relevance | path

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

12

/linux/drivers/acpi/acpica/
H A 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/arch/x86/include/asm/
H A Diommu.h29 int entry_type; in arch_rmrr_sanity_check() local
31 entry_type = e820__get_entry_type(start, end); in arch_rmrr_sanity_check()
32 if (entry_type == E820_TYPE_RESERVED || entry_type == E820_TYPE_NVS) in arch_rmrr_sanity_check()
H A Dentry-common.h100 extern void x86_entry_from_kvm(unsigned int entry_type, unsigned int vector);
/linux/drivers/scsi/
H A Dqla1280.h507 uint8_t entry_type; /* Entry type. */ member
535 uint8_t entry_type; /* Entry type. */ member
561 uint8_t entry_type; /* Entry type. */ member
593 uint8_t entry_type; /* Entry type. */ member
614 uint8_t entry_type; /* Entry type. */ member
634 uint8_t entry_type; /* Entry type. */ member
659 uint8_t entry_type; /* Entry type. */ member
680 uint8_t entry_type; /* Entry type. */ member
708 uint8_t entry_type; /* Entry type. */ member
733 uint8_t entry_type; /* Entry type. */ member
[all …]
H A Dqlogicpti.h69 u8 entry_type; member
73 u8 entry_type;
/linux/drivers/scsi/qla2xxx/
H A Dqla_fw.h439 uint8_t entry_type; /* Entry type. */ member
476 uint8_t entry_type; /* Entry type. */ member
517 uint8_t entry_type; /* Entry type. */ member
564 uint8_t entry_type; /* Entry type. */ member
603 uint8_t entry_type; /* Entry type. */ member
672 uint8_t entry_type; /* Entry type. */ member
701 uint8_t entry_type; /* Entry type. */ member
737 uint8_t entry_type; /* Entry type. */ member
779 uint8_t entry_type; /* Entry type. */ member
836 uint8_t entry_type; /* Entry type. */ member
[all …]
H A Dqla_nvme.h46 uint8_t entry_type; /* Entry type. */ member
85 uint8_t entry_type; member
113 uint8_t entry_type; member
H A Dqla_target.h131 uint8_t entry_type; /* Entry type. */ member
204 uint8_t entry_type; /* Entry type. */ member
355 uint8_t entry_type; /* Entry type. */ member
369 if (atio->entry_type == ATIO_TYPE7 && in fcpcmd_is_corrupted()
399 uint8_t entry_type; /* Entry type. */ member
453 uint8_t entry_type; /* Entry type. */ member
500 uint8_t entry_type; /* Entry type. */ member
534 uint8_t entry_type; /* Entry type. */ member
571 uint8_t entry_type; /* Entry type. */ member
617 uint8_t entry_type; /* Entry type. */ member
[all …]
H A 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()
206 put_unaligned_le32(COMMAND_TYPE, &cmd_pkt->entry_type); in qla2x00_build_scsi_iocbs_32()
262 put_unaligned_le32(COMMAND_A64_TYPE, &cmd_pkt->entry_type); in qla2x00_build_scsi_iocbs_64()
528 mrk->entry_type = MARKER_TYPE; in __qla2x00_marker()
606 put_unaligned_le32(COMMAND_TYPE_6, &cmd_pkt->entry_type); in qla24xx_build_scsi_type_6_iocbs()
714 put_unaligned_le32(COMMAND_TYPE_7, &cmd_pkt->entry_type); in qla24xx_build_scsi_iocbs()
1358 put_unaligned_le32(COMMAND_TYPE_CRC_2, &cmd_pkt->entry_type); in qla24xx_build_scsi_crc_2_iocbs()
2387 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE; in qla24xx_prli_iocb()
2419 logio->entry_type = LOGINOUT_PORT_IOCB_TYPE; in qla24xx_login_iocb()
[all …]
H A Dqla_edif.h60 uint8_t entry_type; /* Entry type. */ member
H A Dqla_nx2.h286 uint32_t entry_type; member
549 uint32_t entry_type; member
H A Dqla_target.c225 if (atio->u.raw.entry_type == ATIO_TYPE7 && in qlt_queue_unknown_atio()
314 __func__, vha->vp_idx, atio->u.raw.entry_type, in qlt_24xx_atio_pkt_all_vps()
317 switch (atio->u.raw.entry_type) { in qlt_24xx_atio_pkt_all_vps()
399 "type %x\n", vha->vp_idx, atio->u.raw.entry_type); in qlt_24xx_atio_pkt_all_vps()
409 switch (pkt->entry_type) { in qlt_response_pkt_all_vps()
1678 pkt->entry_type = NOTIFY_ACK_TYPE; in qlt_send_notify_ack()
1757 resp->entry_type = ABTS_RESP_24XX; in qlt_build_abts_resp_iocb()
1828 resp->entry_type = ABTS_RESP_24XX; in qlt_24xx_send_abts_resp()
1909 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_retry_term_exchange()
2195 ctio->entry_type = CTIO_TYPE7; in qlt_24xx_send_task_mgmt_ctio()
[all …]
H A Dqla_isr.c107 rsp_els->entry_type = ELS_IOCB_TYPE; in qla24xx_process_abts()
136 abts_rsp->entry_type = ABTS_RSP_TYPE; in qla24xx_process_abts()
283 if (new_pkt->entry_type != STATUS_CONT_TYPE) { in __qla_copy_purex_to_buffer()
924 if (new_pkt->entry_type != STATUS_CONT_TYPE) { in qla27xx_copy_multiple_pkt()
1208 if (new_pkt->entry_type != STATUS_CONT_TYPE) { in qla27xx_copy_fpin_pkt()
2920 switch (pkt->entry_type) { in qla2x00_process_response_entry()
2951 pkt->entry_type, pkt->entry_status); in qla2x00_process_response_entry()
3779 pkt->entry_type, pkt->entry_status, pkt->handle, rsp->id); in qla2x00_error_entry()
3792 switch (pkt->entry_type) { in qla2x00_error_entry()
4024 switch (pkt->entry_type) { in qla24xx_process_response_queue()
[all …]
H A Dqla_mr.c2716 pkt->entry_type != IOCTL_IOSB_TYPE_FX00) { in qlafx00_process_response_queue()
2725 switch (pkt->entry_type) { in qlafx00_process_response_queue()
2752 pkt->entry_type, pkt->entry_status); in qlafx00_process_response_queue()
2959 lcont_pkt->entry_type = CONTINUE_A64_TYPE_FX00; in qlafx00_prep_cont_type1_iocb()
2986 lcmd_pkt->entry_type = FX00_COMMAND_TYPE_7; in qlafx00_build_scsi_iocbs()
3178 tm_iocb.entry_type = TSK_MGMT_IOCB_TYPE_FX00; in qlafx00_tm_iocb()
3204 abt_iocb.entry_type = ABORT_IOCB_TYPE_FX00; in qlafx00_abort_iocb()
3227 fx_iocb.entry_type = FX00_IOCB_TYPE; in qlafx00_fxdisc_iocb()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.c69 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry()
75 if (I40E_SD_TYPE_DIRECT == sd_entry->entry_type) in i40e_add_sd_table_entry()
125 hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_add_pd_table_entry()
147 pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED; in i40e_add_pd_table_entry()
201 if (I40E_SD_TYPE_PAGED != sd_entry->entry_type) { in i40e_remove_pd_bp()
H A Di40e_lan_hmc.c347 info->entry_type, in i40e_create_lan_hmc_object()
352 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) { in i40e_create_lan_hmc_object()
382 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
386 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
390 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
404 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
453 info.entry_type = I40E_SD_TYPE_DIRECT; in i40e_configure_lan_hmc()
465 info.entry_type = I40E_SD_TYPE_PAGED; in i40e_configure_lan_hmc()
579 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_delete_lan_hmc_object()
606 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) { in i40e_delete_lan_hmc_object()
[all …]
H A Di40e_lan_hmc.h131 enum i40e_sd_entry_type entry_type; member
/linux/drivers/parisc/
H A Diosapic.c337 p->entry_type, p->entry_length, p->interrupt_type, in iosapic_load_irt()
398 if (i->entry_type != IRT_IOSAPIC_TYPE) { in irt_find_irqline()
399 …ERN_WARNING MODULE_NAME ":find_irqline(0x%p): skipping entry %d type %d\n", i, cnt, i->entry_type); in irt_find_irqline()
738 irte->entry_type, in iosapic_fixup_irq()
818 irte->entry_type, in iosapic_serial_irq()
908 WARN_ON(IRT_IOSAPIC_TYPE != irte->entry_type); in iosapic_register()
H A Diosapic_private.h29 u8 entry_type; member
/linux/arch/sh/kernel/
H A 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/drivers/net/ethernet/mscc/
H A Docelot.c2081 if (mc->entry_type == ENTRYTYPE_MACv4 || in ocelot_mdb_get_pgid()
2082 mc->entry_type == ENTRYTYPE_MACv6) in ocelot_mdb_get_pgid()
2118 if (mc->entry_type == ENTRYTYPE_MACv4) { in ocelot_encode_ports_to_mdb()
2122 } else if (mc->entry_type == ENTRYTYPE_MACv6) { in ocelot_encode_ports_to_mdb()
2147 mc->entry_type = ocelot_classify_mdb(mdb->addr); in ocelot_port_mdb_add()
2175 if (mc->entry_type != ENTRYTYPE_MACv4 && in ocelot_port_mdb_add()
2176 mc->entry_type != ENTRYTYPE_MACv6) in ocelot_port_mdb_add()
2181 mc->entry_type); in ocelot_port_mdb_add()
2220 if (mc->entry_type != ENTRYTYPE_MACv4 && in ocelot_port_mdb_del()
2221 mc->entry_type != ENTRYTYPE_MACv6) in ocelot_port_mdb_del()
[all …]
H A Docelot.h70 enum macaccess_entry_type entry_type; member
/linux/drivers/iommu/intel/
H A Ddmar.c89 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE || in dmar_alloc_dev_scope()
90 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT || in dmar_alloc_dev_scope()
91 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_alloc_dev_scope()
93 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC && in dmar_alloc_dev_scope()
94 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) { in dmar_alloc_dev_scope()
230 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_insert_dev_scope()
231 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_insert_dev_scope()
248 if ((scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_insert_dev_scope()
250 (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE && in dmar_insert_dev_scope()
746 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_NAMESPACE) in dmar_acpi_insert_dev_scope()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn20k.c490 u8 entry_type; in cn20k_tc_alloc_entry() local
505 ret = __cn20k_tc_alloc_entry(nic, flow_req, &entry_from_af, &entry_type, in cn20k_tc_alloc_entry()
512 new_node->kw_type = entry_type; in cn20k_tc_alloc_entry()
/linux/drivers/infiniband/hw/irdma/
H A Dpble.c254 sd_entry_type = sd_entry->entry_type; in add_pble_prm()
293 sd_entry->entry_type, true); in add_pble_prm()

12