/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 183 case IBT_WRC_SEND: in hermon_post_send_ud() 513 case IBT_WRC_SEND: in hermon_post_send_rc() 957 case IBT_WRC_SEND: in hermon_post_send() 1342 if (wr->wr_opcode != IBT_WRC_SEND && in hermon_wqe_send_build() 1369 if (wr->wr_opcode == IBT_WRC_SEND) { in hermon_wqe_send_build() 1385 if (wr->wr_opcode == IBT_WRC_SEND) { in hermon_wqe_send_build() 1436 if ((wr->wr_opcode != IBT_WRC_SEND) && in hermon_wqe_send_build() 1449 if (wr->wr_opcode == IBT_WRC_SEND) { in hermon_wqe_send_build() 1554 if ((wr->wr_opcode != IBT_WRC_SEND) && in hermon_wqe_send_build() 1564 if (wr->wr_opcode == IBT_WRC_SEND) { in hermon_wqe_send_build() [all …]
|
H A D | hermon_cq.c | 1336 type = IBT_WRC_SEND; in hermon_cq_cqe_consume()
|
/titanic_50/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_xfer.c | 94 wr.wr_opcode = IBT_WRC_SEND; in iser_xfer_hello_msg() 182 wr.wr_opcode = IBT_WRC_SEND; in iser_xfer_helloreply_msg() 371 wr.wr_opcode = IBT_WRC_SEND; in iser_xfer_ctrlpdu()
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_ibtf.h | 98 #define OP_SEND IBT_WRC_SEND
|
H A D | dapl_arbel_hw.c | 217 case IBT_WRC_SEND: in dapli_arbel_wqe_send_build() 387 case IBT_WRC_SEND: in dapli_arbel_wqe_send_linknext() 808 type = IBT_WRC_SEND; in dapli_arbel_cq_cqe_consume()
|
H A D | dapl_tavor_hw.c | 316 case IBT_WRC_SEND: in dapli_tavor_wqe_send_build() 509 case IBT_WRC_SEND: in dapli_tavor_wqe_send_linknext() 1043 type = IBT_WRC_SEND; in dapli_tavor_cq_cqe_consume()
|
H A D | dapl_hermon_hw.c | 206 case IBT_WRC_SEND: in dapli_hermon_wqe_send_build() 812 type = IBT_WRC_SEND; in dapli_hermon_cq_cqe_consume()
|
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_wr.c | 986 if (wr->wr_opcode != IBT_WRC_SEND) { in tavor_wqe_send_build() 1048 if ((wr->wr_opcode != IBT_WRC_SEND) && in tavor_wqe_send_build() 1064 if (wr->wr_opcode == IBT_WRC_SEND) { in tavor_wqe_send_build() 1175 if ((wr->wr_opcode != IBT_WRC_SEND) && in tavor_wqe_send_build() 1188 if (wr->wr_opcode == IBT_WRC_SEND) { in tavor_wqe_send_build() 1332 case IBT_WRC_SEND: in tavor_wqe_send_linknext() 2055 if (wr->wr_opcode == IBT_WRC_SEND) { in tavor_wr_get_immediate()
|
H A D | tavor_cq.c | 1349 type = IBT_WRC_SEND; in tavor_cq_cqe_consume()
|
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_rsrc.c | 104 wqe->qe_wr.send.wr_opcode = IBT_WRC_SEND; in eib_rsrc_grab_swqes() 228 wqe->qe_wr.send.wr_opcode = IBT_WRC_SEND; in eib_rsrc_grab_swqe() 608 wqe->qe_wr.send.wr_opcode = IBT_WRC_SEND; in eib_rsrc_setup_txbufs()
|
H A D | enx_ibt.c | 496 swqe->qe_wr.send.wr_opcode = IBT_WRC_SEND; in eibnx_setup_txbufs()
|
H A D | eib_data.c | 876 lsohdr_sz = (swqe->qe_wr.send.wr_opcode == IBT_WRC_SEND) ? 0 : in eib_data_prepare_sgl()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_send.c | 244 case IBT_WRC_SEND: in rdsv3_ib_send_cqe_handler() 492 wr->wr_opcode = IBT_WRC_SEND; in rdsv3_ib_xmit_populate_wr()
|
H A D | ib_recv.c | 398 wr->wr_opcode = IBT_WRC_SEND; in rdsv3_ib_recv_init_ack()
|
/titanic_50/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_ep.c | 1474 wr.wr_opcode = IBT_WRC_SEND; in rds_post_control_message() 1649 wrp[ix].wr_opcode = IBT_WRC_SEND; in rds_build_n_post_msg() 1672 wr.wr_opcode = IBT_WRC_SEND; in rds_build_n_post_msg() 1832 wrp[ix].wr_opcode = IBT_WRC_SEND; in rds_resend_messages()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_comp.c | 122 case IBT_WRC_SEND: in uverbs_convert_wc()
|
/titanic_50/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibtl_types.h | 1211 #define IBT_WRC_SEND 1 /* Send */ macro
|
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ch.c | 1377 wr.wr_opcode = IBT_WRC_SEND; in srpt_ch_post_send()
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_recv.c | 1591 swrp->wr_opcode = IBT_WRC_SEND; in ibmf_send_busy()
|
H A D | ibmf_wqe.c | 875 swrp->wr_opcode = IBT_WRC_SEND; in ibmf_i_init_send_wqe()
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 2191 case IBT_WRC_SEND: in ibt2of_wc_opcode()
|
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 3692 swqe->w_swr.wr_opcode = IBT_WRC_SEND; in ibd_init_txlist() 7052 node->w_swr.wr_opcode = IBT_WRC_SEND; in ibd_send() 7366 node->w_swr.wr_opcode = IBT_WRC_SEND; in ibd_send()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 2357 tx_wr.wr_opcode = IBT_WRC_SEND; in rib_send_and_wait()
|