Searched refs:mem_group_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c324 enum mem_groups mem_group_id; member in struct:big_ram_defs
2769 u8 mem_group_id)
2782 if (mem_group_id == big_ram->mem_group_id || mem_group_id == big_ram->ram_mem_group_id)
2786 switch (mem_group_id) {
3483 u8 mem_group_id = GET_FIELD(mem->dword0, DBG_DUMP_MEM_MEM_GROUP_ID); local
3488 if (mem_group_id >= MEM_GROUPS_NUM) {
3489 DP_NOTICE(p_hwfn, true, "Invalid mem_group_id\n");
3493 if (!ecore_grc_is_mem_included(p_hwfn, (enum block_id)cond_hdr->block_id, mem_group_id))
2767 ecore_grc_is_mem_included(struct ecore_hwfn *p_hwfn, enum block_id block_id, u8 mem_group_id) argument
[all...]

Completed in 58 milliseconds