Lines Matching refs:lane
1081 int lane; in thunderx_ocx_com_isr() local
1088 for (lane = 0; lane < OCX_RX_LANES; lane++) { in thunderx_ocx_com_isr()
1089 ctx->reg_lane_int[lane] = in thunderx_ocx_com_isr()
1090 readq(ocx->regs + OCX_LNE_INT(lane)); in thunderx_ocx_com_isr()
1091 ctx->reg_lane_stat11[lane] = in thunderx_ocx_com_isr()
1092 readq(ocx->regs + OCX_LNE_STAT(lane, 11)); in thunderx_ocx_com_isr()
1094 writeq(ctx->reg_lane_int[lane], ocx->regs + OCX_LNE_INT(lane)); in thunderx_ocx_com_isr()
1114 int lane; in thunderx_ocx_com_threaded_isr() local
1138 for (lane = 0; lane < OCX_RX_LANES; lane++) in thunderx_ocx_com_threaded_isr()
1139 if (ctx->reg_com_int & BIT(lane)) { in thunderx_ocx_com_threaded_isr()
1142 lane, ctx->reg_lane_int[lane], in thunderx_ocx_com_threaded_isr()
1143 lane, ctx->reg_lane_stat11[lane]); in thunderx_ocx_com_threaded_isr()
1149 ctx->reg_lane_int[lane]); in thunderx_ocx_com_threaded_isr()
1329 int lane, stat, cfg; in thunderx_ocx_clearstats() local
1331 for (lane = 0; lane < OCX_RX_LANES; lane++) { in thunderx_ocx_clearstats()
1332 cfg = readq(ocx->regs + OCX_LNE_CFG(lane)); in thunderx_ocx_clearstats()
1335 writeq(cfg, ocx->regs + OCX_LNE_CFG(lane)); in thunderx_ocx_clearstats()
1338 readq(ocx->regs + OCX_LNE_STAT(lane, stat)); in thunderx_ocx_clearstats()