Home
last modified time | relevance | path

Searched refs:CIS_MAX_LEN (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_plx.c342 #define CIS_MAX_LEN 256 in prism2_plx_check_cis() macro
348 cis = kmalloc(CIS_MAX_LEN, GFP_KERNEL); in prism2_plx_check_cis()
353 for (i = 0; i < CIS_MAX_LEN; i++) in prism2_plx_check_cis()
364 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis()
365 if (pos + 2 + cis[pos + 1] > CIS_MAX_LEN) in prism2_plx_check_cis()
404 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END) in prism2_plx_check_cis()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_plx.c341 #define CIS_MAX_LEN 256 in prism2_plx_check_cis() macro
347 cis = kmalloc(CIS_MAX_LEN, GFP_KERNEL); in prism2_plx_check_cis()
352 for (i = 0; i < CIS_MAX_LEN; i++) in prism2_plx_check_cis()
363 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis()
364 if (pos + 2 + cis[pos + 1] > CIS_MAX_LEN) in prism2_plx_check_cis()
403 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END) in prism2_plx_check_cis()

Completed in 2 milliseconds