Home
last modified time | relevance | path

Searched refs:region_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dcoredump.h101 __le32 region_type; member
H A Dsnoc.c1454 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory()
/linux/arch/powerpc/platforms/ps3/
H A Dmm.c664 roundup_pow_of_two(r->len), r->page_size, r->region_type, in dma_sb_region_create()
1120 enum ps3_dma_region_type region_type, void *addr, unsigned long len) in ps3_dma_region_init() argument
1129 r->region_type = region_type; in ps3_dma_region_init()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c300 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_alloc() argument
310 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_alloc()
325 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_free() argument
332 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_free()
/linux/drivers/accel/habanalabs/common/
H A Ddevice.c74 enum debugfs_access_type acc_type, enum pci_region region_type, bool set_dram_bar) in hl_access_sram_dram_region() argument
76 struct pci_mem_region *region = &hdev->pci_mem_region[region_type]; in hl_access_sram_dram_region()
327 * @region_type: the type of the region the address belongs to
332 int hl_access_dev_mem(struct hl_device *hdev, enum pci_region region_type, in hl_access_dev_mem() argument
335 switch (region_type) { in hl_access_dev_mem()
341 region_type, (region_type == PCI_REGION_DRAM)); in hl_access_dev_mem()
H A Dhabanalabs.h1764 int (*access_dev_mem)(struct hl_device *hdev, enum pci_region region_type,
3730 enum debugfs_access_type acc_type, enum pci_region region_type, bool set_dram_bar);
3733 int hl_access_dev_mem(struct hl_device *hdev, enum pci_region region_type,
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c74 enum region_type { enum