Home
last modified time | relevance | path

Searched refs:hlc_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1103 if (ddi_copyin((void *)lb.alb_send_buf, lstate.hls_tx.hlc_buf, in hermon_ioctl_loopback()
1153 bzero(lstate.hls_rx.hlc_buf, lb.alb_buf_sz); in hermon_ioctl_loopback()
1173 if (ddi_copyout(lstate.hls_rx.hlc_buf, in hermon_ioctl_loopback()
1186 if (bcmp(lstate.hls_tx.hlc_buf, lstate.hls_rx.hlc_buf, in hermon_ioctl_loopback()
1192 if (ddi_copyout(lstate.hls_rx.hlc_buf, in hermon_ioctl_loopback()
2821 if (lstate->hls_tx.hlc_buf != NULL) { in hermon_loopback_free_state()
2822 kmem_free(lstate->hls_tx.hlc_buf, lstate->hls_tx.hlc_buf_sz); in hermon_loopback_free_state()
2824 if (lstate->hls_rx.hlc_buf != NULL) { in hermon_loopback_free_state()
2825 kmem_free(lstate->hls_rx.hlc_buf, lstate->hls_rx.hlc_buf_sz); in hermon_loopback_free_state()
2904 comm->hlc_buf = kmem_zalloc(sz, KM_NOSLEEP); in hermon_loopback_alloc_mem()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h525 uint8_t *hlc_buf; member