Home
last modified time | relevance | path

Searched refs:chandle (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_cbq.c102 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) in clh_to_clp() argument
107 if (chandle == 0) in clh_to_clp()
113 i = chandle % CBQ_MAX_CLASSES; in clh_to_clp()
115 cl->stats_.handle == chandle) in clh_to_clp()
119 cl->stats_.handle == chandle) in clh_to_clp()
H A Daltq_priq.c625 clh_to_clp(struct priq_if *pif, u_int32_t chandle) in clh_to_clp() argument
630 if (chandle == 0) in clh_to_clp()
635 cl->cl_handle == chandle) in clh_to_clp()
H A Daltq_fairq.c891 clh_to_clp(struct fairq_if *pif, uint32_t chandle) in clh_to_clp() argument
896 if (chandle == 0) in clh_to_clp()
901 cl->cl_handle == chandle) in clh_to_clp()
H A Daltq_hfsc.c1715 clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) in clh_to_clp() argument
1720 if (chandle == 0) in clh_to_clp()
1726 i = chandle % HFSC_MAX_CLASSES; in clh_to_clp()
1727 if ((cl = hif->hif_class_tbl[i]) != NULL && cl->cl_handle == chandle) in clh_to_clp()
1731 cl->cl_handle == chandle) in clh_to_clp()