Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Ddebugfs.c332 if (len <= MAX_MBOXITEM_SIZE) { in wil_print_mbox_ring()
333 unsigned char databuf[MAX_MBOXITEM_SIZE]; in wil_print_mbox_ring()
Dwil6210.h486 #define MAX_MBOXITEM_SIZE (240) macro