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

/freebsd-12-stable/sys/powerpc/ps3/
H A Dps3-hvcall.h127 int lv1_gpu_context_allocate(uint64_t handle, uint64_t flags, uint64_t *chandle, uint64_t *lpar_dma_control, uint64_t *lpar_driver_info, uint64_t *lpar_reports, uint64_t *lpar_reports_size);
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, uint64_t p4);
131 int lv1_gpu_context_intr(uint64_t chandle, uint64_t *v1);
/freebsd-12-stable/sys/net/altq/
H A Daltq_cbq.c135 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) argument
140 if (chandle == 0)
146 i = chandle % CBQ_MAX_CLASSES;
148 cl->stats_.handle == chandle)
152 cl->stats_.handle == chandle)
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;
H A Daltq_fairq.c892 clh_to_clp(struct fairq_if *pif, uint32_t chandle) argument
897 if (chandle == 0)
902 cl->cl_handle == chandle)
H A Daltq_priq.c659 clh_to_clp(struct priq_if *pif, u_int32_t chandle) argument
664 if (chandle == 0)
669 cl->cl_handle == chandle)
H A Daltq_hfsc.c1765 clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) argument
1770 if (chandle == 0)
1776 i = chandle % HFSC_MAX_CLASSES;
1777 if ((cl = hif->hif_class_tbl[i]) != NULL && cl->cl_handle == chandle)
1781 cl->cl_handle == chandle)

Completed in 114 milliseconds