Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c250 struct ynl_error yerr; in rxq_num() local
317 struct ynl_error yerr; in configure_headersplit() local
404 struct ynl_error yerr; in bind_rx_queue() local
448 struct ynl_error yerr; in bind_tx_queue() local
/linux/tools/net/ynl/samples/
H A Dnetdev.c65 struct ynl_error yerr; in main() local
/linux/tools/net/ynl/lib/
H A Dynl.c44 #define yerr(_ys, _code, _msg...) __yerr(&(_ys)->err, _code, _msg) macro