Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h68 TPLA_SIZE = 128, /* # of 64-bit words in TP LA */ enumerator
Dcxgb4_debugfs.c528 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show2()
634 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show3()
646 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open()
650 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open()
654 p = seq_open_tab(file, TPLA_SIZE, sizeof(u64), 0, tp_la_show); in tp_la_open()
Dcudbg_lib.c325 len = sizeof(struct cudbg_tp_la) + TPLA_SIZE * sizeof(u64); in cudbg_get_entity_length()
1892 size = sizeof(struct cudbg_tp_la) + TPLA_SIZE * sizeof(u64); in cudbg_collect_tp_la()
Dt4_hw.c10013 for (i = 0; i < TPLA_SIZE; i++) { in t4_tp_read_la()
10021 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()