Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_ddi.c49 dev_info_t *rdsv3_dev_info = NULL; variable
110 if (rdsv3_dev_info != NULL) { in rdsv3_attach()
112 " not supported (rdsv3_dev_info: 0x%p)", rdsv3_dev_info); in rdsv3_attach()
115 rdsv3_dev_info = dip; in rdsv3_attach()
127 rdsv3_dev_info = NULL; in rdsv3_attach()
136 rdsv3_dev_info = NULL; in rdsv3_attach()
147 rdsv3_dev_info = NULL; in rdsv3_attach()
168 rdsv3_dev_info = NULL; in rdsv3_detach()
185 if (rdsv3_dev_info != NULL) { in rdsv3_info()
186 *result = (void *)rdsv3_dev_info; in rdsv3_info()
H A Dib.c445 rdsv3_ib_client.dip = rdsv3_dev_info; in rdsv3_ib_init()
H A Drdsv3_impl.c776 rdsv3_dev_info); in rdsv3_create_task_workqueue()
778 rdsv3_taskq = ddi_taskq_create(rdsv3_dev_info, name, in rdsv3_create_task_workqueue()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h39 extern dev_info_t *rdsv3_dev_info;