Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Ddebugfs.c223 if (len <= MAX_MBOXITEM_SIZE) { in wil_print_ring()
224 unsigned char databuf[MAX_MBOXITEM_SIZE]; in wil_print_ring()
Dwil6210.h339 #define MAX_MBOXITEM_SIZE (240) macro