Searched defs:rm_ifdat (Results 1 – 1 of 1) sorted by relevance
169 struct rm_ifdat { struct170 int queued_; /* # pkts queued downstream */171 int efficient_; /* Link Efficiency bit */172 int wrr_; /* Enable Weighted Round-Robin */173 uint64_t ps_per_byte_; /* Link byte speed. */174 int maxqueued_; /* Max packets to queue */175 int maxpkt_; /* Max packet size. */176 int qi_; /* In/out pointers for downstream */177 int qo_; /* packets */182 rm_class_t *active_[RM_MAXPRIO]; /* Active cl's in each pri */[all …]