Searched refs:CIS_MAX_LEN (Results 1 – 1 of 1) sorted by relevance
341 #define CIS_MAX_LEN 256 in prism2_plx_check_cis() macro347 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()