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

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c250 usbgem_prop_get_int(struct usbgem_dev *dp, char *prop_template, int def_val) function
5137 dp->anadv_autoneg = usbgem_prop_get_int(dp, "adv_autoneg_cap", 1) != 0;
5138 dp->anadv_1000fdx = usbgem_prop_get_int(dp, "adv_1000fdx_cap", 1) != 0;
5139 dp->anadv_1000hdx = usbgem_prop_get_int(dp, "adv_1000hdx_cap", 1) != 0;
5140 dp->anadv_100t4 = usbgem_prop_get_int(dp, "adv_100T4_cap", 1) != 0;
5141 dp->anadv_100fdx = usbgem_prop_get_int(dp, "adv_100fdx_cap", 1) != 0;
5142 dp->anadv_100hdx = usbgem_prop_get_int(dp, "adv_100hdx_cap", 1) != 0;
5143 dp->anadv_10fdx = usbgem_prop_get_int(dp, "adv_10fdx_cap", 1) != 0;
5144 dp->anadv_10hdx = usbgem_prop_get_int(dp, "adv_10hdx_cap", 1) != 0;
5145 dp->anadv_1000t_ms = usbgem_prop_get_int(d
[all...]

Completed in 66 milliseconds