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) argument30 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; 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()220 ret = ethnl_parse_header_dev_get(&ctx->phy_req_info->base, in ethnl_phy_start()[all …]