Home
last modified time | relevance | path

Searched refs:yerr (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/net/ynl/lib/
H A Dynl.c307 yerr(yarg->ys, YNL_ERROR_INTERNAL, in ynl_attr_validate()
316 yerr(yarg->ys, YNL_ERROR_ATTR_INVALID, in ynl_attr_validate()
420 yerr(ys, YNL_ERROR_INPUT_INVALID, in ynl_msg_end()
425 yerr(ys, YNL_ERROR_INPUT_TOO_BIG, in ynl_msg_end()
479 yerr(yarg->ys, YNL_ERROR_UNEXPECT_MSG, in ynl_cb_null()
504 yerr(yarg->ys, YNL_ERROR_INV_RESP, in __ynl_sock_read_msgs()
511 yerr(yarg->ys, YNL_ERROR_DUMP_INTER, in __ynl_sock_read_msgs()
518 yerr(yarg->ys, YNL_ERROR_INV_RESP, in __ynl_sock_read_msgs()
550 yerr(ys, YNL_ERROR_EXPECT_ACK, in ynl_recv_ack()
853 yerr(ys, YNL_ERROR_UNKNOWN_NTF, in ynl_error_unknown_notification()
[all …]
/linux-6.15/tools/net/ynl/samples/
H A Dnetdev.c65 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()
H A Dpage-pool.c62 struct ynl_error yerr; in main() local
65 ys = ynl_sock_create(&ynl_netdev_family, &yerr); in main()
67 fprintf(stderr, "YNL: %s\n", yerr.msg); in main()
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c214 struct ynl_error yerr; in rxq_num() local
218 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in rxq_num()
220 fprintf(stderr, "YNL: %s\n", yerr.msg); in rxq_num()
281 struct ynl_error yerr; in configure_headersplit() local
285 ys = ynl_sock_create(&ynl_ethtool_family, &yerr); in configure_headersplit()
287 fprintf(stderr, "YNL: %s\n", yerr.msg); in configure_headersplit()
357 struct ynl_error yerr; in bind_rx_queue() local
359 *ys = ynl_sock_create(&ynl_netdev_family, &yerr); in bind_rx_queue()
361 fprintf(stderr, "YNL: %s\n", yerr.msg); in bind_rx_queue()
/linux-6.15/tools/testing/selftests/net/
H A Dbusy_poller.c225 struct ynl_error yerr; in setup_queue() local
228 ys = ynl_sock_create(&ynl_netdev_family, &yerr); in setup_queue()
230 error(1, 0, "YNL: %s", yerr.msg); in setup_queue()
251 error(1, 0, "can't set NAPI params: %s\n", yerr.msg); in setup_queue()
/linux-6.15/Documentation/networking/
H A Ddevmem.rst114 *ys = ynl_sock_create(&ynl_netdev_family, &yerr);