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]; local
2368 const tulip_srom_adapter_info_t *saip = (const tulip_srom_adapter_info_t *) (shp + 1);
2375 for (idx1 = 0; idx1 < shp->sh_adapter_count; idx1++, saip++) {
2376 if (shp->sh_adapter_count == 1)
2384 if (idx1 == shp->sh_adapter_count)
2390 bcopy(shp->sh_ieee802_address, sc->tulip_enaddr, 6);

Completed in 43 milliseconds