Home
last modified time | relevance | path

Searched refs:dlb2_error_strings (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/event/dlb2/
H A Ddlb2.c690 dlb2_error_strings[cfg->response.status]); in dlb2_hw_create_sched_domain()
902 ret, dlb2_error_strings[cfg.response.status]); in dlb2_get_sn_allocation()
922 ret, dlb2_error_strings[cfg.response.status]); in dlb2_set_sn_allocation()
941 ret, dlb2_error_strings[cfg.response.status]); in dlb2_get_sn_occupancy()
1070 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_ldb_queue()
1416 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_ldb_port()
1625 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_dir_port()
1860 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_map_ldb_qid_to_port()
1932 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_dir_queue()
2159 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_unmap_ldb_qid_from_port()
[all …]
H A Ddlb2_user.h52 static const char dlb2_error_strings[][128] = { variable