Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dprism2_plx.c42 unsigned char *cis_tpl = NULL; in prism2_find_plx() local
59 cis_tpl = bus_to_virt(attr_mem); in prism2_find_plx()
60 while ( *cis_tpl != CISTPL_END ) { in prism2_find_plx()
61 if ( *cis_tpl == CISTPL_VERS_1 ) { in prism2_find_plx()
65 cis_string = cis_tpl + CISTPL_VERS_1_STR_OFF; in prism2_find_plx()
73 cis_tpl += CISTPL_HEADER_LEN + CIS_STEP * ( *(cis_tpl+CISTPL_LEN_OFF) ); in prism2_find_plx()