Home
last modified time | relevance | path

Searched refs:duplex_propname (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_ndd.c34 static char duplex_propname[] = "full-duplex"; variable
178 NGE_PROP_EXISTS(dip, duplex_propname)) { in nge_nd_init()
189 duplex = NGE_PROP_GET_INT(dip, duplex_propname); in nge_nd_init()
193 duplex_propname, duplex); in nge_nd_init()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_ndd.c36 static char duplex_propname[] = "full-duplex"; variable
250 BGE_PROP_EXISTS(dip, duplex_propname)) { in bge_nd_init()
261 duplex = BGE_PROP_GET_INT(dip, duplex_propname); in bge_nd_init()
265 duplex_propname, duplex); in bge_nd_init()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_ndd.c35 static char duplex_propname[] = "full-duplex"; variable
335 RGE_PROP_EXISTS(dip, duplex_propname)) { in rge_nd_init()
346 duplex = RGE_PROP_GET_INT(dip, duplex_propname); in rge_nd_init()
350 duplex_propname, duplex); in rge_nd_init()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c31 static char duplex_propname[] = "full-duplex"; variable
344 UNM_PROP_EXISTS(dip, duplex_propname)) { in unm_nd_init()
356 duplex = UNM_PROP_GET_INT(dip, duplex_propname); in unm_nd_init()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c340 static char duplex_propname[] = "full-duplex"; /* Must agree with MII */ variable
624 duplex_propname, -1); in dnet_attach()