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; local
859 good_flags = IBT_CEP_SET_SQ_SIZE | IBT_CEP_SET_RQ_SIZE |
862 if (flags & ~good_flags) {
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1645 ibt_cep_modify_flags_t good_flags; local
1675 good_flags = IBT_CEP_SET_RDMARA_OUT | IBT_CEP_SET_RDMARA_IN;
1676 if ((args.epm_flags & ~good_flags) != 0) {

Completed in 74 milliseconds