Home
last modified time | relevance | path

Searched refs:schpc_p (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c113 static schpc_t *schpc_p; variable
435 schpc_p = (schpc_t *)ddi_get_soft_state(per_schpc_state, in schpc_attach()
438 if (schpc_p == NULL) { in schpc_attach()
442 mutex_init(&schpc_p->schpc_mutex, NULL, MUTEX_DRIVER, NULL); in schpc_attach()
443 cv_init(&schpc_p->schpc_cv, NULL, CV_DRIVER, NULL); in schpc_attach()
452 schpc_p->schpc_transid = 0; in schpc_attach()
454 schpc_p->schpc_number_of_slots = STARCAT_MAX_SLOTS; in schpc_attach()
458 schpc_p->schpc_number_of_slots); in schpc_attach()
460 schpc_p->schpc_hotplugmodel = ddi_getprop(DDI_DEV_T_ANY, in schpc_attach()
464 instance, schpc_p->schpc_hotplugmodel); in schpc_attach()
[all …]