Searched refs:lqip (Results 1 – 1 of 1) sorted by relevance
2464 sm_lqi_t *lqip; in sm_attach() local2583 lqip = get_lqi(sm_ssp, unit); in sm_attach()2584 lqip->sm_unit = unit; in sm_attach()2585 lqip->sm_hadkadbchar = 0; in sm_attach()2586 lqip->sm_nachar = sm_ssp->sm_abs; in sm_attach()2587 lqip->sm_ioflag = FORIO; in sm_attach()2588 lqip->sm_ctrla_abort_on = sm_ssp->sm_ctrla_abort_on; in sm_attach()2589 lqip->sm_break_abort_on = sm_ssp->sm_break_abort_on; in sm_attach()2590 mutex_init(lqip->sm_umutex, NULL, MUTEX_DRIVER, NULL); in sm_attach()2591 cv_init(lqip->sm_ucv, NULL, CV_DRIVER, NULL); in sm_attach()[all …]