Searched refs:TRACE_LEN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.h | 55 TRACE_LEN = 112, /* length of trace data and mask */ enumerator
|
H A D | cxgb4.h | 554 u32 data[TRACE_LEN / 4]; 555 u32 mask[TRACE_LEN / 4];
|
H A D | cxgb4_debugfs.c | 1339 if (tp.skip_ofst * 8 >= TRACE_LEN) { in mps_trc_show() 1371 for (i = tp.skip_ofst * 2; i < TRACE_LEN / 4; i += 2) in mps_trc_show() 1374 for (i = tp.skip_ofst * 2; i < TRACE_LEN / 4; i += 2) in mps_trc_show() 1552 if (i >= TRACE_LEN * 2) { in mps_trc_write()
|
H A D | t4_hw.c | 6009 for (i = 0; i < TRACE_LEN / 4; i++, data_reg += 4, mask_reg += 4) { in t4_set_trace_filter() 6063 for (i = 0; i < TRACE_LEN / 4; i++, data_reg += 4, mask_reg += 4) { in t4_get_trace_filter()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.h | 55 TRACE_LEN = 112, /* length of trace data and mask */ enumerator
|
H A D | cxgb4.h | 552 u32 data[TRACE_LEN / 4]; 553 u32 mask[TRACE_LEN / 4];
|
H A D | cxgb4_debugfs.c | 1339 if (tp.skip_ofst * 8 >= TRACE_LEN) { in mps_trc_show() 1371 for (i = tp.skip_ofst * 2; i < TRACE_LEN / 4; i += 2) in mps_trc_show() 1374 for (i = tp.skip_ofst * 2; i < TRACE_LEN / 4; i += 2) in mps_trc_show() 1552 if (i >= TRACE_LEN * 2) { in mps_trc_write()
|
H A D | t4_hw.c | 5979 for (i = 0; i < TRACE_LEN / 4; i++, data_reg += 4, mask_reg += 4) { in t4_set_trace_filter() 6033 for (i = 0; i < TRACE_LEN / 4; i++, data_reg += 4, mask_reg += 4) { in t4_get_trace_filter()
|
Completed in 49 milliseconds