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.c1046 struct thunderx_ocx { struct
1072 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr() argument
1101 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_threaded_isr()
1165 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_isr()
1184 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_lnk_threaded_isr()
1321 static void thunderx_ocx_clearstats(struct thunderx_ocx *ocx) in thunderx_ocx_clearstats()
1339 struct thunderx_ocx *ocx; in thunderx_ocx_probe()
1361 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_ocx), in thunderx_ocx_probe()
1469 struct thunderx_ocx *ocx = edac_dev->pvt_info; in thunderx_ocx_remove()