Home
last modified time | relevance | path

Searched refs:alb_send_buf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_ioctl.h263 caddr_t alb_send_buf; member
H A Dhermon_misc.h499 caddr32_t alb_send_buf; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c973 lb.alb_send_buf = (caddr_t)(uintptr_t)lb32.alb_send_buf; in hermon_ioctl_loopback()
1067 if (lb.alb_send_buf == NULL || lb.alb_buf_sz == 0) { in hermon_ioctl_loopback()
1103 if (ddi_copyin((void *)lb.alb_send_buf, lstate.hls_tx.hlc_buf, in hermon_ioctl_loopback()
3039 lb32.alb_send_buf = in hermon_loopback_copyout()
3040 (caddr32_t)(uintptr_t)lb->alb_send_buf; in hermon_loopback_copyout()