Searched refs:get_sched_param (Results 1 – 2 of 2) sorted by relevance
/freebsd/tools/tools/cxgbtool/ |
H A D | cxgbtool.c | 1450 get_sched_param(int argc, char *argv[], int pos, unsigned int *valp) in get_sched_param() function 1483 !get_sched_param(argc, argv, start_arg, &val)) in tx_sched() 1486 !get_sched_param(argc, argv, start_arg, &val)) in tx_sched() 1489 !get_sched_param(argc, argv, start_arg, &val)) in tx_sched() 1492 !get_sched_param(argc, argv, start_arg, &val)) in tx_sched()
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 2738 get_sched_param(const char *param, const char *args[], long *val) in get_sched_param() function 2806 if(!get_sched_param("minmax", args, &l)) in sched_class() 2862 } else if (!get_sched_param("channel", args, &l)) in sched_class() 2864 else if (!get_sched_param("class", args, &l)) in sched_class() 2866 else if (!get_sched_param("min-rate", args, &l)) in sched_class() 2868 else if (!get_sched_param("max-rate", args, &l)) in sched_class() 2870 else if (!get_sched_param("weight", args, &l)) in sched_class() 2872 else if (!get_sched_param("pkt-size", args, &l)) in sched_class()
|