Searched refs:pcn_type (Results 1 – 2 of 2) sorted by relevance
281 const pcn_type_t *pcn_type; in pcn_attach() local321 if ((pcn_type = pcn_match(venid, devid)) == NULL) { in pcn_attach()328 pcn_type->pcn_name) != DDI_PROP_SUCCESS) { in pcn_attach()1086 if (pcnp->pcn_type == Am79C978) in pcn_initialize()1346 if (((pcnp->pcn_type == Am79C971 && phy != PCN_PHYAD_10BT) || in pcn_mii_read()1347 pcnp->pcn_type == Am79C973 || pcnp->pcn_type == Am79C975 || in pcn_mii_read()1348 pcnp->pcn_type == Am79C978) && pcnp->pcn_extphyaddr != -1 && in pcn_mii_read()1360 if (((pcnp->pcn_type == Am79C971 && phy != PCN_PHYAD_10BT) || in pcn_mii_read()1361 pcnp->pcn_type == Am79C973 || pcnp->pcn_type == Am79C975 || in pcn_mii_read()1362 pcnp->pcn_type == Am79C978) && pcnp->pcn_extphyaddr == -1) in pcn_mii_read()
48 typedef struct pcn_type { struct154 int pcn_type; member