Searched refs:region_type (Results 1 – 9 of 9) sorted by relevance
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_acl_atcam.c | 294 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()
|
| A D | spectrum_acl_erp.c | 300 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()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | coredump.h | 101 __le32 region_type; member
|
| A D | snoc.c | 1454 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_msa_dump_memory()
|
| A D | sdio.c | 2464 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_sdio_dump_memory()
|
| A D | pci.c | 1736 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_pci_dump_memory()
|
| /drivers/accel/habanalabs/common/ |
| A D | device.c | 74 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() 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()
|
| A D | habanalabs.h | 1764 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,
|
| /drivers/md/dm-vdo/indexer/ |
| A D | index-layout.c | 74 enum region_type { enum
|
Completed in 53 milliseconds