Searched refs:okflags (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c88 ibt_cep_modify_flags_t okflags; local
167 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RESET_INIT |
176 if (flags & ~okflags) {
267 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_INIT_RTR |
278 if (flags & ~okflags) {
369 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RTR_RTS |
381 if (flags & ~okflags) {
459 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RDMA_R |
469 if (flags & ~okflags) {
558 okflags
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c86 ibt_cep_modify_flags_t okflags; local
172 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RESET_INIT |
181 if (flags & ~okflags) {
283 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_INIT_RTR |
294 if (flags & ~okflags) {
390 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RTR_RTS |
402 if (flags & ~okflags) {
484 okflags = (IBT_CEP_SET_STATE | IBT_CEP_SET_RDMA_R |
494 if (flags & ~okflags) {
579 okflags
[all...]

Completed in 215 milliseconds