Searched refs:OCX_OTHER_SIZE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | thunderx_edac.c | 1072 #define OCX_OTHER_SIZE (50 * ARRAY_SIZE(ocx_com_link_errors)) macro 1119 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr() 1133 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr() 1140 snprintf(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr() 1147 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr() 1200 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr() 1217 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_lnk_threaded_isr() 1860 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()
|