Searched refs:hif (Results 1 – 2 of 2) sorted by relevance
358 hfsc_grow_class_tbl(struct hfsc_if *hif, u_int howmany) in hfsc_grow_class_tbl() argument361 size_t oldlen = sizeof(void *) * hif->hif_allocated; in hfsc_grow_class_tbl()365 old = hif->hif_class_tbl; in hfsc_grow_class_tbl()368 hif->hif_class_tbl = newtbl; in hfsc_grow_class_tbl()369 hif->hif_allocated = howmany; in hfsc_grow_class_tbl()386 struct hfsc_if *hif; in hfsc_pf_alloc() local390 hif = malloc(sizeof(*hif), M_DEVBUF, M_WAITOK | M_ZERO); in hfsc_pf_alloc()391 TAILQ_INIT(&hif->hif_eligible); in hfsc_pf_alloc()392 hif->hif_class_tbl = mallocarray(HFSC_DEFAULT_CLASSES, sizeof(void *), in hfsc_pf_alloc()394 hif->hif_allocated = HFSC_DEFAULT_CLASSES; in hfsc_pf_alloc()[all …]
8810 ath11k_bus_str(ab->hif.bus), dev_name(dev)); in qwx_qmi_load_bdf_qmi()