Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intersil/hostap/
Dhostap_proc.c242 if (off + count > PRISM2_IO_DEBUG_SIZE * 4) { in prism2_io_debug_proc_read()
244 if (off >= PRISM2_IO_DEBUG_SIZE * 4) in prism2_io_debug_proc_read()
246 count = PRISM2_IO_DEBUG_SIZE * 4 - off; in prism2_io_debug_proc_read()
249 start_bytes = (PRISM2_IO_DEBUG_SIZE - head) * 4; in prism2_io_debug_proc_read()
Dhostap_wlan.h881 #define PRISM2_IO_DEBUG_SIZE 10000 macro
882 u32 io_debug[PRISM2_IO_DEBUG_SIZE];
991 if (++local->io_debug_head >= PRISM2_IO_DEBUG_SIZE) in prism2_io_debug_add()
995 if (++local->io_debug_head >= PRISM2_IO_DEBUG_SIZE) in prism2_io_debug_add()