Home
last modified time | relevance | path

Searched refs:epm_flags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt_if.h261 ibt_cep_modify_flags_t epm_flags; member
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_qp.c540 epm_args.epm_flags |= IBT_CEP_SET_RDMARA_IN; in dapls_ib_qp_modify()
545 epm_args.epm_flags |= IBT_CEP_SET_RDMARA_OUT; in dapls_ib_qp_modify()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1676 if ((args.epm_flags & ~good_flags) != 0) { in daplka_ep_modify()
1677 DERR("ep_modify: invalid flags 0x%x\n", args.epm_flags); in daplka_ep_modify()
1685 if ((args.epm_flags & IBT_CEP_SET_RDMARA_OUT) != 0) { in daplka_ep_modify()
1694 if ((args.epm_flags & IBT_CEP_SET_RDMARA_IN) != 0) { in daplka_ep_modify()
1703 status = ibt_modify_rc_channel(ep_rp->ep_chan_hdl, args.epm_flags, in daplka_ep_modify()