Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_ndd.c35 static char speed_propname[] = "speed"; variable
179 if (NGE_PROP_EXISTS(dip, speed_propname) || in nge_nd_init()
190 speed = NGE_PROP_GET_INT(dip, speed_propname); in nge_nd_init()
193 speed_propname, speed); in nge_nd_init()
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_ndd.c35 static char speed_propname[] = "speed"; variable
249 if (BGE_PROP_EXISTS(dip, speed_propname) || in bge_nd_init()
260 speed = BGE_PROP_GET_INT(dip, speed_propname); in bge_nd_init()
263 speed_propname, speed); in bge_nd_init()
/titanic_41/usr/src/uts/common/io/rge/
H A Drge_ndd.c34 static char speed_propname[] = "speed"; variable
334 if (RGE_PROP_EXISTS(dip, speed_propname) || in rge_nd_init()
345 speed = RGE_PROP_GET_INT(dip, speed_propname); in rge_nd_init()
348 speed_propname, speed); in rge_nd_init()
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c30 static char speed_propname[] = "speed"; variable
343 if (UNM_PROP_EXISTS(dip, speed_propname) || in unm_nd_init()
355 speed = UNM_PROP_GET_INT(dip, speed_propname); in unm_nd_init()
/titanic_41/usr/src/uts/intel/io/dnet/
H A Ddnet.c338 static char speed_propname[] = "speed"; variable
621 speed_propname, 0); in dnet_attach()