Lines Matching refs:yrs

1603 	struct ynl_req_state yrs = { .yarg = { .ys = ys, }, };  in ethtool_strset_get()  local
1610 yrs.yarg.rsp_policy = &ethtool_strset_nest; in ethtool_strset_get()
1620 yrs.yarg.data = rsp; in ethtool_strset_get()
1621 yrs.cb = ethtool_strset_get_rsp_parse; in ethtool_strset_get()
1622 yrs.rsp_cmd = ETHTOOL_MSG_STRSET_GET; in ethtool_strset_get()
1624 err = ynl_exec(ys, nlh, &yrs); in ethtool_strset_get()
1755 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_linkinfo_get() local
1762 yrs.yarg.rsp_policy = &ethtool_linkinfo_nest; in ethtool_linkinfo_get()
1768 yrs.yarg.data = rsp; in ethtool_linkinfo_get()
1769 yrs.cb = ethtool_linkinfo_get_rsp_parse; in ethtool_linkinfo_get()
1770 yrs.rsp_cmd = ETHTOOL_MSG_LINKINFO_GET; in ethtool_linkinfo_get()
1772 err = ynl_exec(ys, nlh, &yrs); in ethtool_linkinfo_get()
1973 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_linkmodes_get() local
1980 yrs.yarg.rsp_policy = &ethtool_linkmodes_nest; in ethtool_linkmodes_get()
1986 yrs.yarg.data = rsp; in ethtool_linkmodes_get()
1987 yrs.cb = ethtool_linkmodes_get_rsp_parse; in ethtool_linkmodes_get()
1988 yrs.rsp_cmd = ETHTOOL_MSG_LINKMODES_GET; in ethtool_linkmodes_get()
1990 err = ynl_exec(ys, nlh, &yrs); in ethtool_linkmodes_get()
2180 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_linkstate_get() local
2187 yrs.yarg.rsp_policy = &ethtool_linkstate_nest; in ethtool_linkstate_get()
2193 yrs.yarg.data = rsp; in ethtool_linkstate_get()
2194 yrs.cb = ethtool_linkstate_get_rsp_parse; in ethtool_linkstate_get()
2195 yrs.rsp_cmd = ETHTOOL_MSG_LINKSTATE_GET; in ethtool_linkstate_get()
2197 err = ynl_exec(ys, nlh, &yrs); in ethtool_linkstate_get()
2308 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_debug_get() local
2315 yrs.yarg.rsp_policy = &ethtool_debug_nest; in ethtool_debug_get()
2321 yrs.yarg.data = rsp; in ethtool_debug_get()
2322 yrs.cb = ethtool_debug_get_rsp_parse; in ethtool_debug_get()
2323 yrs.rsp_cmd = ETHTOOL_MSG_DEBUG_GET; in ethtool_debug_get()
2325 err = ynl_exec(ys, nlh, &yrs); in ethtool_debug_get()
2485 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_wol_get() local
2492 yrs.yarg.rsp_policy = &ethtool_wol_nest; in ethtool_wol_get()
2498 yrs.yarg.data = rsp; in ethtool_wol_get()
2499 yrs.cb = ethtool_wol_get_rsp_parse; in ethtool_wol_get()
2500 yrs.rsp_cmd = ETHTOOL_MSG_WOL_GET; in ethtool_wol_get()
2502 err = ynl_exec(ys, nlh, &yrs); in ethtool_wol_get()
2685 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_features_get() local
2692 yrs.yarg.rsp_policy = &ethtool_features_nest; in ethtool_features_get()
2698 yrs.yarg.data = rsp; in ethtool_features_get()
2699 yrs.cb = ethtool_features_get_rsp_parse; in ethtool_features_get()
2700 yrs.rsp_cmd = ETHTOOL_MSG_FEATURES_GET; in ethtool_features_get()
2702 err = ynl_exec(ys, nlh, &yrs); in ethtool_features_get()
2862 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_features_set() local
2869 yrs.yarg.rsp_policy = &ethtool_features_nest; in ethtool_features_set()
2883 yrs.yarg.data = rsp; in ethtool_features_set()
2884 yrs.cb = ethtool_features_set_rsp_parse; in ethtool_features_set()
2885 yrs.rsp_cmd = ETHTOOL_MSG_FEATURES_SET; in ethtool_features_set()
2887 err = ynl_exec(ys, nlh, &yrs); in ethtool_features_set()
2954 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_privflags_get() local
2961 yrs.yarg.rsp_policy = &ethtool_privflags_nest; in ethtool_privflags_get()
2967 yrs.yarg.data = rsp; in ethtool_privflags_get()
2968 yrs.cb = ethtool_privflags_get_rsp_parse; in ethtool_privflags_get()
2969 yrs.rsp_cmd = 14; in ethtool_privflags_get()
2971 err = ynl_exec(ys, nlh, &yrs); in ethtool_privflags_get()
3186 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_rings_get() local
3193 yrs.yarg.rsp_policy = &ethtool_rings_nest; in ethtool_rings_get()
3199 yrs.yarg.data = rsp; in ethtool_rings_get()
3200 yrs.cb = ethtool_rings_get_rsp_parse; in ethtool_rings_get()
3201 yrs.rsp_cmd = 16; in ethtool_rings_get()
3203 err = ynl_exec(ys, nlh, &yrs); in ethtool_rings_get()
3407 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_channels_get() local
3414 yrs.yarg.rsp_policy = &ethtool_channels_nest; in ethtool_channels_get()
3420 yrs.yarg.data = rsp; in ethtool_channels_get()
3421 yrs.cb = ethtool_channels_get_rsp_parse; in ethtool_channels_get()
3422 yrs.rsp_cmd = 18; in ethtool_channels_get()
3424 err = ynl_exec(ys, nlh, &yrs); in ethtool_channels_get()
3710 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_coalesce_get() local
3717 yrs.yarg.rsp_policy = &ethtool_coalesce_nest; in ethtool_coalesce_get()
3723 yrs.yarg.data = rsp; in ethtool_coalesce_get()
3724 yrs.cb = ethtool_coalesce_get_rsp_parse; in ethtool_coalesce_get()
3725 yrs.rsp_cmd = 20; in ethtool_coalesce_get()
3727 err = ynl_exec(ys, nlh, &yrs); in ethtool_coalesce_get()
3946 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_pause_get() local
3953 yrs.yarg.rsp_policy = &ethtool_pause_nest; in ethtool_pause_get()
3959 yrs.yarg.data = rsp; in ethtool_pause_get()
3960 yrs.cb = ethtool_pause_get_rsp_parse; in ethtool_pause_get()
3961 yrs.rsp_cmd = 22; in ethtool_pause_get()
3963 err = ynl_exec(ys, nlh, &yrs); in ethtool_pause_get()
4150 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_eee_get() local
4157 yrs.yarg.rsp_policy = &ethtool_eee_nest; in ethtool_eee_get()
4163 yrs.yarg.data = rsp; in ethtool_eee_get()
4164 yrs.cb = ethtool_eee_get_rsp_parse; in ethtool_eee_get()
4165 yrs.rsp_cmd = 24; in ethtool_eee_get()
4167 err = ynl_exec(ys, nlh, &yrs); in ethtool_eee_get()
4353 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_tsinfo_get() local
4360 yrs.yarg.rsp_policy = &ethtool_tsinfo_nest; in ethtool_tsinfo_get()
4366 yrs.yarg.data = rsp; in ethtool_tsinfo_get()
4367 yrs.cb = ethtool_tsinfo_get_rsp_parse; in ethtool_tsinfo_get()
4368 yrs.rsp_cmd = 26; in ethtool_tsinfo_get()
4370 err = ynl_exec(ys, nlh, &yrs); in ethtool_tsinfo_get()
4540 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_tunnel_info_get() local
4547 yrs.yarg.rsp_policy = &ethtool_tunnel_info_nest; in ethtool_tunnel_info_get()
4553 yrs.yarg.data = rsp; in ethtool_tunnel_info_get()
4554 yrs.cb = ethtool_tunnel_info_get_rsp_parse; in ethtool_tunnel_info_get()
4555 yrs.rsp_cmd = 29; in ethtool_tunnel_info_get()
4557 err = ynl_exec(ys, nlh, &yrs); in ethtool_tunnel_info_get()
4690 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_fec_get() local
4697 yrs.yarg.rsp_policy = &ethtool_fec_nest; in ethtool_fec_get()
4703 yrs.yarg.data = rsp; in ethtool_fec_get()
4704 yrs.cb = ethtool_fec_get_rsp_parse; in ethtool_fec_get()
4705 yrs.rsp_cmd = 30; in ethtool_fec_get()
4707 err = ynl_exec(ys, nlh, &yrs); in ethtool_fec_get()
4893 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_module_eeprom_get() local
4900 yrs.yarg.rsp_policy = &ethtool_module_eeprom_nest; in ethtool_module_eeprom_get()
4906 yrs.yarg.data = rsp; in ethtool_module_eeprom_get()
4907 yrs.cb = ethtool_module_eeprom_get_rsp_parse; in ethtool_module_eeprom_get()
4908 yrs.rsp_cmd = 32; in ethtool_module_eeprom_get()
4910 err = ynl_exec(ys, nlh, &yrs); in ethtool_module_eeprom_get()
5019 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_phc_vclocks_get() local
5026 yrs.yarg.rsp_policy = &ethtool_phc_vclocks_nest; in ethtool_phc_vclocks_get()
5032 yrs.yarg.data = rsp; in ethtool_phc_vclocks_get()
5033 yrs.cb = ethtool_phc_vclocks_get_rsp_parse; in ethtool_phc_vclocks_get()
5034 yrs.rsp_cmd = 34; in ethtool_phc_vclocks_get()
5036 err = ynl_exec(ys, nlh, &yrs); in ethtool_phc_vclocks_get()
5148 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_module_get() local
5155 yrs.yarg.rsp_policy = &ethtool_module_nest; in ethtool_module_get()
5161 yrs.yarg.data = rsp; in ethtool_module_get()
5162 yrs.cb = ethtool_module_get_rsp_parse; in ethtool_module_get()
5163 yrs.rsp_cmd = 35; in ethtool_module_get()
5165 err = ynl_exec(ys, nlh, &yrs); in ethtool_module_get()
5318 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_pse_get() local
5325 yrs.yarg.rsp_policy = &ethtool_pse_nest; in ethtool_pse_get()
5331 yrs.yarg.data = rsp; in ethtool_pse_get()
5332 yrs.cb = ethtool_pse_get_rsp_parse; in ethtool_pse_get()
5333 yrs.rsp_cmd = 37; in ethtool_pse_get()
5335 err = ynl_exec(ys, nlh, &yrs); in ethtool_pse_get()
5499 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_rss_get() local
5506 yrs.yarg.rsp_policy = &ethtool_rss_nest; in ethtool_rss_get()
5512 yrs.yarg.data = rsp; in ethtool_rss_get()
5513 yrs.cb = ethtool_rss_get_rsp_parse; in ethtool_rss_get()
5514 yrs.rsp_cmd = ETHTOOL_MSG_RSS_GET; in ethtool_rss_get()
5516 err = ynl_exec(ys, nlh, &yrs); in ethtool_rss_get()
5658 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_plca_get_cfg() local
5665 yrs.yarg.rsp_policy = &ethtool_plca_nest; in ethtool_plca_get_cfg()
5671 yrs.yarg.data = rsp; in ethtool_plca_get_cfg()
5672 yrs.cb = ethtool_plca_get_cfg_rsp_parse; in ethtool_plca_get_cfg()
5673 yrs.rsp_cmd = ETHTOOL_MSG_PLCA_GET_CFG; in ethtool_plca_get_cfg()
5675 err = ynl_exec(ys, nlh, &yrs); in ethtool_plca_get_cfg()
5867 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_plca_get_status() local
5874 yrs.yarg.rsp_policy = &ethtool_plca_nest; in ethtool_plca_get_status()
5880 yrs.yarg.data = rsp; in ethtool_plca_get_status()
5881 yrs.cb = ethtool_plca_get_status_rsp_parse; in ethtool_plca_get_status()
5882 yrs.rsp_cmd = 40; in ethtool_plca_get_status()
5884 err = ynl_exec(ys, nlh, &yrs); in ethtool_plca_get_status()
6036 struct ynl_req_state yrs = { .yarg = { .ys = ys, }, }; in ethtool_mm_get() local
6043 yrs.yarg.rsp_policy = &ethtool_mm_nest; in ethtool_mm_get()
6049 yrs.yarg.data = rsp; in ethtool_mm_get()
6050 yrs.cb = ethtool_mm_get_rsp_parse; in ethtool_mm_get()
6051 yrs.rsp_cmd = ETHTOOL_MSG_MM_GET; in ethtool_mm_get()
6053 err = ynl_exec(ys, nlh, &yrs); in ethtool_mm_get()