Searched refs:get_sched_param (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/tools/tools/cxgbtool/ |
| HD | 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-14-stable/usr.sbin/cxgbetool/ |
| HD | cxgbetool.c | 2739 get_sched_param(const char *param, const char *args[], long *val) in get_sched_param() function 2807 if(!get_sched_param("minmax", args, &l)) in sched_class() 2863 } else if (!get_sched_param("channel", args, &l)) in sched_class() 2865 else if (!get_sched_param("class", args, &l)) in sched_class() 2867 else if (!get_sched_param("min-rate", args, &l)) in sched_class() 2869 else if (!get_sched_param("max-rate", args, &l)) in sched_class() 2871 else if (!get_sched_param("weight", args, &l)) in sched_class() 2873 else if (!get_sched_param("pkt-size", args, &l)) in sched_class()
|