Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c241 if (off + count > PRISM2_IO_DEBUG_SIZE * 4) { in prism2_io_debug_proc_read()
243 if (off >= PRISM2_IO_DEBUG_SIZE * 4) in prism2_io_debug_proc_read()
245 count = PRISM2_IO_DEBUG_SIZE * 4 - off; in prism2_io_debug_proc_read()
248 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4; in prism2_io_debug_proc_read()
Dhostap_wlan.h879 #define PRISM2_IO_DEBUG_SIZE 10000 macro
880 u32 io_debug[PRISM2_IO_DEBUG_SIZE];
989 if (++local->io_debug_head >= PRISM2_IO_DEBUG_SIZE) in prism2_io_debug_add()
993 if (++local->io_debug_head >= PRISM2_IO_DEBUG_SIZE) in prism2_io_debug_add()