Searched refs:cl_qdata (Results 1 – 1 of 1) sorted by relevance
128 void *cl_qdata; /* queue manager data */ member319 return cl->cl_qops->pfq_qlength(cl->cl_qdata); in hfsc_class_qlength()326 return cl->cl_qops->pfq_enqueue(cl->cl_qdata, m); in hfsc_class_enqueue()346 return cl->cl_qops->pfq_purge(cl->cl_qdata, ml); in hfsc_class_purge()452 cl->cl_qdata = &cl->cl_q; in hfsc_pf_addqueue()454 cl->cl_qdata = cl->cl_qops->pfq_alloc(q->kif->pfik_ifp); in hfsc_pf_addqueue()455 if (cl->cl_qdata == NULL) { in hfsc_pf_addqueue()461 error = cl->cl_qops->pfq_addqueue(cl->cl_qdata, q); in hfsc_pf_addqueue()463 cl->cl_qops->pfq_free(cl->cl_qdata); in hfsc_pf_addqueue()472 KASSERT(cl->cl_qdata != NULL); in hfsc_pf_addqueue()[all …]