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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c448 struct t4_tid_info t4tid; local
453 if (ddi_copyin(data, &t4tid, sizeof (t4tid), flags) < 0) {
458 buf = b = kmem_zalloc(t4tid.len, KM_NOSLEEP);
468 if (ddi_copyout(buf, t4tid.data, t4tid.len, flags) < 0)
471 kmem_free(buf, t4tid.len);

Completed in 56 milliseconds