Home
last modified time | relevance | path

Searched refs:CISTPL_END (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap_plx.c340 #define CISTPL_END 0xFF in prism2_plx_check_cis() macro
364 while (pos < CIS_MAX_LEN - 1 && cis[pos] != CISTPL_END) { in prism2_plx_check_cis()
404 if (pos >= CIS_MAX_LEN || cis[pos] != CISTPL_END) in prism2_plx_check_cis()
/drivers/pcmcia/
Dsocket_sysfs.c272 if (tuple.TupleCode == CISTPL_END) in pccard_extract_cis()
Dcistpl.c519 link[0] = CISTPL_END; in pccard_get_next_tuple()
528 if (link[0] == CISTPL_END) { in pccard_get_next_tuple()