Searched defs:saa_client (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c141 saa_client_data_t *saa_client = NULL; local
331 saa_client = kmem_zalloc(sizeof (saa_client_data_t), KM_SLEEP);
333 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*saa_client))
338 tnf_opaque, clientp, saa_client,
341 saa_client->saa_client_port = saa_portp;
342 mutex_init(&saa_client->saa_client_mutex, NULL, MUTEX_DRIVER,
344 cv_init(&saa_client->saa_client_state_cv, NULL, CV_DRIVER, NULL);
345 cv_init(&saa_client->saa_client_event_cb_cv, NULL, CV_DRIVER, NULL);
347 IBMF_SAA_SET_CLIENT_SIGNATURE(saa_client);
349 saa_client
[all...]

Completed in 57 milliseconds