Searched refs:ocx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | thunderx_edac.c | 1078 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr() local 1082 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 in thunderx_ocx_com_isr() 1107 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, thunderx_ocx_com_threaded_isr() local 1171 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, thunderx_ocx_lnk_isr() local 1190 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, thunderx_ocx_lnk_threaded_isr() local 1327 thunderx_ocx_clearstats(struct thunderx_ocx *ocx) thunderx_ocx_clearstats() argument 1345 struct thunderx_ocx *ocx; thunderx_ocx_probe() local 1476 struct thunderx_ocx *ocx = edac_dev->pvt_info; thunderx_ocx_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | thunderx_edac.c | 1078 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr() local 1082 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 in thunderx_ocx_com_isr() 1107 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, thunderx_ocx_com_threaded_isr() local 1171 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, thunderx_ocx_lnk_isr() local 1190 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, thunderx_ocx_lnk_threaded_isr() local 1327 thunderx_ocx_clearstats(struct thunderx_ocx *ocx) thunderx_ocx_clearstats() argument 1345 struct thunderx_ocx *ocx; thunderx_ocx_probe() local 1476 struct thunderx_ocx *ocx = edac_dev->pvt_info; thunderx_ocx_remove() local [all...] |
Completed in 5 milliseconds