Home
last modified time | relevance | path

Searched refs:snap_len (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_tracer.c289 t->tp.snap_len = tp.snap_len; in t4_get_tracer()
348 if (t->tp.port > 19 || t->tp.snap_len > 9600 || in t4_set_tracer()
357 tp.snap_len = t->tp.snap_len; in t4_set_tracer()
H A Dt4_ioctl.h364 uint16_t snap_len;
348 uint16_t snap_len; global() member
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h500 unsigned short snap_len; member
H A Dt4_hw.c8373 if (tp->snap_len > ((10 * 1024 / 4) - (2 * 8))) in t4_set_trace_filter()
8381 if (tp->snap_len > 9600 || idx) in t4_set_trace_filter()
8401 t4_write_reg(adap, match_ctl_b, V_TFCAPTUREMAX(tp->snap_len) | in t4_set_trace_filter()
8444 tp->snap_len = G_TFCAPTUREMAX(ctlb); in t4_get_trace_filter()
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c2603 printf("snap length: %u, min length: %u\n", t.tp.snap_len, in show_tracers()
2709 t.tp.snap_len = 128; in set_tracer()