mac_ifc_rst 267 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c struct reset_control *mac_ifc_rst; mac_ifc_rst 277 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c if (!priv->mac_ifc_rst) mac_ifc_rst 280 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c reset_control_assert(priv->mac_ifc_rst); mac_ifc_rst 281 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c reset_control_deassert(priv->mac_ifc_rst); mac_ifc_rst 1161 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c priv->mac_ifc_rst = devm_reset_control_get(dev, "mac_ifc"); mac_ifc_rst 1162 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c if (IS_ERR(priv->mac_ifc_rst)) mac_ifc_rst 1163 drivers/net/ethernet/hisilicon/hix5hd2_gmac.c priv->mac_ifc_rst = NULL;