Searched refs:axgbe_get_optional_prop (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe.c | 286 axgbe_get_optional_prop(device_t dev, phandle_t node, const char *name, in axgbe_get_optional_prop() function 409 error = axgbe_get_optional_prop(dev, phy_node, XGBE_BLWC_PROPERTY, in axgbe_attach() 419 error = axgbe_get_optional_prop(dev, phy_node, XGBE_CDR_RATE_PROPERTY, in axgbe_attach() 429 error = axgbe_get_optional_prop(dev, phy_node, XGBE_PQ_SKEW_PROPERTY, in axgbe_attach() 439 error = axgbe_get_optional_prop(dev, phy_node, XGBE_TX_AMP_PROPERTY, in axgbe_attach() 449 error = axgbe_get_optional_prop(dev, phy_node, XGBE_DFE_CFG_PROPERTY, in axgbe_attach() 459 error = axgbe_get_optional_prop(dev, phy_node, XGBE_DFE_ENA_PROPERTY, in axgbe_attach()
|