Home
last modified time | relevance | path

Searched refs:MEM_MC (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/dev/cxgbe/common/
HDcommon.h50 enum { MEM_EDC0, MEM_EDC1, MEM_MC, MEM_MC0 = MEM_MC, MEM_MC1, MEM_HMA }; enumerator
HDt4_hw.c715 if ((mtype == MEM_MC) || (mtype == MEM_MC1)) in t4_mem_read()
716 ret = t4_mc_read(adap, mtype - MEM_MC, pos, data, NULL); in t4_mem_read()
/freebsd-14-stable/sys/dev/cxgbe/cudbg/
HDcudbg_lib.c2503 if (mem_type < MEM_MC) { in get_payload_range()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_main.c4402 case MEM_MC: in validate_mt_off_len()