Searched refs:entry_type (Results 1 - 25 of 68) sorted by path

123

/linux-master/arch/sh/kernel/
H A Ddwarf.c865 static int dwarf_parse_fde(void *entry, u32 entry_type, argument
887 fde->cie_pointer = (unsigned long)(p - entry_type - 4);
1027 u32 entry_type; local
1058 entry_type = get_unaligned((u32 *)p);
1061 if (entry_type == DW_EH_FRAME_CIE) {
1068 err = dwarf_parse_fde(entry, entry_type, p, len,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c2323 entry->hdr.entry_type, entry->hdr.entry_capture_mask,
2353 if (template_hdr->entry_type == TLHDR)
2363 switch (entry->hdr.entry_type) {
/linux-master/drivers/scsi/
H A Dqlogicpti.h69 u8 entry_type; member in struct:Entry_header
73 u8 entry_type;
/linux-master/arch/parisc/include/asm/
H A Dpdcpat.h279 unsigned char entry_type; /* 1 = Memory Descriptor Entry Type */ member in struct:pdc_pat_pd_addr_map_entry
/linux-master/arch/parisc/kernel/
H A Dinventory.c348 if ( (mtbl_ptr->entry_type != PAT_MEMORY_DESCRIPTOR)
/linux-master/arch/x86/include/asm/
H A Diommu.h29 int entry_type; local
31 entry_type = e820__get_entry_type(start, end);
32 if (entry_type == E820_TYPE_RESERVED || entry_type == E820_TYPE_NVS)
/linux-master/drivers/acpi/acpica/
H A Dexresnte.c52 acpi_object_type entry_type; local
62 entry_type = acpi_ns_get_type((acpi_handle)node);
66 acpi_ut_get_type_name(entry_type)));
68 if ((entry_type == ACPI_TYPE_LOCAL_ALIAS) ||
69 (entry_type == ACPI_TYPE_LOCAL_METHOD_ALIAS)) {
75 entry_type = acpi_ns_get_type((acpi_handle)node);
85 if ((entry_type == ACPI_TYPE_DEVICE) ||
86 (entry_type == ACPI_TYPE_THERMAL) ||
87 (entry_type == ACPI_TYPE_METHOD) ||
102 switch (entry_type) {
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c342 * @entry_type: the type of psp runtime database entry
349 enum psp_runtime_entry_type entry_type,
386 if (db_dir.entry_list[i].entry_type == entry_type) {
387 switch (entry_type) {
348 psp_get_runtime_db_entry(struct amdgpu_device *adev, enum psp_runtime_entry_type entry_type, void *db_entry) argument
H A Damdgpu_psp.h275 uint32_t entry_type; member in struct:psp_runtime_entry
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c176 int entry_type; member in struct:gtt_type_table_entry
184 .entry_type = e_type, \
271 return gtt_type_table[type].entry_type;
/linux-master/drivers/infiniband/hw/irdma/
H A Dctrl.c335 if (info->entry_type == IRDMA_QHASH_TYPE_TCP_ESTABLISHED) {
357 FIELD_PREP(IRDMA_CQPSQ_QHASH_ENTRYTYPE, info->entry_type);
H A Dhmc.c162 pa = (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED) ?
165 irdma_set_sd_entry(pa, i, sd_entry->entry_type,
168 irdma_clr_sd_entry(i, sd_entry->entry_type,
257 info->entry_type,
263 if (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED &&
298 switch (sd_entry->entry_type) {
343 mem = (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED) ?
406 if (info->hmc_info->sd_table.sd_entry[sd_idx].entry_type !=
436 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) {
517 hmc_info->sd_table.sd_entry[sd_index].entry_type
[all...]
H A Dhmc.h59 enum irdma_sd_entry_type entry_type; member in struct:irdma_hmc_bp
81 enum irdma_sd_entry_type entry_type; member in struct:irdma_hmc_sd_entry
130 enum irdma_sd_entry_type entry_type; member in struct:irdma_hmc_create_obj_info
H A Dhw.c848 info.entry_type = rf->sd_type;
2478 info->entry_type = etype;
H A Dpble.c247 sd_entry_type = sd_entry->entry_type;
285 idx->sd_idx, sd_entry->entry_type, true);
H A Dtype.h1112 enum irdma_quad_entry_type entry_type; member in struct:irdma_qhash_table_info
/linux-master/drivers/iommu/intel/
H A Ddmar.c88 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_NAMESPACE ||
89 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT ||
90 scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE)
92 else if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_IOAPIC &&
93 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_HPET) {
229 if (scope->entry_type != ACPI_DMAR_SCOPE_TYPE_ENDPOINT &&
230 scope->entry_type != ACPI_DMAR_SCOPE_TYPE_BRIDGE)
247 if ((scope->entry_type == ACPI_DMAR_SCOPE_TYPE_ENDPOINT &&
249 (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_BRIDGE &&
745 if (scope->entry_type !
[all...]
H A Dirq_remapping.c948 if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_IOAPIC)
950 else if (scope->entry_type == ACPI_DMAR_SCOPE_TYPE_HPET)
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c847 u64 entry_type = SJA1110_CBS_SHAPER; local
849 sja1105_packing(buf, &entry_type, 159, 159, size, op);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h422 u8 entry_type; member in struct:hclge_mac_vlan_tbl_entry_cmd
H A Dhclge_main.c8173 hnae3_set_bit(new_req->entry_type, HCLGE_MAC_VLAN_BIT1_EN_B, 1);
8600 hnae3_set_bit(req.entry_type, HCLGE_MAC_VLAN_BIT0_EN_B, 0);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.c69 hmc_info->sd_table.sd_entry[sd_index].entry_type = type;
75 if (I40E_SD_TYPE_DIRECT == sd_entry->entry_type)
125 hmc_info->sd_table.sd_entry[sd_idx].entry_type)
147 pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED;
201 if (I40E_SD_TYPE_PAGED != sd_entry->entry_type) {
H A Di40e_hmc.h36 enum i40e_sd_entry_type entry_type; member in struct:i40e_hmc_bp
59 enum i40e_sd_entry_type entry_type; member in struct:i40e_hmc_sd_entry
H A Di40e_lan_hmc.c347 info->entry_type,
352 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) {
382 switch (sd_entry->entry_type) {
386 j, sd_entry->entry_type);
390 j, sd_entry->entry_type);
404 switch (sd_entry->entry_type) {
453 info.entry_type = I40E_SD_TYPE_DIRECT;
465 info.entry_type = I40E_SD_TYPE_PAGED;
579 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type)
606 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) {
[all...]
H A Di40e_lan_hmc.h131 enum i40e_sd_entry_type entry_type; member in struct:i40e_hmc_lan_create_obj_info

Completed in 375 milliseconds

123