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

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h75 TPLA_SIZE = 128, /* # of 64-bit words in TP LA */ enumerator in enum:__anon12677
H A Dt4_hw.c10062 for (i = 0; i < TPLA_SIZE; i++) {
10070 la_buf[TPLA_SIZE - 1] = ~0ULL;
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c9342 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL)
9353 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL)
9375 buf = malloc(TPLA_SIZE * sizeof(uint64_t), M_CXGBE, M_ZERO | M_WAITOK);
9394 for (i = 0; i < TPLA_SIZE / inc; i++, p += inc)
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c1356 size = sizeof(struct struct_tp_la) + TPLA_SIZE * sizeof(u64);

Completed in 219 milliseconds