Searched refs:ocx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/edac/
H A Dthunderx_edac.c1078 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, local
1082 unsigned long head = ring_pos(ocx->com_ring_head,
1083 ARRAY_SIZE(ocx->com_err_ctx));
1084 struct ocx_com_err_ctx *ctx = &ocx->com_err_ctx[head];
1086 ctx->reg_com_int = readq(ocx->regs + OCX_COM_INT);
1090 readq(ocx->regs + OCX_LNE_INT(lane));
1092 readq(ocx->regs + OCX_LNE_STAT(lane, 11));
1094 writeq(ctx->reg_lane_int[lane], ocx->regs + OCX_LNE_INT(lane));
1097 writeq(ctx->reg_com_int, ocx->regs + OCX_COM_INT);
1099 ocx
1107 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, local
1171 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, local
1190 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, local
1327 thunderx_ocx_clearstats(struct thunderx_ocx *ocx) argument
1345 struct thunderx_ocx *ocx; local
1476 struct thunderx_ocx *ocx = edac_dev->pvt_info; local
[all...]

Completed in 150 milliseconds