Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h50 enum { MEM_EDC0, MEM_EDC1, MEM_MC, MEM_MC0 = MEM_MC, MEM_MC1, MEM_HMA }; enumerator
H A Dt4_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/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c2502 if (mem_type < MEM_MC) { in get_payload_range()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4390 case MEM_MC: in validate_mt_off_len()