Lines Matching refs:phy_req_info
13 struct phy_req_info { struct
19 container_of(__req_base, struct phy_req_info, base) argument
30 struct phy_req_info *req_info = PHY_REQINFO(req_base); in ethnl_phy_reply_size()
75 struct phy_req_info *req_info = PHY_REQINFO(req_base); in ethnl_phy_fill_reply()
125 struct phy_req_info *req_info = PHY_REQINFO(req_base); in ethnl_phy_parse_request()
146 struct phy_req_info req_info = {}; in ethnl_phy_doit()
203 struct phy_req_info *phy_req_info; member
216 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()
220 ret = ethnl_parse_header_dev_get(&ctx->phy_req_info->base, 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()
238 ethnl_parse_header_dev_put(&ctx->phy_req_info->base); 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()
292 if (ctx->phy_req_info->base.dev) { in ethnl_phy_dumpit()
293 ret = ethnl_phy_dump_one_dev(skb, ctx->phy_req_info->base.dev, cb); in ethnl_phy_dumpit()