Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.h57 TPLA_SIZE = 128, /* # of 64-bit words in TP LA */ enumerator
H A Dt4_hw.c11084 for (i = 0; i < TPLA_SIZE; i++) { in t4_tp_read_la()
11092 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c1280 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show2()
1298 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show3()
1332 for (i = 0; i < TPLA_SIZE/2; i++) { in view_tp_la()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c1439 size = sizeof(struct struct_tp_la) + TPLA_SIZE * sizeof(u64); in collect_tp_la()