Searched refs:TPLA_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.h | 65 TPLA_SIZE = 128, /* # of 64-bit words in TP LA */ enumerator
|
D | cxgb4_debugfs.c | 536 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show2() 642 if (idx < (TPLA_SIZE / 2 - 1) || p[1] != ~0ULL) in tp_la_show3() 654 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open() 658 p = seq_open_tab(file, TPLA_SIZE / 2, 2 * sizeof(u64), 0, in tp_la_open() 662 p = seq_open_tab(file, TPLA_SIZE, sizeof(u64), 0, tp_la_show); in tp_la_open()
|
D | t4_hw.c | 7743 for (i = 0; i < TPLA_SIZE; i++) { in t4_tp_read_la() 7751 la_buf[TPLA_SIZE - 1] = ~0ULL; in t4_tp_read_la()
|