We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfb25f commit ae46356Copy full SHA for ae46356
drivers/infiniband/hw/irdma/hw.c
@@ -191,6 +191,7 @@ static void irdma_set_flush_fields(struct irdma_sc_qp *qp,
191
case IRDMA_AE_AMP_MWBIND_INVALID_RIGHTS:
192
case IRDMA_AE_AMP_MWBIND_BIND_DISABLED:
193
case IRDMA_AE_AMP_MWBIND_INVALID_BOUNDS:
194
+ case IRDMA_AE_AMP_MWBIND_VALID_STAG:
195
qp->flush_code = FLUSH_MW_BIND_ERR;
196
qp->event_type = IRDMA_QP_EVENT_ACCESS_ERR;
197
break;
0 commit comments