Searched refs:yerr (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/net/ynl/lib/ |
| H A D | ynl.c | 44 #define yerr(_ys, _code, _msg...) __yerr(&(_ys)->err, _code, _msg) macro 373 yerr(yarg->ys, YNL_ERROR_INTERNAL, in ynl_attr_validate() 382 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate() 390 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate() 396 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate() 402 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate() 408 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate() 414 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate() 423 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate() 429 yerr(yar in ynl_attr_validate() [all...] |
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 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 [all …]
|
| /linux/tools/net/ynl/samples/ |
| H A D | netdev.c | 65 struct ynl_error yerr; in main() local 72 ys = ynl_sock_create(&ynl_netdev_family, &yerr); in main() 74 fprintf(stderr, "YNL: %s\n", yerr.msg); in main()
|