Lines Matching refs:ys
1102 parg.ys = yarg->ys; in ethtool_cable_nest_parse()
1162 parg.ys = yarg->ys; in ethtool_bitset_bits_parse()
1224 parg.ys = yarg->ys; in ethtool_strings_parse()
1284 parg.ys = yarg->ys; in ethtool_bitset_parse()
1348 parg.ys = yarg->ys; in ethtool_stringset_parse()
1408 parg.ys = yarg->ys; in ethtool_tunnel_udp_table_parse()
1484 parg.ys = yarg->ys; in ethtool_stringsets_parse()
1527 parg.ys = yarg->ys; in ethtool_tunnel_udp_parse()
1571 parg.ys = yarg->ys; in ethtool_strset_get_rsp_parse()
1601 ethtool_strset_get(struct ynl_sock *ys, struct ethtool_strset_get_req *req) in ethtool_strset_get() argument
1603 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_strset_get()
1608 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_STRSET_GET, 1); in ethtool_strset_get()
1609 ys->req_policy = ðtool_strset_nest; in ethtool_strset_get()
1624 err = ynl_exec(ys, nlh, &yrs); in ethtool_strset_get()
1651 ethtool_strset_get_dump(struct ynl_sock *ys, in ethtool_strset_get_dump() argument
1658 yds.ys = ys; in ethtool_strset_get_dump()
1664 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_STRSET_GET, 1); in ethtool_strset_get_dump()
1665 ys->req_policy = ðtool_strset_nest; in ethtool_strset_get_dump()
1674 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_strset_get_dump()
1707 parg.ys = yarg->ys; in ethtool_linkinfo_get_rsp_parse()
1753 ethtool_linkinfo_get(struct ynl_sock *ys, struct ethtool_linkinfo_get_req *req) in ethtool_linkinfo_get() argument
1755 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_linkinfo_get()
1760 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_LINKINFO_GET, 1); in ethtool_linkinfo_get()
1761 ys->req_policy = ðtool_linkinfo_nest; in ethtool_linkinfo_get()
1772 err = ynl_exec(ys, nlh, &yrs); in ethtool_linkinfo_get()
1798 ethtool_linkinfo_get_dump(struct ynl_sock *ys, in ethtool_linkinfo_get_dump() argument
1805 yds.ys = ys; in ethtool_linkinfo_get_dump()
1811 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_LINKINFO_GET, 1); in ethtool_linkinfo_get_dump()
1812 ys->req_policy = ðtool_linkinfo_nest; in ethtool_linkinfo_get_dump()
1817 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_linkinfo_get_dump()
1843 int ethtool_linkinfo_set(struct ynl_sock *ys, in ethtool_linkinfo_set() argument
1849 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_LINKINFO_SET, 1); in ethtool_linkinfo_set()
1850 ys->req_policy = ðtool_linkinfo_nest; in ethtool_linkinfo_set()
1865 err = ynl_exec(ys, nlh, NULL); in ethtool_linkinfo_set()
1896 parg.ys = yarg->ys; in ethtool_linkmodes_get_rsp_parse()
1970 ethtool_linkmodes_get(struct ynl_sock *ys, in ethtool_linkmodes_get() argument
1973 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_linkmodes_get()
1978 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_LINKMODES_GET, 1); in ethtool_linkmodes_get()
1979 ys->req_policy = ðtool_linkmodes_nest; in ethtool_linkmodes_get()
1990 err = ynl_exec(ys, nlh, &yrs); in ethtool_linkmodes_get()
2018 ethtool_linkmodes_get_dump(struct ynl_sock *ys, in ethtool_linkmodes_get_dump() argument
2025 yds.ys = ys; in ethtool_linkmodes_get_dump()
2031 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_LINKMODES_GET, 1); in ethtool_linkmodes_get_dump()
2032 ys->req_policy = ðtool_linkmodes_nest; in ethtool_linkmodes_get_dump()
2037 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_linkmodes_get_dump()
2067 int ethtool_linkmodes_set(struct ynl_sock *ys, in ethtool_linkmodes_set() argument
2073 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_LINKMODES_SET, 1); in ethtool_linkmodes_set()
2074 ys->req_policy = ðtool_linkmodes_nest; in ethtool_linkmodes_set()
2097 err = ynl_exec(ys, nlh, NULL); in ethtool_linkmodes_set()
2126 parg.ys = yarg->ys; in ethtool_linkstate_get_rsp_parse()
2177 ethtool_linkstate_get(struct ynl_sock *ys, in ethtool_linkstate_get() argument
2180 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_linkstate_get()
2185 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_LINKSTATE_GET, 1); in ethtool_linkstate_get()
2186 ys->req_policy = ðtool_linkstate_nest; in ethtool_linkstate_get()
2197 err = ynl_exec(ys, nlh, &yrs); in ethtool_linkstate_get()
2223 ethtool_linkstate_get_dump(struct ynl_sock *ys, in ethtool_linkstate_get_dump() argument
2230 yds.ys = ys; in ethtool_linkstate_get_dump()
2236 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_LINKSTATE_GET, 1); in ethtool_linkstate_get_dump()
2237 ys->req_policy = ðtool_linkstate_nest; in ethtool_linkstate_get_dump()
2242 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_linkstate_get_dump()
2276 parg.ys = yarg->ys; in ethtool_debug_get_rsp_parse()
2306 ethtool_debug_get(struct ynl_sock *ys, struct ethtool_debug_get_req *req) in ethtool_debug_get() argument
2308 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_debug_get()
2313 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_DEBUG_GET, 1); in ethtool_debug_get()
2314 ys->req_policy = ðtool_debug_nest; in ethtool_debug_get()
2325 err = ynl_exec(ys, nlh, &yrs); in ethtool_debug_get()
2352 ethtool_debug_get_dump(struct ynl_sock *ys, in ethtool_debug_get_dump() argument
2359 yds.ys = ys; in ethtool_debug_get_dump()
2365 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_DEBUG_GET, 1); in ethtool_debug_get_dump()
2366 ys->req_policy = ðtool_debug_nest; in ethtool_debug_get_dump()
2371 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_debug_get_dump()
2399 int ethtool_debug_set(struct ynl_sock *ys, struct ethtool_debug_set_req *req) in ethtool_debug_set() argument
2404 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_DEBUG_SET, 1); in ethtool_debug_set()
2405 ys->req_policy = ðtool_debug_nest; in ethtool_debug_set()
2412 err = ynl_exec(ys, nlh, NULL); in ethtool_debug_set()
2443 parg.ys = yarg->ys; in ethtool_wol_get_rsp_parse()
2483 ethtool_wol_get(struct ynl_sock *ys, struct ethtool_wol_get_req *req) in ethtool_wol_get() argument
2485 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_wol_get()
2490 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_WOL_GET, 1); in ethtool_wol_get()
2491 ys->req_policy = ðtool_wol_nest; in ethtool_wol_get()
2502 err = ynl_exec(ys, nlh, &yrs); in ethtool_wol_get()
2530 ethtool_wol_get_dump(struct ynl_sock *ys, struct ethtool_wol_get_req_dump *req) in ethtool_wol_get_dump() argument
2536 yds.ys = ys; in ethtool_wol_get_dump()
2542 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_WOL_GET, 1); in ethtool_wol_get_dump()
2543 ys->req_policy = ðtool_wol_nest; in ethtool_wol_get_dump()
2548 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_wol_get_dump()
2578 int ethtool_wol_set(struct ynl_sock *ys, struct ethtool_wol_set_req *req) in ethtool_wol_set() argument
2583 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_WOL_SET, 1); in ethtool_wol_set()
2584 ys->req_policy = ðtool_wol_nest; in ethtool_wol_set()
2593 err = ynl_exec(ys, nlh, NULL); in ethtool_wol_set()
2626 parg.ys = yarg->ys; in ethtool_features_get_rsp_parse()
2683 ethtool_features_get(struct ynl_sock *ys, struct ethtool_features_get_req *req) in ethtool_features_get() argument
2685 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_features_get()
2690 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_FEATURES_GET, 1); in ethtool_features_get()
2691 ys->req_policy = ðtool_features_nest; in ethtool_features_get()
2702 err = ynl_exec(ys, nlh, &yrs); in ethtool_features_get()
2732 ethtool_features_get_dump(struct ynl_sock *ys, in ethtool_features_get_dump() argument
2739 yds.ys = ys; in ethtool_features_get_dump()
2745 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_FEATURES_GET, 1); in ethtool_features_get_dump()
2746 ys->req_policy = ðtool_features_nest; in ethtool_features_get_dump()
2751 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_features_get_dump()
2803 parg.ys = yarg->ys; in ethtool_features_set_rsp_parse()
2860 ethtool_features_set(struct ynl_sock *ys, struct ethtool_features_set_req *req) in ethtool_features_set() argument
2862 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_features_set()
2867 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_FEATURES_SET, 1); in ethtool_features_set()
2868 ys->req_policy = ðtool_features_nest; in ethtool_features_set()
2887 err = ynl_exec(ys, nlh, &yrs); in ethtool_features_set()
2921 parg.ys = yarg->ys; in ethtool_privflags_get_rsp_parse()
2951 ethtool_privflags_get(struct ynl_sock *ys, in ethtool_privflags_get() argument
2954 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_privflags_get()
2959 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PRIVFLAGS_GET, 1); in ethtool_privflags_get()
2960 ys->req_policy = ðtool_privflags_nest; in ethtool_privflags_get()
2971 err = ynl_exec(ys, nlh, &yrs); in ethtool_privflags_get()
2998 ethtool_privflags_get_dump(struct ynl_sock *ys, in ethtool_privflags_get_dump() argument
3005 yds.ys = ys; in ethtool_privflags_get_dump()
3011 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_PRIVFLAGS_GET, 1); in ethtool_privflags_get_dump()
3012 ys->req_policy = ðtool_privflags_nest; in ethtool_privflags_get_dump()
3017 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_privflags_get_dump()
3045 int ethtool_privflags_set(struct ynl_sock *ys, in ethtool_privflags_set() argument
3051 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PRIVFLAGS_SET, 1); in ethtool_privflags_set()
3052 ys->req_policy = ðtool_privflags_nest; in ethtool_privflags_set()
3059 err = ynl_exec(ys, nlh, NULL); in ethtool_privflags_set()
3088 parg.ys = yarg->ys; in ethtool_rings_get_rsp_parse()
3184 ethtool_rings_get(struct ynl_sock *ys, struct ethtool_rings_get_req *req) in ethtool_rings_get() argument
3186 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_rings_get()
3191 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_RINGS_GET, 1); in ethtool_rings_get()
3192 ys->req_policy = ðtool_rings_nest; in ethtool_rings_get()
3203 err = ynl_exec(ys, nlh, &yrs); in ethtool_rings_get()
3229 ethtool_rings_get_dump(struct ynl_sock *ys, in ethtool_rings_get_dump() argument
3236 yds.ys = ys; in ethtool_rings_get_dump()
3242 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_RINGS_GET, 1); in ethtool_rings_get_dump()
3243 ys->req_policy = ðtool_rings_nest; in ethtool_rings_get_dump()
3248 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_rings_get_dump()
3274 int ethtool_rings_set(struct ynl_sock *ys, struct ethtool_rings_set_req *req) in ethtool_rings_set() argument
3279 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_RINGS_SET, 1); in ethtool_rings_set()
3280 ys->req_policy = ðtool_rings_nest; in ethtool_rings_set()
3315 err = ynl_exec(ys, nlh, NULL); in ethtool_rings_set()
3344 parg.ys = yarg->ys; in ethtool_channels_get_rsp_parse()
3405 ethtool_channels_get(struct ynl_sock *ys, struct ethtool_channels_get_req *req) in ethtool_channels_get() argument
3407 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_channels_get()
3412 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_CHANNELS_GET, 1); in ethtool_channels_get()
3413 ys->req_policy = ðtool_channels_nest; in ethtool_channels_get()
3424 err = ynl_exec(ys, nlh, &yrs); in ethtool_channels_get()
3450 ethtool_channels_get_dump(struct ynl_sock *ys, in ethtool_channels_get_dump() argument
3457 yds.ys = ys; in ethtool_channels_get_dump()
3463 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_CHANNELS_GET, 1); in ethtool_channels_get_dump()
3464 ys->req_policy = ðtool_channels_nest; in ethtool_channels_get_dump()
3469 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_channels_get_dump()
3495 int ethtool_channels_set(struct ynl_sock *ys, in ethtool_channels_set() argument
3501 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_CHANNELS_SET, 1); in ethtool_channels_set()
3502 ys->req_policy = ðtool_channels_nest; in ethtool_channels_set()
3523 err = ynl_exec(ys, nlh, NULL); in ethtool_channels_set()
3552 parg.ys = yarg->ys; in ethtool_coalesce_get_rsp_parse()
3708 ethtool_coalesce_get(struct ynl_sock *ys, struct ethtool_coalesce_get_req *req) in ethtool_coalesce_get() argument
3710 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_coalesce_get()
3715 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_COALESCE_GET, 1); in ethtool_coalesce_get()
3716 ys->req_policy = ðtool_coalesce_nest; in ethtool_coalesce_get()
3727 err = ynl_exec(ys, nlh, &yrs); in ethtool_coalesce_get()
3753 ethtool_coalesce_get_dump(struct ynl_sock *ys, in ethtool_coalesce_get_dump() argument
3760 yds.ys = ys; in ethtool_coalesce_get_dump()
3766 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_COALESCE_GET, 1); in ethtool_coalesce_get_dump()
3767 ys->req_policy = ðtool_coalesce_nest; in ethtool_coalesce_get_dump()
3772 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_coalesce_get_dump()
3798 int ethtool_coalesce_set(struct ynl_sock *ys, in ethtool_coalesce_set() argument
3804 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_COALESCE_SET, 1); in ethtool_coalesce_set()
3805 ys->req_policy = ðtool_coalesce_nest; in ethtool_coalesce_set()
3864 err = ynl_exec(ys, nlh, NULL); in ethtool_coalesce_set()
3894 parg.ys = yarg->ys; in ethtool_pause_get_rsp_parse()
3944 ethtool_pause_get(struct ynl_sock *ys, struct ethtool_pause_get_req *req) in ethtool_pause_get() argument
3946 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_pause_get()
3951 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PAUSE_GET, 1); in ethtool_pause_get()
3952 ys->req_policy = ðtool_pause_nest; in ethtool_pause_get()
3963 err = ynl_exec(ys, nlh, &yrs); in ethtool_pause_get()
3990 ethtool_pause_get_dump(struct ynl_sock *ys, in ethtool_pause_get_dump() argument
3997 yds.ys = ys; in ethtool_pause_get_dump()
4003 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_PAUSE_GET, 1); in ethtool_pause_get_dump()
4004 ys->req_policy = ðtool_pause_nest; in ethtool_pause_get_dump()
4009 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_pause_get_dump()
4037 int ethtool_pause_set(struct ynl_sock *ys, struct ethtool_pause_set_req *req) in ethtool_pause_set() argument
4042 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PAUSE_SET, 1); in ethtool_pause_set()
4043 ys->req_policy = ðtool_pause_nest; in ethtool_pause_set()
4058 err = ynl_exec(ys, nlh, NULL); in ethtool_pause_set()
4089 parg.ys = yarg->ys; in ethtool_eee_get_rsp_parse()
4148 ethtool_eee_get(struct ynl_sock *ys, struct ethtool_eee_get_req *req) in ethtool_eee_get() argument
4150 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_eee_get()
4155 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_EEE_GET, 1); in ethtool_eee_get()
4156 ys->req_policy = ðtool_eee_nest; in ethtool_eee_get()
4167 err = ynl_exec(ys, nlh, &yrs); in ethtool_eee_get()
4195 ethtool_eee_get_dump(struct ynl_sock *ys, struct ethtool_eee_get_req_dump *req) in ethtool_eee_get_dump() argument
4201 yds.ys = ys; in ethtool_eee_get_dump()
4207 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_EEE_GET, 1); in ethtool_eee_get_dump()
4208 ys->req_policy = ðtool_eee_nest; in ethtool_eee_get_dump()
4213 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_eee_get_dump()
4243 int ethtool_eee_set(struct ynl_sock *ys, struct ethtool_eee_set_req *req) in ethtool_eee_set() argument
4248 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_EEE_SET, 1); in ethtool_eee_set()
4249 ys->req_policy = ðtool_eee_nest; in ethtool_eee_set()
4266 err = ynl_exec(ys, nlh, NULL); in ethtool_eee_set()
4298 parg.ys = yarg->ys; in ethtool_tsinfo_get_rsp_parse()
4351 ethtool_tsinfo_get(struct ynl_sock *ys, struct ethtool_tsinfo_get_req *req) in ethtool_tsinfo_get() argument
4353 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_tsinfo_get()
4358 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_TSINFO_GET, 1); in ethtool_tsinfo_get()
4359 ys->req_policy = ðtool_tsinfo_nest; in ethtool_tsinfo_get()
4370 err = ynl_exec(ys, nlh, &yrs); in ethtool_tsinfo_get()
4399 ethtool_tsinfo_get_dump(struct ynl_sock *ys, in ethtool_tsinfo_get_dump() argument
4406 yds.ys = ys; in ethtool_tsinfo_get_dump()
4412 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_TSINFO_GET, 1); in ethtool_tsinfo_get_dump()
4413 ys->req_policy = ðtool_tsinfo_nest; in ethtool_tsinfo_get_dump()
4418 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_tsinfo_get_dump()
4437 int ethtool_cable_test_act(struct ynl_sock *ys, in ethtool_cable_test_act() argument
4443 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_CABLE_TEST_ACT, 1); in ethtool_cable_test_act()
4444 ys->req_policy = ðtool_cable_test_nest; in ethtool_cable_test_act()
4449 err = ynl_exec(ys, nlh, NULL); in ethtool_cable_test_act()
4465 int ethtool_cable_test_tdr_act(struct ynl_sock *ys, in ethtool_cable_test_tdr_act() argument
4471 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_CABLE_TEST_TDR_ACT, 1); in ethtool_cable_test_tdr_act()
4472 ys->req_policy = ðtool_cable_test_tdr_nest; in ethtool_cable_test_tdr_act()
4477 err = ynl_exec(ys, nlh, NULL); in ethtool_cable_test_tdr_act()
4507 parg.ys = yarg->ys; in ethtool_tunnel_info_get_rsp_parse()
4537 ethtool_tunnel_info_get(struct ynl_sock *ys, in ethtool_tunnel_info_get() argument
4540 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_tunnel_info_get()
4545 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_TUNNEL_INFO_GET, 1); in ethtool_tunnel_info_get()
4546 ys->req_policy = ðtool_tunnel_info_nest; in ethtool_tunnel_info_get()
4557 err = ynl_exec(ys, nlh, &yrs); in ethtool_tunnel_info_get()
4585 ethtool_tunnel_info_get_dump(struct ynl_sock *ys, in ethtool_tunnel_info_get_dump() argument
4592 yds.ys = ys; in ethtool_tunnel_info_get_dump()
4598 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_TUNNEL_INFO_GET, 1); in ethtool_tunnel_info_get_dump()
4599 ys->req_policy = ðtool_tunnel_info_nest; in ethtool_tunnel_info_get_dump()
4604 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_tunnel_info_get_dump()
4639 parg.ys = yarg->ys; in ethtool_fec_get_rsp_parse()
4688 ethtool_fec_get(struct ynl_sock *ys, struct ethtool_fec_get_req *req) in ethtool_fec_get() argument
4690 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_fec_get()
4695 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_FEC_GET, 1); in ethtool_fec_get()
4696 ys->req_policy = ðtool_fec_nest; in ethtool_fec_get()
4707 err = ynl_exec(ys, nlh, &yrs); in ethtool_fec_get()
4735 ethtool_fec_get_dump(struct ynl_sock *ys, struct ethtool_fec_get_req_dump *req) in ethtool_fec_get_dump() argument
4741 yds.ys = ys; in ethtool_fec_get_dump()
4747 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_FEC_GET, 1); in ethtool_fec_get_dump()
4748 ys->req_policy = ðtool_fec_nest; in ethtool_fec_get_dump()
4753 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_fec_get_dump()
4783 int ethtool_fec_set(struct ynl_sock *ys, struct ethtool_fec_set_req *req) in ethtool_fec_set() argument
4788 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_FEC_SET, 1); in ethtool_fec_set()
4789 ys->req_policy = ðtool_fec_nest; in ethtool_fec_set()
4802 err = ynl_exec(ys, nlh, NULL); in ethtool_fec_set()
4834 parg.ys = yarg->ys; in ethtool_module_eeprom_get_rsp_parse()
4890 ethtool_module_eeprom_get(struct ynl_sock *ys, in ethtool_module_eeprom_get() argument
4893 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_module_eeprom_get()
4898 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_MODULE_EEPROM_GET, 1); in ethtool_module_eeprom_get()
4899 ys->req_policy = ðtool_module_eeprom_nest; in ethtool_module_eeprom_get()
4910 err = ynl_exec(ys, nlh, &yrs); in ethtool_module_eeprom_get()
4938 ethtool_module_eeprom_get_dump(struct ynl_sock *ys, in ethtool_module_eeprom_get_dump() argument
4945 yds.ys = ys; in ethtool_module_eeprom_get_dump()
4951 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_MODULE_EEPROM_GET, 1); in ethtool_module_eeprom_get_dump()
4952 ys->req_policy = ðtool_module_eeprom_nest; in ethtool_module_eeprom_get_dump()
4957 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_module_eeprom_get_dump()
4990 parg.ys = yarg->ys; in ethtool_phc_vclocks_get_rsp_parse()
5016 ethtool_phc_vclocks_get(struct ynl_sock *ys, in ethtool_phc_vclocks_get() argument
5019 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_phc_vclocks_get()
5024 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PHC_VCLOCKS_GET, 1); in ethtool_phc_vclocks_get()
5025 ys->req_policy = ðtool_phc_vclocks_nest; in ethtool_phc_vclocks_get()
5036 err = ynl_exec(ys, nlh, &yrs); in ethtool_phc_vclocks_get()
5063 ethtool_phc_vclocks_get_dump(struct ynl_sock *ys, in ethtool_phc_vclocks_get_dump() argument
5070 yds.ys = ys; in ethtool_phc_vclocks_get_dump()
5076 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_PHC_VCLOCKS_GET, 1); in ethtool_phc_vclocks_get_dump()
5077 ys->req_policy = ðtool_phc_vclocks_nest; in ethtool_phc_vclocks_get_dump()
5082 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_phc_vclocks_get_dump()
5115 parg.ys = yarg->ys; in ethtool_module_get_rsp_parse()
5146 ethtool_module_get(struct ynl_sock *ys, struct ethtool_module_get_req *req) in ethtool_module_get() argument
5148 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_module_get()
5153 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_MODULE_GET, 1); in ethtool_module_get()
5154 ys->req_policy = ðtool_module_nest; in ethtool_module_get()
5165 err = ynl_exec(ys, nlh, &yrs); in ethtool_module_get()
5191 ethtool_module_get_dump(struct ynl_sock *ys, in ethtool_module_get_dump() argument
5198 yds.ys = ys; in ethtool_module_get_dump()
5204 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_MODULE_GET, 1); in ethtool_module_get_dump()
5205 ys->req_policy = ðtool_module_nest; in ethtool_module_get_dump()
5210 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_module_get_dump()
5236 int ethtool_module_set(struct ynl_sock *ys, struct ethtool_module_set_req *req) in ethtool_module_set() argument
5241 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_MODULE_SET, 1); in ethtool_module_set()
5242 ys->req_policy = ðtool_module_nest; in ethtool_module_set()
5251 err = ynl_exec(ys, nlh, NULL); in ethtool_module_set()
5280 parg.ys = yarg->ys; in ethtool_pse_get_rsp_parse()
5316 ethtool_pse_get(struct ynl_sock *ys, struct ethtool_pse_get_req *req) in ethtool_pse_get() argument
5318 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_pse_get()
5323 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PSE_GET, 1); in ethtool_pse_get()
5324 ys->req_policy = ðtool_pse_nest; in ethtool_pse_get()
5335 err = ynl_exec(ys, nlh, &yrs); in ethtool_pse_get()
5361 ethtool_pse_get_dump(struct ynl_sock *ys, struct ethtool_pse_get_req_dump *req) in ethtool_pse_get_dump() argument
5367 yds.ys = ys; in ethtool_pse_get_dump()
5373 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_PSE_GET, 1); in ethtool_pse_get_dump()
5374 ys->req_policy = ðtool_pse_nest; in ethtool_pse_get_dump()
5379 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_pse_get_dump()
5398 int ethtool_pse_set(struct ynl_sock *ys, struct ethtool_pse_set_req *req) in ethtool_pse_set() argument
5403 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PSE_SET, 1); in ethtool_pse_set()
5404 ys->req_policy = ðtool_pse_nest; in ethtool_pse_set()
5415 err = ynl_exec(ys, nlh, NULL); in ethtool_pse_set()
5446 parg.ys = yarg->ys; in ethtool_rss_get_rsp_parse()
5497 ethtool_rss_get(struct ynl_sock *ys, struct ethtool_rss_get_req *req) in ethtool_rss_get() argument
5499 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_rss_get()
5504 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_RSS_GET, 1); in ethtool_rss_get()
5505 ys->req_policy = ðtool_rss_nest; in ethtool_rss_get()
5516 err = ynl_exec(ys, nlh, &yrs); in ethtool_rss_get()
5544 ethtool_rss_get_dump(struct ynl_sock *ys, struct ethtool_rss_get_req_dump *req) in ethtool_rss_get_dump() argument
5550 yds.ys = ys; in ethtool_rss_get_dump()
5556 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_RSS_GET, 1); in ethtool_rss_get_dump()
5557 ys->req_policy = ðtool_rss_nest; in ethtool_rss_get_dump()
5562 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_rss_get_dump()
5595 parg.ys = yarg->ys; in ethtool_plca_get_cfg_rsp_parse()
5656 ethtool_plca_get_cfg(struct ynl_sock *ys, struct ethtool_plca_get_cfg_req *req) in ethtool_plca_get_cfg() argument
5658 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_plca_get_cfg()
5663 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PLCA_GET_CFG, 1); in ethtool_plca_get_cfg()
5664 ys->req_policy = ðtool_plca_nest; in ethtool_plca_get_cfg()
5675 err = ynl_exec(ys, nlh, &yrs); in ethtool_plca_get_cfg()
5701 ethtool_plca_get_cfg_dump(struct ynl_sock *ys, in ethtool_plca_get_cfg_dump() argument
5708 yds.ys = ys; in ethtool_plca_get_cfg_dump()
5714 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_PLCA_GET_CFG, 1); in ethtool_plca_get_cfg_dump()
5715 ys->req_policy = ðtool_plca_nest; in ethtool_plca_get_cfg_dump()
5720 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_plca_get_cfg_dump()
5746 int ethtool_plca_set_cfg(struct ynl_sock *ys, in ethtool_plca_set_cfg() argument
5752 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PLCA_SET_CFG, 1); in ethtool_plca_set_cfg()
5753 ys->req_policy = ðtool_plca_nest; in ethtool_plca_set_cfg()
5774 err = ynl_exec(ys, nlh, NULL); in ethtool_plca_set_cfg()
5803 parg.ys = yarg->ys; in ethtool_plca_get_status_rsp_parse()
5864 ethtool_plca_get_status(struct ynl_sock *ys, in ethtool_plca_get_status() argument
5867 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_plca_get_status()
5872 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_PLCA_GET_STATUS, 1); in ethtool_plca_get_status()
5873 ys->req_policy = ðtool_plca_nest; in ethtool_plca_get_status()
5884 err = ynl_exec(ys, nlh, &yrs); in ethtool_plca_get_status()
5911 ethtool_plca_get_status_dump(struct ynl_sock *ys, in ethtool_plca_get_status_dump() argument
5918 yds.ys = ys; in ethtool_plca_get_status_dump()
5924 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_PLCA_GET_STATUS, 1); in ethtool_plca_get_status_dump()
5925 ys->req_policy = ðtool_plca_nest; in ethtool_plca_get_status_dump()
5930 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_plca_get_status_dump()
5964 parg.ys = yarg->ys; in ethtool_mm_get_rsp_parse()
6034 ethtool_mm_get(struct ynl_sock *ys, struct ethtool_mm_get_req *req) in ethtool_mm_get() argument
6036 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_mm_get()
6041 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_MM_GET, 1); in ethtool_mm_get()
6042 ys->req_policy = ðtool_mm_nest; in ethtool_mm_get()
6053 err = ynl_exec(ys, nlh, &yrs); in ethtool_mm_get()
6080 ethtool_mm_get_dump(struct ynl_sock *ys, struct ethtool_mm_get_req_dump *req) in ethtool_mm_get_dump() argument
6086 yds.ys = ys; in ethtool_mm_get_dump()
6092 nlh = ynl_gemsg_start_dump(ys, ys->family_id, ETHTOOL_MSG_MM_GET, 1); in ethtool_mm_get_dump()
6093 ys->req_policy = ðtool_mm_nest; in ethtool_mm_get_dump()
6098 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_mm_get_dump()
6125 int ethtool_mm_set(struct ynl_sock *ys, struct ethtool_mm_set_req *req) in ethtool_mm_set() argument
6130 nlh = ynl_gemsg_start_req(ys, ys->family_id, ETHTOOL_MSG_MM_SET, 1); in ethtool_mm_set()
6131 ys->req_policy = ðtool_mm_nest; in ethtool_mm_set()
6146 err = ynl_exec(ys, nlh, NULL); in ethtool_mm_set()
6162 parg.ys = yarg->ys; in ethtool_cable_test_ntf_rsp_parse()
6203 parg.ys = yarg->ys; in ethtool_cable_test_tdr_ntf_rsp_parse()