Lines Matching refs:yerr
374 struct ynl_error yerr; in rxq_num() local
378 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in rxq_num()
380 fprintf(stderr, "YNL: %s\n", yerr.msg); in rxq_num()
428 struct ynl_error yerr; in get_ring_config() local
431 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in get_ring_config()
433 fprintf(stderr, "YNL: %s\n", yerr.msg); in get_ring_config()
452 struct ynl_error yerr; in restore_ring_config() local
459 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in restore_ring_config()
461 fprintf(stderr, "YNL: %s\n", yerr.msg); in restore_ring_config()
503 struct ynl_error yerr; in configure_headersplit() local
507 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in configure_headersplit()
509 fprintf(stderr, "YNL: %s\n", yerr.msg); in configure_headersplit()
560 struct ynl_error yerr; in check_changing_channels() local
566 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in check_changing_channels()
568 fprintf(stderr, "YNL: %s\n", yerr.msg); in check_changing_channels()
688 struct ynl_error yerr; in bind_rx_queue() local
690 *ys = ynl_sock_create(&ynl_netdev_family, &yerr); in bind_rx_queue()
693 fprintf(stderr, "YNL: %s\n", yerr.msg); in bind_rx_queue()
733 struct ynl_error yerr; in bind_tx_queue() local
735 *ys = ynl_sock_create(&ynl_netdev_family, &yerr); in bind_tx_queue()
737 fprintf(stderr, "YNL: %s\n", yerr.msg); in bind_tx_queue()