Searched refs:ocx (Results 1 – 1 of 1) sorted by relevance
1078 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr() local1082 unsigned long head = ring_pos(ocx->com_ring_head, in thunderx_ocx_com_isr()1083 ARRAY_SIZE(ocx->com_err_ctx)); in thunderx_ocx_com_isr()1084 struct ocx_com_err_ctx *ctx = &ocx->com_err_ctx[head]; in thunderx_ocx_com_isr()1086 ctx->reg_com_int = readq(ocx->regs + OCX_COM_INT); in thunderx_ocx_com_isr()1090 readq(ocx->regs + OCX_LNE_INT(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()1097 writeq(ctx->reg_com_int, ocx->regs + OCX_COM_INT); in thunderx_ocx_com_isr()1099 ocx->com_ring_head++; in thunderx_ocx_com_isr()[all …]