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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3332 EXT_LOOPBACK_REQ plbreq; local
3343 (void *)&plbreq, sizeof (EXT_LOOPBACK_REQ), mode) != 0) {
3350 opt = (uint16_t)(plbreq.Options & MBC_LOOPBACK_POINT_MASK);
3353 if (plbreq.BufferLength < plbreq.TransferCount &&
3354 plbreq.TransferCount < MAILBOX_BUFFER_SIZE) {
3356 "mailbox_buffer_size=%d\n", plbreq.BufferLength,
3357 plbreq.TransferCount, MAILBOX_BUFFER_SIZE);
3364 bp = kmem_zalloc(plbreq.TransferCount, KM_SLEEP);
3373 if (ql_get_buffer_data((caddr_t)(uintptr_t)plbreq
[all...]

Completed in 68 milliseconds