Searched refs:tls_tx (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ioctl.c | 1152 if (tavor_loopback_alloc_mem(&lstate, &lstate.tls_tx, in tavor_ioctl_loopback() 1178 if (ddi_copyin((void *)lb.tlb_send_buf, lstate.tls_tx.tlc_buf, in tavor_ioctl_loopback() 1191 if (tavor_loopback_alloc_qps(&lstate, &lstate.tls_tx) != 0) { in tavor_ioctl_loopback() 1215 if (tavor_loopback_modify_qp(&lstate, &lstate.tls_tx, in tavor_ioctl_loopback() 1229 lstate.tls_tx.tlc_qp_num) != 0) { in tavor_ioctl_loopback() 1246 if (tavor_loopback_post_send(&lstate, &lstate.tls_tx, in tavor_ioctl_loopback() 1261 ret = tavor_loopback_poll_cq(&lstate, &lstate.tls_tx); in tavor_ioctl_loopback() 1266 lb.tlb_fail_buf, lstate.tls_tx.tlc_buf_sz, in tavor_ioctl_loopback() 1285 if (bcmp(lstate.tls_tx.tlc_buf, lstate.tls_rx.tlc_buf, in tavor_ioctl_loopback() 1292 lb.tlb_fail_buf, lstate.tls_tx.tlc_buf_sz, in tavor_ioctl_loopback() [all …]
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_misc.h | 494 tavor_loopback_comm_t tls_tx; member
|