Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_atcam.c294 enum mlxsw_sp_acl_atcam_region_type region_type; in mlxsw_sp_acl_atcam_region_type_init() local
302 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_2KB; in mlxsw_sp_acl_atcam_region_type_init()
304 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_4KB; in mlxsw_sp_acl_atcam_region_type_init()
306 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_8KB; in mlxsw_sp_acl_atcam_region_type_init()
308 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_12KB; in mlxsw_sp_acl_atcam_region_type_init()
310 aregion->type = region_type; in mlxsw_sp_acl_atcam_region_type_init()
311 aregion->ops = mlxsw_sp_acl_atcam_region_ops_arr[region_type]; in mlxsw_sp_acl_atcam_region_type_init()
Dspectrum_acl_erp.c300 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_alloc() argument
309 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_alloc()
323 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_free() argument
330 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_free()
/Linux-v6.6/arch/powerpc/include/asm/
Dps3.h86 enum ps3_dma_region_type region_type; member
122 enum ps3_dma_region_type region_type, void *addr, unsigned long len);
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dcoredump.h96 __le32 region_type; member
Dsnoc.c1438 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory()
Dsdio.c2462 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_sdio_dump_memory()
Dpci.c1733 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_pci_dump_memory()
/Linux-v6.6/arch/powerpc/platforms/ps3/
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-v6.6/drivers/accel/habanalabs/common/
Ddevice.c68 enum debugfs_access_type acc_type, enum pci_region region_type, bool set_dram_bar) in hl_access_sram_dram_region() argument
70 struct pci_mem_region *region = &hdev->pci_mem_region[region_type]; in hl_access_sram_dram_region()
273 int hl_access_dev_mem(struct hl_device *hdev, enum pci_region region_type, in hl_access_dev_mem() argument
276 switch (region_type) { in hl_access_dev_mem()
282 region_type, (region_type == PCI_REGION_DRAM)); in hl_access_dev_mem()
Dhabanalabs.h1701 int (*access_dev_mem)(struct hl_device *hdev, enum pci_region region_type,
3618 enum debugfs_access_type acc_type, enum pci_region region_type, bool set_dram_bar);
3621 int hl_access_dev_mem(struct hl_device *hdev, enum pci_region region_type,