Searched refs:clh_to_clp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/altq/ |
H A D | altq_cbq.c | 62 static struct rm_class *clh_to_clp(cbq_state_t *, u_int32_t); 102 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) in clh_to_clp() function 304 parent = clh_to_clp(cbqp, a->parent_qid); in cbq_add_queue() 390 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL) in cbq_remove_queue() 427 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL) in cbq_getqstats() 476 cl = clh_to_clp(cbqp, t->qid); in cbq_enqueue()
|
H A D | altq_priq.c | 78 static struct priq_class *clh_to_clp(struct priq_if *, u_int32_t); 149 if (clh_to_clp(pif, a->qid) != NULL) in priq_add_queue() 169 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in priq_remove_queue() 186 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in priq_getqstats() 465 cl = clh_to_clp(pif, t->qid); in priq_enqueue() 624 clh_to_clp(struct priq_if *pif, u_int32_t chandle) in clh_to_clp() function
|
H A D | altq_fairq.c | 133 static struct fairq_class *clh_to_clp(struct fairq_if *, uint32_t); 203 if (clh_to_clp(pif, a->qid) != NULL) in fairq_add_queue() 223 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in fairq_remove_queue() 240 if ((cl = clh_to_clp(pif, a->qid)) == NULL) in fairq_getqstats() 502 cl = clh_to_clp(pif, t->qid); in fairq_enqueue() 891 clh_to_clp(struct fairq_if *pif, uint32_t chandle) in clh_to_clp() function
|
H A D | altq_hfsc.c | 134 static struct hfsc_class *clh_to_clp(struct hfsc_if *, u_int32_t); 214 else if ((parent = clh_to_clp(hif, a->parent_qid)) == NULL) in hfsc_add_queue() 220 if (clh_to_clp(hif, a->qid) != NULL) in hfsc_add_queue() 250 if ((cl = clh_to_clp(hif, a->qid)) == NULL) in hfsc_remove_queue() 271 if ((cl = clh_to_clp(hif, a->qid)) == NULL) in hfsc_getqstats() 674 cl = clh_to_clp(hif, t->qid); in hfsc_enqueue() 1715 clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) in clh_to_clp() function
|