WARNING: line length of 82 exceeds 80 columns
#128: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:273:
+				      PPE_AC_UNICAST_QUEUE_CFG_TBL_INC * queue_id;

WARNING: line length of 86 exceeds 80 columns
#132: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:277:
+						       ARRAY_SIZE(unicast_queue_cfg));

WARNING: line length of 85 exceeds 80 columns
#136: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:281:
+				PPE_AC_UNICAST_QUEUE_SET_EN(unicast_queue_cfg, true);

WARNING: line length of 86 exceeds 80 columns
#137: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:282:
+				PPE_AC_UNICAST_QUEUE_SET_GRP_ID(unicast_queue_cfg, 0);

WARNING: line length of 85 exceeds 80 columns
#138: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:283:
+				PPE_AC_UNICAST_QUEUE_SET_PRE_LIMIT(unicast_queue_cfg,

WARNING: line length of 94 exceeds 80 columns
#139: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:284:
+								   queue_cfg[i].prealloc_buf);

WARNING: line length of 83 exceeds 80 columns
#140: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:285:
+				PPE_AC_UNICAST_QUEUE_SET_DYNAMIC(unicast_queue_cfg,

WARNING: line length of 87 exceeds 80 columns
#141: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:286:
+								 queue_cfg[i].dynamic);

WARNING: line length of 82 exceeds 80 columns
#142: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:287:
+				PPE_AC_UNICAST_QUEUE_SET_WEIGHT(unicast_queue_cfg,

WARNING: line length of 85 exceeds 80 columns
#143: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:288:
+								queue_cfg[i].weight);

WARNING: line length of 85 exceeds 80 columns
#144: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:289:
+				PPE_AC_UNICAST_QUEUE_SET_THRESHOLD(unicast_queue_cfg,

WARNING: line length of 86 exceeds 80 columns
#145: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:290:
+								   queue_cfg[i].ceil);

WARNING: line length of 86 exceeds 80 columns
#146: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:291:
+				PPE_AC_UNICAST_QUEUE_SET_GRN_RESUME(unicast_queue_cfg,

WARNING: line length of 96 exceeds 80 columns
#147: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:292:
+								    queue_cfg[i].resume_offset);

WARNING: line length of 87 exceeds 80 columns
#151: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:296:
+							ARRAY_SIZE(unicast_queue_cfg));

WARNING: line length of 84 exceeds 80 columns
#156: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:301:
+				      PPE_AC_MULTICAST_QUEUE_CFG_TBL_INC * queue_id;

WARNING: line length of 88 exceeds 80 columns
#160: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:305:
+						       ARRAY_SIZE(multicast_queue_cfg));

WARNING: line length of 89 exceeds 80 columns
#164: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:309:
+				PPE_AC_MULTICAST_QUEUE_SET_EN(multicast_queue_cfg, true);

WARNING: line length of 94 exceeds 80 columns
#165: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:310:
+				PPE_AC_MULTICAST_QUEUE_SET_GRN_GRP_ID(multicast_queue_cfg, 0);

WARNING: line length of 93 exceeds 80 columns
#166: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:311:
+				PPE_AC_MULTICAST_QUEUE_SET_GRN_PRE_LIMIT(multicast_queue_cfg,

WARNING: line length of 100 exceeds 80 columns
#167: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:312:
+									 queue_cfg[i].prealloc_buf);

WARNING: line length of 93 exceeds 80 columns
#168: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:313:
+				PPE_AC_MULTICAST_QUEUE_SET_GRN_THRESHOLD(multicast_queue_cfg,

WARNING: line length of 92 exceeds 80 columns
#169: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:314:
+									 queue_cfg[i].ceil);

WARNING: line length of 90 exceeds 80 columns
#170: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:315:
+				PPE_AC_MULTICAST_QUEUE_SET_GRN_RESUME(multicast_queue_cfg,

WARNING: line length of 98 exceeds 80 columns
#171: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:316:
+								      queue_cfg[i].resume_offset);

WARNING: line length of 89 exceeds 80 columns
#175: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:320:
+							ARRAY_SIZE(multicast_queue_cfg));

WARNING: line length of 84 exceeds 80 columns
#181: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:326:
+			reg = PPE_ENQ_OPR_TBL_ADDR + PPE_ENQ_OPR_TBL_INC * queue_id;

WARNING: line length of 97 exceeds 80 columns
#184: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:329:
+						 FIELD_PREP(PPE_ENQ_OPR_TBL_ENQ_DISABLE, false));

WARNING: line length of 84 exceeds 80 columns
#189: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:334:
+			reg = PPE_DEQ_OPR_TBL_ADDR + PPE_DEQ_OPR_TBL_INC * queue_id;

WARNING: line length of 97 exceeds 80 columns
#192: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_config.c:337:
+						 FIELD_PREP(PPE_ENQ_OPR_TBL_ENQ_DISABLE, false));

WARNING: line length of 84 exceeds 80 columns
#269: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:88:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_GRP_ID)

WARNING: line length of 87 exceeds 80 columns
#271: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:90:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_PRE_LIMIT)

WARNING: line length of 85 exceeds 80 columns
#273: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:92:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_DYNAMIC)

WARNING: line length of 84 exceeds 80 columns
#275: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:94:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_WEIGHT)

WARNING: line length of 87 exceeds 80 columns
#277: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:96:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_UNICAST_QUEUE_CFG_W0_THRESHOLD)

WARNING: line length of 96 exceeds 80 columns
#279: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:98:
+	u32p_replace_bits((u32 *)(tbl_cfg) + 0x3, value, PPE_AC_UNICAST_QUEUE_CFG_W3_GRN_RESUME)

WARNING: line length of 82 exceeds 80 columns
#294: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:113:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_EN)

WARNING: line length of 86 exceeds 80 columns
#296: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:115:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_GRP_ID)

WARNING: line length of 89 exceeds 80 columns
#298: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:117:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_PRE_LIMIT)

WARNING: line length of 89 exceeds 80 columns
#300: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:119:
+	u32p_replace_bits((u32 *)tbl_cfg, value, PPE_AC_MULTICAST_QUEUE_CFG_W0_THRESHOLD)

WARNING: line length of 94 exceeds 80 columns
#302: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:121:
+	u32p_replace_bits((u32 *)(tbl_cfg) + 0x2, value, PPE_AC_MULTICAST_QUEUE_CFG_W2_RESUME)

WARNING: line length of 81 exceeds 80 columns
#318: FILE: drivers/net/ethernet/qualcomm/ppe/ppe_regs.h:137:
+	u32p_replace_bits((u32 *)(tbl_cfg) + 0x1, value, PPE_AC_GRP_W1_BUF_LIMIT)

total: 0 errors, 42 warnings, 0 checks, 290 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 8f1d06b52be4 ("net: ethernet: qualcomm: Initialize PPE queue management for IPQ9574") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 42 warnings, 0 checks, 290 lines checked