Lines Matching refs:other

585 	char *other;  in thunderx_lmc_threaded_isr()  local
588 other = kmalloc(LMC_OTHER_SIZE, GFP_KERNEL); in thunderx_lmc_threaded_isr()
590 if (!msg || !other) in thunderx_lmc_threaded_isr()
618 decode_register(other, LMC_OTHER_SIZE, lmc_errors, in thunderx_lmc_threaded_isr()
627 0, -1, -1, -1, msg, other); in thunderx_lmc_threaded_isr()
632 0, -1, -1, -1, msg, other); in thunderx_lmc_threaded_isr()
641 kfree(other); in thunderx_lmc_threaded_isr()
1116 char *other; in thunderx_ocx_com_threaded_isr() local
1119 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_com_threaded_isr()
1121 if (!msg || !other) in thunderx_ocx_com_threaded_isr()
1133 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr()
1136 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1140 snprintf(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr()
1145 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1147 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_com_threaded_isr()
1150 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_com_threaded_isr()
1162 kfree(other); in thunderx_ocx_com_threaded_isr()
1197 char *other; in thunderx_ocx_lnk_threaded_isr() local
1200 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_ocx_lnk_threaded_isr()
1202 if (!msg || !other) in thunderx_ocx_lnk_threaded_isr()
1217 decode_register(other, OCX_OTHER_SIZE, in thunderx_ocx_lnk_threaded_isr()
1220 strncat(msg, other, OCX_MESSAGE_SIZE); in thunderx_ocx_lnk_threaded_isr()
1232 kfree(other); in thunderx_ocx_lnk_threaded_isr()
1857 char *other; in thunderx_l2c_threaded_isr() local
1860 other = kmalloc(OCX_OTHER_SIZE, GFP_KERNEL); in thunderx_l2c_threaded_isr()
1862 if (!msg || !other) in thunderx_l2c_threaded_isr()
1897 decode_register(other, L2C_OTHER_SIZE, l2_errors, ctx->reg_int); in thunderx_l2c_threaded_isr()
1899 strncat(msg, other, L2C_MESSAGE_SIZE); in thunderx_l2c_threaded_isr()
1912 kfree(other); in thunderx_l2c_threaded_isr()