Searched defs:cep_flags (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_qp.c892 ibt_cep_modify_flags_t cep_flags; local
917 cep_flags = IBT_CEP_SET_MIG | IBT_CEP_SET_STATE;
922 retval = ibt_modify_qp(rc_chan, cep_flags, &qp_info, NULL);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c1045 ibt_cep_modify_flags_t cep_flags = IBT_CEP_SET_NOTHING; local
1049 cep_flags |= IBT_CEP_SET_RDMA_R;
1053 cep_flags |= IBT_CEP_SET_RDMA_W;
1059 chanp->chan_qp_hdl, cep_flags);
1061 cep_flags, flags);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c5572 ibt_cep_modify_flags_t cep_flags; local
5575 cep_flags = IBT_CEP_SET_INIT_RTR | IBT_CEP_SET_PKEY_IX;
5587 cep_flags |= IBT_CEP_SET_ALT_PATH;
5599 cep_flags |= IBT_CEP_SET_QKEY;
5704 status = ibt_modify_qp(statep->channel, cep_flags, &qp_info, NULL);
5715 print_modify_qp("Init to RTR", statep->channel, cep_flags, &qp_info);
6459 ibt_cep_modify_flags_t cep_flags; local
6476 cep_flags = IBT_CEP_SET_STATE | IBT_CEP_SET_PORT;
6478 status = ibt_modify_qp(statep->channel, cep_flags,
7008 ibt_cep_modify_flags_t cep_flags local
8116 ibt_cep_modify_flags_t cep_flags; local
8544 ibt_cep_modify_flags_t cep_flags; local
[all...]
H A Dibcm_ti.c528 ibt_cep_modify_flags_t cep_flags; local
545 cep_flags = IBT_CEP_SET_STATE | IBT_CEP_SET_PORT;
547 status = ibt_modify_qp(channel, cep_flags, &qp_info, NULL);
1710 ibt_cep_modify_flags_t cep_flags; local
1743 cep_flags = IBT_CEP_SET_STATE | IBT_CEP_SET_PORT;
1744 cep_flags |= IBT_CEP_SET_RDMA_R | IBT_CEP_SET_RDMA_W;
1745 cep_flags |= IBT_CEP_SET_ATOMIC;
1762 cep_flags, &qp_info, NULL);

Completed in 75 milliseconds