Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c2367 const tulip_srom_header_t *shp = (const tulip_srom_header_t *) &sc->tulip_rombuf[0]; in tulip_srom_decode() local
2368 const tulip_srom_adapter_info_t *saip = (const tulip_srom_adapter_info_t *) (shp + 1); in tulip_srom_decode()
2375 for (idx1 = 0; idx1 < shp->sh_adapter_count; idx1++, saip++) { in tulip_srom_decode()
2376 if (shp->sh_adapter_count == 1) in tulip_srom_decode()
2384 if (idx1 == shp->sh_adapter_count) in tulip_srom_decode()
2390 bcopy(shp->sh_ieee802_address, sc->tulip_enaddr, 6); in tulip_srom_decode()