Searched refs:devi_flavorv (Results 1 – 3 of 3) sorted by relevance
2551 ASSERT(nflavors > 0 && (DEVI(self)->devi_flavorv == NULL || in ndi_flavorv_alloc()2553 if (nflavors <= 1 || (DEVI(self)->devi_flavorv)) { in ndi_flavorv_alloc()2556 DEVI(self)->devi_flavorv = in ndi_flavorv_alloc()2568 DEVI(self)->devi_flavorv != NULL); in ndi_flavorv_set()2570 DEVI(self)->devi_flavorv == NULL) { in ndi_flavorv_set()2573 DEVI(self)->devi_flavorv[child_flavor - 1] = v; in ndi_flavorv_set()2584 DEVI(self)->devi_flavorv != NULL); in ndi_flavorv_get()2586 DEVI(self)->devi_flavorv == NULL) { in ndi_flavorv_get()2589 return (DEVI(self)->devi_flavorv[child_flavor - 1]); in ndi_flavorv_get()
1424 if (DEVI(dip)->devi_flavorv_n > 1 && DEVI(dip)->devi_flavorv != NULL) { in detach_node()1425 kmem_free(DEVI(dip)->devi_flavorv, in detach_node()1427 DEVI(dip)->devi_flavorv = NULL; in detach_node()
281 void **devi_flavorv; /* child-flavor specific data */ member