Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
A Dmlxbf_gige_main.c281 void __iomem *plu_base; in mlxbf_gige_probe() local
295 plu_base = devm_platform_ioremap_resource(pdev, MLXBF_GIGE_RES_PLU); in mlxbf_gige_probe()
296 if (IS_ERR(plu_base)) in mlxbf_gige_probe()
297 return PTR_ERR(plu_base); in mlxbf_gige_probe()
327 priv->plu_base = plu_base; in mlxbf_gige_probe()
A Dmlxbf_gige.h73 void __iomem *plu_base; member

Completed in 4 milliseconds