Home
last modified time | relevance | path

Searched refs:IBT_WR_SEND_SIGNAL (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c761 IBT_WR_SEND_SIGNAL | IBT_WR_SEND_SOLICIT; in rdsv3_ib_xmit()
769 IBT_WR_SEND_SIGNAL | IBT_WR_SEND_SOLICIT; in rdsv3_ib_xmit()
778 IBT_WR_SEND_SIGNAL | IBT_WR_SEND_SOLICIT; in rdsv3_ib_xmit()
834 wr->wr_flags |= IBT_WR_SEND_SIGNAL | IBT_WR_SEND_SOLICIT; in rdsv3_ib_xmit()
1090 wr->wr_flags = IBT_WR_SEND_SIGNAL; in rdsv3_ib_xmit_rdma()
H A Dib_recv.c401 wr->wr_flags = IBT_WR_SEND_SIGNAL | IBT_WR_SEND_SOLICIT; in rdsv3_ib_recv_init_ack()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_dto.c364 completion_flags) ? 0 : IBT_WR_SEND_SIGNAL; in dapls_ib_post_send()
488 ps_wr.wr_flags = IBT_WR_SEND_SIGNAL; in dapls_ib_post_send_one()
H A Ddapl_arbel_hw.c206 ctrl = ((wr->wr_flags & IBT_WR_SEND_SIGNAL) ? in dapli_arbel_wqe_send_build()
1120 if (wr->wr_flags & IBT_WR_SEND_SIGNAL) { in dapli_arbel_post_send()
H A Ddapl_tavor_hw.c473 if (curr_wr->wr_flags & IBT_WR_SEND_SIGNAL) { in dapli_tavor_wqe_send_linknext()
1380 if (wr->wr_flags & IBT_WR_SEND_SIGNAL) { in dapli_tavor_post_send()
H A Ddapl_hermon_hw.c196 ctrl = ((wr->wr_flags & IBT_WR_SEND_SIGNAL) ? in dapli_hermon_wqe_send_build()
1154 if (wr->wr_flags & IBT_WR_SEND_SIGNAL) { in dapli_hermon_post_send()
H A Ddapl_tavor_ibtf_util.c1169 completion_flags) ? 0 : IBT_WR_SEND_SIGNAL; in dapls_ib_mw_bind()
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_xfer.c462 wr.wr_flags = IBT_WR_SEND_SIGNAL; in iser_xfer_buf_to_ini()
564 wr.wr_flags = IBT_WR_SEND_SIGNAL; in iser_xfer_buf_from_ini()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c626 wr.wr_flags = IBT_WR_SEND_SIGNAL; in srpt_stp_xfer_data()
660 if ((wr.wr_flags & IBT_WR_SEND_SIGNAL) != 0) { in srpt_stp_xfer_data()
684 if ((wr.wr_flags & IBT_WR_SEND_SIGNAL) != 0) { in srpt_stp_xfer_data()
H A Dsrpt_ch.c1373 wr.wr_flags = IBT_WR_SEND_SIGNAL; in srpt_ch_post_send()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c356 (wr->wr_flags & IBT_WR_SEND_SIGNAL)) ? 0xC : 0; in hermon_post_send_ud()
699 (wr->wr_flags & IBT_WR_SEND_SIGNAL)) ? 0xC : 0; in hermon_post_send_rc()
996 (curr_wr->wr_flags & IBT_WR_SEND_SIGNAL)) { in hermon_post_send()
H A Dhermon_ioctl.c3085 tx->hlc_wr.wr_flags = IBT_WR_SEND_SIGNAL; in hermon_loopback_post_send()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_wr.c233 (wr[wrindx].wr_flags & IBT_WR_SEND_SIGNAL)) { in tavor_post_send()
1323 if (prev_wr->wr_flags & IBT_WR_SEND_SIGNAL) { in tavor_wqe_send_linknext()
1686 if (prev_wr->wr_flags & IBT_WR_SEND_SIGNAL) { in tavor_wqe_mlx_linknext()
H A Dtavor_ioctl.c2334 tx->tlc_wr.wr_flags = IBT_WR_SEND_SIGNAL; in tavor_loopback_post_send()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1303 #define IBT_WR_SEND_SIGNAL (1 << 1) /* Signaled, if set */ macro
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c2342 tx_wr.wr_flags = IBT_WR_SEND_SIGNAL; in rib_send_and_wait()
2786 tx_wr.wr_flags = IBT_WR_SEND_SIGNAL; in rib_write()
2877 rx_wr.wr_flags = IBT_WR_SEND_SIGNAL; in rib_read()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1935 swqe->w_swr.wr_flags = IBT_WR_SEND_SIGNAL; in ibd_rc_init_txlist()