Searched refs:rls_acc (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6224 fc_rls_acc_t *rls_acc; local
6247 rls_acc = kmem_zalloc(sizeof (*rls_acc), KM_SLEEP);
6252 (ql_get_link_status(ha, tq->loop_id, sizeof (*rls_acc),
6253 (caddr_t)rls_acc, 0) != QL_SUCCESS)) {
6255 kmem_free(rls_acc, sizeof (*rls_acc));
6268 LITTLE_ENDIAN_32(&rls_acc->rls_link_fail);
6269 LITTLE_ENDIAN_32(&rls_acc->rls_sync_loss);
6270 LITTLE_ENDIAN_32(&rls_acc
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c9340 fc_rls_acc_t *rls_acc; local
9383 rls_acc = kmem_zalloc(sizeof (*rls_acc), KM_SLEEP);
9384 ASSERT(rls_acc != NULL);
9391 pm.pm_data_len = sizeof (*rls_acc);
9392 pm.pm_data_buf = (caddr_t)rls_acc;
9400 if (ddi_copyout((void *)rls_acc,
9402 sizeof (*rls_acc), mode) == 0) {
9418 kmem_free(rls_acc, sizeof (*rls_acc));
[all...]

Completed in 78 milliseconds