Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1174 lb.alb_fail_buf, lstate.hls_tx.hlc_buf_sz, in hermon_ioctl_loopback()
1193 lb.alb_fail_buf, lstate.hls_tx.hlc_buf_sz, in hermon_ioctl_loopback()
2822 kmem_free(lstate->hls_tx.hlc_buf, lstate->hls_tx.hlc_buf_sz); in hermon_loopback_free_state()
2825 kmem_free(lstate->hls_rx.hlc_buf, lstate->hls_rx.hlc_buf_sz); in hermon_loopback_free_state()
2903 comm->hlc_buf_sz = sz; in hermon_loopback_alloc_mem()
3081 tx->hlc_sgl.ds_len = tx->hlc_buf_sz; in hermon_loopback_post_send()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h526 size_t hlc_buf_sz; member