Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dthunderx_edac.c1744 struct thunderx_l2c { struct
1763 struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c, in thunderx_l2c_tad_isr() argument
1795 struct thunderx_l2c *cbc = container_of(msix, struct thunderx_l2c, in thunderx_l2c_cbc_isr()
1824 struct thunderx_l2c *mci = container_of(msix, struct thunderx_l2c, in thunderx_l2c_mci_isr()
1845 struct thunderx_l2c *l2c = container_of(msix, struct thunderx_l2c, in thunderx_l2c_threaded_isr()
1948 struct thunderx_l2c *l2c; in thunderx_l2c_probe()
2006 edac_dev = edac_device_alloc_ctl_info(sizeof(struct thunderx_l2c), in thunderx_l2c_probe()
2084 struct thunderx_l2c *l2c = edac_dev->pvt_info; in thunderx_l2c_remove()