Home
last modified time | relevance | path

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

/linux/net/ethtool/
A Dphy.c13 struct phy_req_info { struct
19 container_of(__req_base, struct phy_req_info, base) argument
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()
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