Searched refs:phy_req_info (Results 1 – 1 of 1) sorted by relevance
14 struct phy_req_info { struct147 struct phy_req_info req_info = {}; in ethnl_phy_doit()207 struct phy_req_info *phy_req_info; member220 ctx->phy_req_info = kzalloc(sizeof(*ctx->phy_req_info), GFP_KERNEL); in ethnl_phy_start()221 if (!ctx->phy_req_info) in ethnl_phy_start()232 kfree(ctx->phy_req_info); in ethnl_phy_start()241 if (ctx->phy_req_info->base.dev) in ethnl_phy_done()244 kfree(ctx->phy_req_info); in ethnl_phy_done()253 struct phy_req_info *pri = ctx->phy_req_info; in ethnl_phy_dump_one_dev()296 if (ctx->phy_req_info->base.dev) { in ethnl_phy_dumpit()[all …]