Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_atcam.c295 enum mlxsw_sp_acl_atcam_region_type region_type; in mlxsw_sp_acl_atcam_region_type_init() local
303 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_2KB; in mlxsw_sp_acl_atcam_region_type_init()
305 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_4KB; in mlxsw_sp_acl_atcam_region_type_init()
307 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_8KB; in mlxsw_sp_acl_atcam_region_type_init()
309 region_type = MLXSW_SP_ACL_ATCAM_REGION_TYPE_12KB; in mlxsw_sp_acl_atcam_region_type_init()
311 aregion->type = region_type; in mlxsw_sp_acl_atcam_region_type_init()
312 aregion->ops = mlxsw_sp_acl_atcam_region_ops_arr[region_type]; in mlxsw_sp_acl_atcam_region_type_init()
Dspectrum_acl_erp.c305 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_alloc() argument
314 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_alloc()
328 enum mlxsw_sp_acl_atcam_region_type region_type, in mlxsw_sp_acl_erp_table_free() argument
335 entry_size = erp_core->erpt_entries_size[region_type]; in mlxsw_sp_acl_erp_table_free()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcoredump.h107 __le32 region_type; member
Dpci.c1728 hdr->region_type = cpu_to_le32(current_region->type); in ath10k_pci_dump_memory()
/Linux-v4.19/arch/powerpc/include/asm/
Dps3.h97 enum ps3_dma_region_type region_type; member
132 enum ps3_dma_region_type region_type, void *addr, unsigned long len);
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dmm.c672 roundup_pow_of_two(r->len), r->page_size, r->region_type, in dma_sb_region_create()
1128 enum ps3_dma_region_type region_type, void *addr, unsigned long len) in ps3_dma_region_init() argument
1136 r->region_type = region_type; in ps3_dma_region_init()