Searched refs:phy_req_info (Results 1 – 1 of 1) sorted by relevance
13 struct phy_req_info { struct19 container_of(__req_base, struct phy_req_info, base) argument146 struct phy_req_info req_info = {}; in ethnl_phy_doit()203 struct phy_req_info *phy_req_info; member216 ctx->phy_req_info = kzalloc(sizeof(*ctx->phy_req_info), GFP_KERNEL); in ethnl_phy_start()217 if (!ctx->phy_req_info) in ethnl_phy_start()228 kfree(ctx->phy_req_info); in ethnl_phy_start()237 if (ctx->phy_req_info->base.dev) in ethnl_phy_done()240 kfree(ctx->phy_req_info); in ethnl_phy_done()249 struct phy_req_info *pri = ctx->phy_req_info; in ethnl_phy_dump_one_dev()[all …]
Completed in 4 milliseconds