Lines Matching refs:yds

1654 	struct ynl_dump_state yds = {};  in ethtool_strset_get_dump()  local
1658 yds.ys = ys; in ethtool_strset_get_dump()
1659 yds.alloc_sz = sizeof(struct ethtool_strset_get_list); in ethtool_strset_get_dump()
1660 yds.cb = ethtool_strset_get_rsp_parse; in ethtool_strset_get_dump()
1661 yds.rsp_cmd = ETHTOOL_MSG_STRSET_GET; in ethtool_strset_get_dump()
1662 yds.rsp_policy = &ethtool_strset_nest; in ethtool_strset_get_dump()
1674 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_strset_get_dump()
1678 return yds.first; in ethtool_strset_get_dump()
1681 ethtool_strset_get_list_free(yds.first); in ethtool_strset_get_dump()
1801 struct ynl_dump_state yds = {}; in ethtool_linkinfo_get_dump() local
1805 yds.ys = ys; in ethtool_linkinfo_get_dump()
1806 yds.alloc_sz = sizeof(struct ethtool_linkinfo_get_list); in ethtool_linkinfo_get_dump()
1807 yds.cb = ethtool_linkinfo_get_rsp_parse; in ethtool_linkinfo_get_dump()
1808 yds.rsp_cmd = ETHTOOL_MSG_LINKINFO_GET; in ethtool_linkinfo_get_dump()
1809 yds.rsp_policy = &ethtool_linkinfo_nest; in ethtool_linkinfo_get_dump()
1817 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_linkinfo_get_dump()
1821 return yds.first; in ethtool_linkinfo_get_dump()
1824 ethtool_linkinfo_get_list_free(yds.first); in ethtool_linkinfo_get_dump()
2021 struct ynl_dump_state yds = {}; in ethtool_linkmodes_get_dump() local
2025 yds.ys = ys; in ethtool_linkmodes_get_dump()
2026 yds.alloc_sz = sizeof(struct ethtool_linkmodes_get_list); in ethtool_linkmodes_get_dump()
2027 yds.cb = ethtool_linkmodes_get_rsp_parse; in ethtool_linkmodes_get_dump()
2028 yds.rsp_cmd = ETHTOOL_MSG_LINKMODES_GET; in ethtool_linkmodes_get_dump()
2029 yds.rsp_policy = &ethtool_linkmodes_nest; in ethtool_linkmodes_get_dump()
2037 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_linkmodes_get_dump()
2041 return yds.first; in ethtool_linkmodes_get_dump()
2044 ethtool_linkmodes_get_list_free(yds.first); in ethtool_linkmodes_get_dump()
2226 struct ynl_dump_state yds = {}; in ethtool_linkstate_get_dump() local
2230 yds.ys = ys; in ethtool_linkstate_get_dump()
2231 yds.alloc_sz = sizeof(struct ethtool_linkstate_get_list); in ethtool_linkstate_get_dump()
2232 yds.cb = ethtool_linkstate_get_rsp_parse; in ethtool_linkstate_get_dump()
2233 yds.rsp_cmd = ETHTOOL_MSG_LINKSTATE_GET; in ethtool_linkstate_get_dump()
2234 yds.rsp_policy = &ethtool_linkstate_nest; in ethtool_linkstate_get_dump()
2242 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_linkstate_get_dump()
2246 return yds.first; in ethtool_linkstate_get_dump()
2249 ethtool_linkstate_get_list_free(yds.first); in ethtool_linkstate_get_dump()
2355 struct ynl_dump_state yds = {}; in ethtool_debug_get_dump() local
2359 yds.ys = ys; in ethtool_debug_get_dump()
2360 yds.alloc_sz = sizeof(struct ethtool_debug_get_list); in ethtool_debug_get_dump()
2361 yds.cb = ethtool_debug_get_rsp_parse; in ethtool_debug_get_dump()
2362 yds.rsp_cmd = ETHTOOL_MSG_DEBUG_GET; in ethtool_debug_get_dump()
2363 yds.rsp_policy = &ethtool_debug_nest; in ethtool_debug_get_dump()
2371 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_debug_get_dump()
2375 return yds.first; in ethtool_debug_get_dump()
2378 ethtool_debug_get_list_free(yds.first); in ethtool_debug_get_dump()
2532 struct ynl_dump_state yds = {}; in ethtool_wol_get_dump() local
2536 yds.ys = ys; in ethtool_wol_get_dump()
2537 yds.alloc_sz = sizeof(struct ethtool_wol_get_list); in ethtool_wol_get_dump()
2538 yds.cb = ethtool_wol_get_rsp_parse; in ethtool_wol_get_dump()
2539 yds.rsp_cmd = ETHTOOL_MSG_WOL_GET; in ethtool_wol_get_dump()
2540 yds.rsp_policy = &ethtool_wol_nest; in ethtool_wol_get_dump()
2548 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_wol_get_dump()
2552 return yds.first; in ethtool_wol_get_dump()
2555 ethtool_wol_get_list_free(yds.first); in ethtool_wol_get_dump()
2735 struct ynl_dump_state yds = {}; in ethtool_features_get_dump() local
2739 yds.ys = ys; in ethtool_features_get_dump()
2740 yds.alloc_sz = sizeof(struct ethtool_features_get_list); in ethtool_features_get_dump()
2741 yds.cb = ethtool_features_get_rsp_parse; in ethtool_features_get_dump()
2742 yds.rsp_cmd = ETHTOOL_MSG_FEATURES_GET; in ethtool_features_get_dump()
2743 yds.rsp_policy = &ethtool_features_nest; in ethtool_features_get_dump()
2751 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_features_get_dump()
2755 return yds.first; in ethtool_features_get_dump()
2758 ethtool_features_get_list_free(yds.first); in ethtool_features_get_dump()
3001 struct ynl_dump_state yds = {}; in ethtool_privflags_get_dump() local
3005 yds.ys = ys; in ethtool_privflags_get_dump()
3006 yds.alloc_sz = sizeof(struct ethtool_privflags_get_list); in ethtool_privflags_get_dump()
3007 yds.cb = ethtool_privflags_get_rsp_parse; in ethtool_privflags_get_dump()
3008 yds.rsp_cmd = 14; in ethtool_privflags_get_dump()
3009 yds.rsp_policy = &ethtool_privflags_nest; in ethtool_privflags_get_dump()
3017 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_privflags_get_dump()
3021 return yds.first; in ethtool_privflags_get_dump()
3024 ethtool_privflags_get_list_free(yds.first); in ethtool_privflags_get_dump()
3232 struct ynl_dump_state yds = {}; in ethtool_rings_get_dump() local
3236 yds.ys = ys; in ethtool_rings_get_dump()
3237 yds.alloc_sz = sizeof(struct ethtool_rings_get_list); in ethtool_rings_get_dump()
3238 yds.cb = ethtool_rings_get_rsp_parse; in ethtool_rings_get_dump()
3239 yds.rsp_cmd = 16; in ethtool_rings_get_dump()
3240 yds.rsp_policy = &ethtool_rings_nest; in ethtool_rings_get_dump()
3248 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_rings_get_dump()
3252 return yds.first; in ethtool_rings_get_dump()
3255 ethtool_rings_get_list_free(yds.first); in ethtool_rings_get_dump()
3453 struct ynl_dump_state yds = {}; in ethtool_channels_get_dump() local
3457 yds.ys = ys; in ethtool_channels_get_dump()
3458 yds.alloc_sz = sizeof(struct ethtool_channels_get_list); in ethtool_channels_get_dump()
3459 yds.cb = ethtool_channels_get_rsp_parse; in ethtool_channels_get_dump()
3460 yds.rsp_cmd = 18; in ethtool_channels_get_dump()
3461 yds.rsp_policy = &ethtool_channels_nest; in ethtool_channels_get_dump()
3469 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_channels_get_dump()
3473 return yds.first; in ethtool_channels_get_dump()
3476 ethtool_channels_get_list_free(yds.first); in ethtool_channels_get_dump()
3756 struct ynl_dump_state yds = {}; in ethtool_coalesce_get_dump() local
3760 yds.ys = ys; in ethtool_coalesce_get_dump()
3761 yds.alloc_sz = sizeof(struct ethtool_coalesce_get_list); in ethtool_coalesce_get_dump()
3762 yds.cb = ethtool_coalesce_get_rsp_parse; in ethtool_coalesce_get_dump()
3763 yds.rsp_cmd = 20; in ethtool_coalesce_get_dump()
3764 yds.rsp_policy = &ethtool_coalesce_nest; in ethtool_coalesce_get_dump()
3772 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_coalesce_get_dump()
3776 return yds.first; in ethtool_coalesce_get_dump()
3779 ethtool_coalesce_get_list_free(yds.first); in ethtool_coalesce_get_dump()
3993 struct ynl_dump_state yds = {}; in ethtool_pause_get_dump() local
3997 yds.ys = ys; in ethtool_pause_get_dump()
3998 yds.alloc_sz = sizeof(struct ethtool_pause_get_list); in ethtool_pause_get_dump()
3999 yds.cb = ethtool_pause_get_rsp_parse; in ethtool_pause_get_dump()
4000 yds.rsp_cmd = 22; in ethtool_pause_get_dump()
4001 yds.rsp_policy = &ethtool_pause_nest; in ethtool_pause_get_dump()
4009 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_pause_get_dump()
4013 return yds.first; in ethtool_pause_get_dump()
4016 ethtool_pause_get_list_free(yds.first); in ethtool_pause_get_dump()
4197 struct ynl_dump_state yds = {}; in ethtool_eee_get_dump() local
4201 yds.ys = ys; in ethtool_eee_get_dump()
4202 yds.alloc_sz = sizeof(struct ethtool_eee_get_list); in ethtool_eee_get_dump()
4203 yds.cb = ethtool_eee_get_rsp_parse; in ethtool_eee_get_dump()
4204 yds.rsp_cmd = 24; in ethtool_eee_get_dump()
4205 yds.rsp_policy = &ethtool_eee_nest; in ethtool_eee_get_dump()
4213 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_eee_get_dump()
4217 return yds.first; in ethtool_eee_get_dump()
4220 ethtool_eee_get_list_free(yds.first); in ethtool_eee_get_dump()
4402 struct ynl_dump_state yds = {}; in ethtool_tsinfo_get_dump() local
4406 yds.ys = ys; in ethtool_tsinfo_get_dump()
4407 yds.alloc_sz = sizeof(struct ethtool_tsinfo_get_list); in ethtool_tsinfo_get_dump()
4408 yds.cb = ethtool_tsinfo_get_rsp_parse; in ethtool_tsinfo_get_dump()
4409 yds.rsp_cmd = 26; in ethtool_tsinfo_get_dump()
4410 yds.rsp_policy = &ethtool_tsinfo_nest; in ethtool_tsinfo_get_dump()
4418 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_tsinfo_get_dump()
4422 return yds.first; in ethtool_tsinfo_get_dump()
4425 ethtool_tsinfo_get_list_free(yds.first); in ethtool_tsinfo_get_dump()
4588 struct ynl_dump_state yds = {}; in ethtool_tunnel_info_get_dump() local
4592 yds.ys = ys; in ethtool_tunnel_info_get_dump()
4593 yds.alloc_sz = sizeof(struct ethtool_tunnel_info_get_list); in ethtool_tunnel_info_get_dump()
4594 yds.cb = ethtool_tunnel_info_get_rsp_parse; in ethtool_tunnel_info_get_dump()
4595 yds.rsp_cmd = 29; in ethtool_tunnel_info_get_dump()
4596 yds.rsp_policy = &ethtool_tunnel_info_nest; in ethtool_tunnel_info_get_dump()
4604 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_tunnel_info_get_dump()
4608 return yds.first; in ethtool_tunnel_info_get_dump()
4611 ethtool_tunnel_info_get_list_free(yds.first); in ethtool_tunnel_info_get_dump()
4737 struct ynl_dump_state yds = {}; in ethtool_fec_get_dump() local
4741 yds.ys = ys; in ethtool_fec_get_dump()
4742 yds.alloc_sz = sizeof(struct ethtool_fec_get_list); in ethtool_fec_get_dump()
4743 yds.cb = ethtool_fec_get_rsp_parse; in ethtool_fec_get_dump()
4744 yds.rsp_cmd = 30; in ethtool_fec_get_dump()
4745 yds.rsp_policy = &ethtool_fec_nest; in ethtool_fec_get_dump()
4753 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_fec_get_dump()
4757 return yds.first; in ethtool_fec_get_dump()
4760 ethtool_fec_get_list_free(yds.first); in ethtool_fec_get_dump()
4941 struct ynl_dump_state yds = {}; in ethtool_module_eeprom_get_dump() local
4945 yds.ys = ys; in ethtool_module_eeprom_get_dump()
4946 yds.alloc_sz = sizeof(struct ethtool_module_eeprom_get_list); in ethtool_module_eeprom_get_dump()
4947 yds.cb = ethtool_module_eeprom_get_rsp_parse; in ethtool_module_eeprom_get_dump()
4948 yds.rsp_cmd = 32; in ethtool_module_eeprom_get_dump()
4949 yds.rsp_policy = &ethtool_module_eeprom_nest; in ethtool_module_eeprom_get_dump()
4957 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_module_eeprom_get_dump()
4961 return yds.first; in ethtool_module_eeprom_get_dump()
4964 ethtool_module_eeprom_get_list_free(yds.first); in ethtool_module_eeprom_get_dump()
5066 struct ynl_dump_state yds = {}; in ethtool_phc_vclocks_get_dump() local
5070 yds.ys = ys; in ethtool_phc_vclocks_get_dump()
5071 yds.alloc_sz = sizeof(struct ethtool_phc_vclocks_get_list); in ethtool_phc_vclocks_get_dump()
5072 yds.cb = ethtool_phc_vclocks_get_rsp_parse; in ethtool_phc_vclocks_get_dump()
5073 yds.rsp_cmd = 34; in ethtool_phc_vclocks_get_dump()
5074 yds.rsp_policy = &ethtool_phc_vclocks_nest; in ethtool_phc_vclocks_get_dump()
5082 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_phc_vclocks_get_dump()
5086 return yds.first; in ethtool_phc_vclocks_get_dump()
5089 ethtool_phc_vclocks_get_list_free(yds.first); in ethtool_phc_vclocks_get_dump()
5194 struct ynl_dump_state yds = {}; in ethtool_module_get_dump() local
5198 yds.ys = ys; in ethtool_module_get_dump()
5199 yds.alloc_sz = sizeof(struct ethtool_module_get_list); in ethtool_module_get_dump()
5200 yds.cb = ethtool_module_get_rsp_parse; in ethtool_module_get_dump()
5201 yds.rsp_cmd = 35; in ethtool_module_get_dump()
5202 yds.rsp_policy = &ethtool_module_nest; in ethtool_module_get_dump()
5210 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_module_get_dump()
5214 return yds.first; in ethtool_module_get_dump()
5217 ethtool_module_get_list_free(yds.first); in ethtool_module_get_dump()
5363 struct ynl_dump_state yds = {}; in ethtool_pse_get_dump() local
5367 yds.ys = ys; in ethtool_pse_get_dump()
5368 yds.alloc_sz = sizeof(struct ethtool_pse_get_list); in ethtool_pse_get_dump()
5369 yds.cb = ethtool_pse_get_rsp_parse; in ethtool_pse_get_dump()
5370 yds.rsp_cmd = 37; in ethtool_pse_get_dump()
5371 yds.rsp_policy = &ethtool_pse_nest; in ethtool_pse_get_dump()
5379 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_pse_get_dump()
5383 return yds.first; in ethtool_pse_get_dump()
5386 ethtool_pse_get_list_free(yds.first); in ethtool_pse_get_dump()
5546 struct ynl_dump_state yds = {}; in ethtool_rss_get_dump() local
5550 yds.ys = ys; in ethtool_rss_get_dump()
5551 yds.alloc_sz = sizeof(struct ethtool_rss_get_list); in ethtool_rss_get_dump()
5552 yds.cb = ethtool_rss_get_rsp_parse; in ethtool_rss_get_dump()
5553 yds.rsp_cmd = ETHTOOL_MSG_RSS_GET; in ethtool_rss_get_dump()
5554 yds.rsp_policy = &ethtool_rss_nest; in ethtool_rss_get_dump()
5562 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_rss_get_dump()
5566 return yds.first; in ethtool_rss_get_dump()
5569 ethtool_rss_get_list_free(yds.first); in ethtool_rss_get_dump()
5704 struct ynl_dump_state yds = {}; in ethtool_plca_get_cfg_dump() local
5708 yds.ys = ys; in ethtool_plca_get_cfg_dump()
5709 yds.alloc_sz = sizeof(struct ethtool_plca_get_cfg_list); in ethtool_plca_get_cfg_dump()
5710 yds.cb = ethtool_plca_get_cfg_rsp_parse; in ethtool_plca_get_cfg_dump()
5711 yds.rsp_cmd = ETHTOOL_MSG_PLCA_GET_CFG; in ethtool_plca_get_cfg_dump()
5712 yds.rsp_policy = &ethtool_plca_nest; in ethtool_plca_get_cfg_dump()
5720 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_plca_get_cfg_dump()
5724 return yds.first; in ethtool_plca_get_cfg_dump()
5727 ethtool_plca_get_cfg_list_free(yds.first); in ethtool_plca_get_cfg_dump()
5914 struct ynl_dump_state yds = {}; in ethtool_plca_get_status_dump() local
5918 yds.ys = ys; in ethtool_plca_get_status_dump()
5919 yds.alloc_sz = sizeof(struct ethtool_plca_get_status_list); in ethtool_plca_get_status_dump()
5920 yds.cb = ethtool_plca_get_status_rsp_parse; in ethtool_plca_get_status_dump()
5921 yds.rsp_cmd = 40; in ethtool_plca_get_status_dump()
5922 yds.rsp_policy = &ethtool_plca_nest; in ethtool_plca_get_status_dump()
5930 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_plca_get_status_dump()
5934 return yds.first; in ethtool_plca_get_status_dump()
5937 ethtool_plca_get_status_list_free(yds.first); in ethtool_plca_get_status_dump()
6082 struct ynl_dump_state yds = {}; in ethtool_mm_get_dump() local
6086 yds.ys = ys; in ethtool_mm_get_dump()
6087 yds.alloc_sz = sizeof(struct ethtool_mm_get_list); in ethtool_mm_get_dump()
6088 yds.cb = ethtool_mm_get_rsp_parse; in ethtool_mm_get_dump()
6089 yds.rsp_cmd = ETHTOOL_MSG_MM_GET; in ethtool_mm_get_dump()
6090 yds.rsp_policy = &ethtool_mm_nest; in ethtool_mm_get_dump()
6098 err = ynl_exec_dump(ys, nlh, &yds); in ethtool_mm_get_dump()
6102 return yds.first; in ethtool_mm_get_dump()
6105 ethtool_mm_get_list_free(yds.first); in ethtool_mm_get_dump()