Home
last modified time | relevance | path

Searched refs:skip_ofst (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1339 if (tp.skip_ofst * 8 >= TRACE_LEN) { in mps_trc_show()
1360 if (tp.skip_ofst) { in mps_trc_show()
1362 for (i = 0; i < tp.skip_ofst * 2; i += 2) in mps_trc_show()
1365 for (i = 0; i < tp.skip_ofst * 2; i += 2) 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()
1376 seq_printf(seq, "@%u\n", (tp.skip_ofst + tp.skip_len) * 8); in mps_trc_show()
1544 tp.skip_ofst = i / 16; in mps_trc_write()
1585 if (j < tp.skip_ofst) /* overlaps earlier pattern */ in mps_trc_write()
1587 if (j - tp.skip_ofst > 3 in mps_trc_write()
[all...]
H A Dcxgb4.h558 unsigned char skip_ofst; member
H A Dt4_hw.c5998 tp->skip_len > TFLENGTH_M || tp->skip_ofst > TFOFFSET_M || in t4_set_trace_filter()
6017 TFOFFSET_V(tp->skip_ofst) | TFLENGTH_V(tp->skip_len) | in t4_set_trace_filter()
6056 tp->skip_ofst = TFOFFSET_G(ctla); in t4_get_trace_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1339 if (tp.skip_ofst * 8 >= TRACE_LEN) { in mps_trc_show()
1360 if (tp.skip_ofst) { in mps_trc_show()
1362 for (i = 0; i < tp.skip_ofst * 2; i += 2) in mps_trc_show()
1365 for (i = 0; i < tp.skip_ofst * 2; i += 2) 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()
1376 seq_printf(seq, "@%u\n", (tp.skip_ofst + tp.skip_len) * 8); in mps_trc_show()
1544 tp.skip_ofst = i / 16; in mps_trc_write()
1585 if (j < tp.skip_ofst) /* overlaps earlier pattern */ in mps_trc_write()
1587 if (j - tp.skip_ofst > 3 in mps_trc_write()
[all...]
H A Dcxgb4.h556 unsigned char skip_ofst; member
H A Dt4_hw.c5968 tp->skip_len > TFLENGTH_M || tp->skip_ofst > TFOFFSET_M || in t4_set_trace_filter()
5987 TFOFFSET_V(tp->skip_ofst) | TFLENGTH_V(tp->skip_len) | in t4_set_trace_filter()
6026 tp->skip_ofst = TFOFFSET_G(ctla); in t4_get_trace_filter()

Completed in 42 milliseconds