Searched refs:cbqp (Results 1 – 1 of 1) sorted by relevance
92 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) in cbq_class_destroy() argument97 rmc_delete_class(&cbqp->ifnp, cl); in cbq_class_destroy()103 if (cbqp->cbq_class_tbl[i] == cl) in cbq_class_destroy()104 cbqp->cbq_class_tbl[i] = NULL; in cbq_class_destroy()106 if (cl == cbqp->ifnp.root_) in cbq_class_destroy()107 cbqp->ifnp.root_ = NULL; in cbq_class_destroy()108 if (cl == cbqp->ifnp.default_) in cbq_class_destroy()109 cbqp->ifnp.default_ = NULL; in cbq_class_destroy()115 clh_to_clp(cbq_state_t *cbqp, uint32_t chandle) in clh_to_clp() argument127 if ((cl = cbqp->cbq_class_tbl[i]) != NULL && in clh_to_clp()[all …]