Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.h72 CIM_MALA_SIZE = 64, /* # of 160-bit words in CIM MA LA */ enumerator
Dt4_hw.c3723 for (i = 0; i < CIM_MALA_SIZE; i++) { in t4_cim_read_ma_la()
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
Dcudbg_lib.c2294 scratch_buff.size = 2 * CIM_MALA_SIZE * 5 * sizeof(u32); in collect_cim_ma_la()
2304 scratch_buff.offset + 5 * CIM_MALA_SIZE)); in collect_cim_ma_la()
/freebsd-12-stable/sys/dev/cxgbe/
Dt4_main.c7791 buf = malloc(2 * CIM_MALA_SIZE * 5 * sizeof(uint32_t), M_CXGBE, in sysctl_cim_ma_la()
7794 t4_cim_read_ma_la(sc, buf, buf + 5 * CIM_MALA_SIZE); in sysctl_cim_ma_la()
7797 for (i = 0; i < CIM_MALA_SIZE; i++, p += 5) { in sysctl_cim_ma_la()
7803 for (i = 0; i < CIM_MALA_SIZE; i++, p += 5) { in sysctl_cim_ma_la()