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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_tcq.c75 static inline struct tcq_class *tcq_clh_to_clp(struct tcq_if *, u_int32_t);
269 if (tcq_clh_to_clp(tif, qid) != NULL)
467 if ((cl = tcq_clh_to_clp(tif, qid)) == NULL)
539 cl = tcq_clh_to_clp(tif, t->pftag_qid);
603 cl = tcq_clh_to_clp(tif, MBUF_SCIDX(sc));
828 if ((cl = tcq_clh_to_clp(tif, qid)) == NULL)
861 tcq_clh_to_clp(struct tcq_if *tif, u_int32_t chandle) function

Completed in 21 milliseconds