Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dphy.c13 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()
[all …]