Searched refs:tls_rx (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ioctl.c | 1165 if (tavor_loopback_alloc_mem(&lstate, &lstate.tls_rx, in tavor_ioctl_loopback() 1203 if (tavor_loopback_alloc_qps(&lstate, &lstate.tls_rx) != 0) { in tavor_ioctl_loopback() 1216 lstate.tls_rx.tlc_qp_num) != 0) { in tavor_ioctl_loopback() 1228 if (tavor_loopback_modify_qp(&lstate, &lstate.tls_rx, in tavor_ioctl_loopback() 1243 bzero(lstate.tls_rx.tlc_buf, lb.tlb_buf_sz); in tavor_ioctl_loopback() 1247 &lstate.tls_rx) != IBT_SUCCESS) { in tavor_ioctl_loopback() 1265 if (ddi_copyout(lstate.tls_rx.tlc_buf, in tavor_ioctl_loopback() 1285 if (bcmp(lstate.tls_tx.tlc_buf, lstate.tls_rx.tlc_buf, in tavor_ioctl_loopback() 1291 if (ddi_copyout(lstate.tls_rx.tlc_buf, in tavor_ioctl_loopback() 2343 if (lstate->tls_rx.tlc_qp_hdl != NULL) { in tavor_loopback_free_qps() [all …]
|
/titanic_50/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_misc.h | 495 tavor_loopback_comm_t tls_rx; member
|