Searched refs:chandle (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/net/altq/ |
| H A D | altq_cbq.c | 102 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 D | altq_priq.c | 626 clh_to_clp(struct priq_if *pif, u_int32_t chandle) in clh_to_clp() argument 631 if (chandle == 0) in clh_to_clp() 636 cl->cl_handle == chandle) in clh_to_clp()
|
| H A D | altq_fairq.c | 893 clh_to_clp(struct fairq_if *pif, uint32_t chandle) in clh_to_clp() argument 898 if (chandle == 0) in clh_to_clp() 903 cl->cl_handle == chandle) in clh_to_clp()
|
| H A D | altq_hfsc.c | 1715 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()
|
| /freebsd/sys/powerpc/ps3/ |
| H A D | ps3-hvcall.h | 125 int lv1_gpu_context_allocate(uint64_t handle, uint64_t flags, uint64_t *chandle, uint64_t *lpar_dma… 126 int lv1_gpu_context_free(uint64_t chandle); 128 int lv1_gpu_context_attribute(uint64_t chandle, uint64_t op, uint64_t p1, uint64_t p2, uint64_t p3,… 129 int lv1_gpu_context_intr(uint64_t chandle, uint64_t *v1);
|