Searched refs:TPLA_SIZE (Results 1 – 3 of 3) sorted by relevance
67 TPLA_SIZE = 128, /* # of 64-bit words in TP LA */ enumerator
1831 for (i = 0; i < TPLA_SIZE; i++) { in t4_tp_read_la()1839 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()
6444 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show2()6455 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show3()6477 buf = malloc(TPLA_SIZE * sizeof(uint64_t), M_CXGBE, M_ZERO | M_WAITOK); in sysctl_tp_la()6496 for (i = 0; i < TPLA_SIZE / inc; i++, p += inc) in sysctl_tp_la()