File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
drivers/infiniband/hw/irdma Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ enum irdma_cqp_op_type {
346
346
#define IRDMA_AE_LLP_TOO_MANY_KEEPALIVE_RETRIES 0x050b
347
347
#define IRDMA_AE_LLP_DOUBT_REACHABILITY 0x050c
348
348
#define IRDMA_AE_LLP_CONNECTION_ESTABLISHED 0x050e
349
+ #define IRDMA_AE_LLP_TOO_MANY_RNRS 0x050f
349
350
#define IRDMA_AE_RESOURCE_EXHAUSTION 0x0520
350
351
#define IRDMA_AE_RESET_SENT 0x0601
351
352
#define IRDMA_AE_TERMINATE_SENT 0x0602
Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ static void irdma_process_aeq(struct irdma_pci_f *rf)
387
387
case IRDMA_AE_LLP_TOO_MANY_RETRIES :
388
388
case IRDMA_AE_LCE_QP_CATASTROPHIC :
389
389
case IRDMA_AE_LCE_FUNCTION_CATASTROPHIC :
390
+ case IRDMA_AE_LLP_TOO_MANY_RNRS :
390
391
case IRDMA_AE_LCE_CQ_CATASTROPHIC :
391
392
case IRDMA_AE_UDA_XMIT_DGRAM_TOO_LONG :
392
393
default :
You can’t perform that action at this time.
0 commit comments