Home
last modified time | relevance | path

Searched refs:class_ipg (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_ioctl.h129 int32_t class_ipg; /* tenths of nanoseconds */ member
H A Dcxgb_main.c2885 !in_range(t->class_ipg, 0, 10000 * 65535 / ticks_per_usec) || in cxgb_extension_ioctl()
2895 if (t->class_ipg >= 0) in cxgb_extension_ioctl()
2896 t3_set_sched_ipg(sc, t->sched, t->class_ipg); in cxgb_extension_ioctl()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c1470 op.kbps = op.class_ipg = op.flow_ipg = -1; in tx_sched()
1490 op.class_ipg = val; in tx_sched()