Searched refs:TPLA_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.h | 66 TPLA_SIZE = 128, /* # of 64-bit words in TP LA */ enumerator
|
D | cxgb4_debugfs.c | 399 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show2() 505 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show3() 517 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open() 521 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open() 525 p = seq_open_tab(file, TPLA_SIZE, sizeof(u64), 0, tp_la_show); in tp_la_open()
|
D | t4_hw.c | 5706 for (i = 0; i < TPLA_SIZE; i++) { in t4_tp_read_la() 5714 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()
|