Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h48 typedef struct pcn_type { struct
154 int pcn_type; member
H A Dpcn.c281 const pcn_type_t *pcn_type; in pcn_attach() local
321 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()