Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_misc_error_stats.c17 static void *misc_counter; variable
20 u64 misc_counter; member
36 misc_counter) in qat_misc_error_show()
37 ->misc_counter); in qat_misc_error_show()
83 misc_counter = kmalloc(PAGE_SIZE, GFP_KERNEL); in adf_misc_error_add_c4xxx()
84 if (!misc_counter) in adf_misc_error_add_c4xxx()
87 memset(misc_counter, 0, PAGE_SIZE); in adf_misc_error_add_c4xxx()
107 kfree(misc_counter); in adf_misc_error_remove_c4xxx()
108 misc_counter = NULL; in adf_misc_error_remove_c4xxx()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_ctl_drv.c45 void *misc_counter; variable