Home
last modified time | relevance | path

Searched refs:good_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_chan.c847 ibt_cep_modify_flags_t good_flags; in ibt_modify_ud_channel() local
859 good_flags = IBT_CEP_SET_SQ_SIZE | IBT_CEP_SET_RQ_SIZE | in ibt_modify_ud_channel()
862 if (flags & ~good_flags) { in ibt_modify_ud_channel()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1645 ibt_cep_modify_flags_t good_flags; in daplka_ep_modify() local
1675 good_flags = IBT_CEP_SET_RDMARA_OUT | IBT_CEP_SET_RDMARA_IN; in daplka_ep_modify()
1676 if ((args.epm_flags & ~good_flags) != 0) { in daplka_ep_modify()