Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2.c480 dlb2_error_strings[cfg->response.status]); in dlb2_hw_create_sched_domain()
689 ret, dlb2_error_strings[cfg.response.status]); in dlb2_get_sn_allocation()
709 ret, dlb2_error_strings[cfg.response.status]); in dlb2_set_sn_allocation()
728 ret, dlb2_error_strings[cfg.response.status]); in dlb2_get_sn_occupancy()
856 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_ldb_queue()
1167 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_ldb_port()
1346 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_dir_port()
1540 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_map_ldb_qid_to_port()
1611 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_create_dir_queue()
1838 ret, dlb2_error_strings[cfg.response.status]); in dlb2_hw_unmap_ldb_qid_from_port()
[all …]
H A Ddlb2_user.h51 static const char dlb2_error_strings[][128] = { variable