Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c238 pval = UNM_PROP_GET_INT(dip, nm); in unm_param_register()
287 speed = UNM_PROP_GET_INT(dip, transfer_speed_propname); in unm_nd_init()
355 speed = UNM_PROP_GET_INT(dip, speed_propname); in unm_nd_init()
356 duplex = UNM_PROP_GET_INT(dip, duplex_propname); in unm_nd_init()
H A Dunm_nic.h816 #define UNM_PROP_GET_INT(d, n) \ macro