Searched refs:saip (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/de/
H A Dif_de.c2368 const tulip_srom_adapter_info_t *saip = (const tulip_srom_adapter_info_t *) (shp + 1); local
2375 for (idx1 = 0; idx1 < shp->sh_adapter_count; idx1++, saip++) {
2378 if (saip->sai_device == sc->tulip_pci_devno)
2398 leaf_offset = saip->sai_leaf_offset_lowbyte
2399 + saip->sai_leaf_offset_highbyte * 256;

Completed in 66 milliseconds