Home
last modified time | relevance | path

Searched refs:thunderx_ocx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/edac/
H A Dthunderx_edac.c1044 struct thunderx_ocx { struct
1070 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr() argument
1099 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_threaded_isr()
1163 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_isr()
1182 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_threaded_isr()
1319 static void thunderx_ocx_clearstats(struct thunderx_ocx *ocx) in thunderx_ocx_clearstats()
1337 struct thunderx_ocx *ocx; in thunderx_ocx_probe()
1359 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_ocx), in thunderx_ocx_probe()
1467 struct thunderx_ocx *ocx = edac_dev->pvt_info; in thunderx_ocx_remove()