Searched refs:hls_tx (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ioctl.c | 1083 if (hermon_loopback_alloc_mem(&lstate, &lstate.hls_tx, in hermon_ioctl_loopback() 1103 if (ddi_copyin((void *)lb.alb_send_buf, lstate.hls_tx.hlc_buf, in hermon_ioctl_loopback() 1113 if (hermon_loopback_alloc_qps(&lstate, &lstate.hls_tx) != 0) { in hermon_ioctl_loopback() 1131 if (hermon_loopback_modify_qp(&lstate, &lstate.hls_tx, in hermon_ioctl_loopback() 1142 lstate.hls_tx.hlc_qp_num) != 0) { in hermon_ioctl_loopback() 1156 if (hermon_loopback_post_send(&lstate, &lstate.hls_tx, in hermon_ioctl_loopback() 1168 ret = hermon_loopback_poll_cq(&lstate, &lstate.hls_tx); in hermon_ioctl_loopback() 1174 lb.alb_fail_buf, lstate.hls_tx.hlc_buf_sz, in hermon_ioctl_loopback() 1186 if (bcmp(lstate.hls_tx.hlc_buf, lstate.hls_rx.hlc_buf, in hermon_ioctl_loopback() 1193 lb.alb_fail_buf, lstate.hls_tx.hlc_buf_sz, in hermon_ioctl_loopback() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_misc.h | 556 hermon_loopback_comm_t hls_tx; member
|