Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/altq/
Daltq_cbq.c135 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) in clh_to_clp() argument
140 if (chandle == 0) in clh_to_clp()
146 i = chandle % CBQ_MAX_CLASSES; in clh_to_clp()
148 cl->stats_.handle == chandle) in clh_to_clp()
152 cl->stats_.handle == chandle) in clh_to_clp()
715 u_int32_t chandle; local
726 chandle = i; /* use the slot number as class handle */
749 acp->cbq_class_handle = chandle;
751 cl->stats_.handle = chandle;
Daltq_fairq.c892 clh_to_clp(struct fairq_if *pif, uint32_t chandle) in clh_to_clp() argument
897 if (chandle == 0) in clh_to_clp()
902 cl->cl_handle == chandle) in clh_to_clp()
Daltq_priq.c659 clh_to_clp(struct priq_if *pif, u_int32_t chandle) in clh_to_clp() argument
664 if (chandle == 0) in clh_to_clp()
669 cl->cl_handle == chandle) in clh_to_clp()
Daltq_hfsc.c1765 clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) in clh_to_clp() argument
1770 if (chandle == 0) in clh_to_clp()
1776 i = chandle % HFSC_MAX_CLASSES; in clh_to_clp()
1777 if ((cl = hif->hif_class_tbl[i]) != NULL && cl->cl_handle == chandle) in clh_to_clp()
1781 cl->cl_handle == chandle) in clh_to_clp()
/freebsd-12-stable/sys/powerpc/ps3/
Dps3-hvcall.h127 int lv1_gpu_context_allocate(uint64_t handle, uint64_t flags, uint64_t *chandle, uint64_t *lpar_dma…
128 int lv1_gpu_context_free(uint64_t chandle);
130 int lv1_gpu_context_attribute(uint64_t chandle, uint64_t op, uint64_t p1, uint64_t p2, uint64_t p3,…
131 int lv1_gpu_context_intr(uint64_t chandle, uint64_t *v1);