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

/opensolaris-onvv-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h394 uint_t ipg1; /* Inter Packet Gap 1 [7-0] (RW) */ member in struct:hme_bmac
H A Dhme.c1696 if (ddi_getlongprop_buf(DDI_DEV_T_ANY, dip, 0, "ipg1",
2577 PUT_MACREG(ipg1, hmep->hme_ipg1);
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1303 uint32_t ipg1; local
1308 ipg1 = attrp->idata[0];
1309 ASSERT((ipg1 == MII_GMII_IPG_12) || \
1310 (ipg1 == MII_GMII_IPG_13) || \
1311 (ipg1 == MII_GMII_IPG_14) || \
1312 (ipg1 == MII_GMII_IPG_15) || \
1313 (ipg1 == MII_GMII_IPG_16));
1314 if ((ipg1 != MII_GMII_IPG_12) &&
1315 (ipg1 != MII_GMII_IPG_13) &&
1316 (ipg1 !
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h677 uint32_t ipg1; /* 0x6044 Inter pkt Gap 1 [7-0] (RW) */ member in struct:bmac
H A Deri.c505 static int ipg1 = 8; variable
557 { 0, 255, 8, "+ipg1"},
1533 PUT_MACREG(ipg1, param_ipg1);
2144 PUT_MACREG(ipg1, param_ipg1);
3890 param_ipg1 = ddi_prop_get_int(DDI_DEV_T_ANY, dip, 0, "ipg1", ipg1) &

Completed in 141 milliseconds