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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1083 if (hermon_loopback_alloc_mem(&lstate, &lstate.hls_tx,
1103 if (ddi_copyin((void *)lb.alb_send_buf, lstate.hls_tx.hlc_buf,
1113 if (hermon_loopback_alloc_qps(&lstate, &lstate.hls_tx) != 0) {
1131 if (hermon_loopback_modify_qp(&lstate, &lstate.hls_tx,
1142 lstate.hls_tx.hlc_qp_num) != 0) {
1156 if (hermon_loopback_post_send(&lstate, &lstate.hls_tx,
1168 ret = hermon_loopback_poll_cq(&lstate, &lstate.hls_tx);
1174 lb.alb_fail_buf, lstate.hls_tx.hlc_buf_sz,
1186 if (bcmp(lstate.hls_tx.hlc_buf, lstate.hls_rx.hlc_buf,
1193 lb.alb_fail_buf, lstate.hls_tx
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h556 hermon_loopback_comm_t hls_tx; member in struct:hermon_loopback_state_s

Completed in 49 milliseconds