Home
last modified time | relevance | path

Searched defs:yerr (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c214 struct ynl_error yerr; in rxq_num() local
281 struct ynl_error yerr; in configure_headersplit() local
357 struct ynl_error yerr; in bind_rx_queue() local
/linux-6.15/tools/net/ynl/samples/
H A Dnetdev.c65 struct ynl_error yerr; in main() local
H A Dpage-pool.c62 struct ynl_error yerr; in main() local
/linux-6.15/tools/testing/selftests/net/
H A Dbusy_poller.c225 struct ynl_error yerr; in setup_queue() local
/linux-6.15/tools/net/ynl/lib/
H A Dynl.c44 #define yerr(_ys, _code, _msg...) __yerr(&(_ys)->err, _code, _msg) macro