Searched refs:chandle (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.c402 cbq_clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) argument
413 i = chandle % CBQ_MAX_CLASSES;
415 cl->stats_.handle == chandle)
419 cl->stats_.handle == chandle)
H A Dpktsched_hfsc.c1988 hfsc_clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) argument
1999 i = chandle % hif->hif_maxclasses;
2000 if ((cl = hif->hif_class_tbl[i]) != NULL && cl->cl_handle == chandle)
2004 cl->cl_handle == chandle)
H A Dpktsched_qfq.c1545 qfq_clh_to_clp(struct qfq_if *qif, u_int32_t chandle) argument
1556 i = chandle % qif->qif_maxclasses;
1557 if ((cl = qif->qif_class_tbl[i]) != NULL && cl->cl_handle == chandle)
1561 cl->cl_handle == chandle)
H A Dpktsched_fairq.c1227 fairq_clh_to_clp(struct fairq_if *fif, u_int32_t chandle) argument
1236 cl->cl_handle == chandle)
H A Dpktsched_priq.c905 priq_clh_to_clp(struct priq_if *pif, u_int32_t chandle) argument
914 cl->cl_handle == chandle)
H A Dpktsched_tcq.c861 tcq_clh_to_clp(struct tcq_if *tif, u_int32_t chandle) argument
870 cl->cl_handle == chandle)

Completed in 133 milliseconds