Searched refs:TPLA_SIZE (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.h | 68 TPLA_SIZE = 128, /* # of 64-bit words in TP LA */ enumerator
|
D | cxgb4_debugfs.c | 528 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()
|
D | cudbg_lib.c | 325 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()
|
D | t4_hw.c | 10044 for (i = 0; i < TPLA_SIZE; i++) { in t4_tp_read_la() 10052 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()
|