Home
last modified time | relevance | path

Searched refs:errstrlist (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c18 static const char *const errstrlist[] = { in fs_flow_complain() local
36 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in fs_flow_complain()
37 !errstrlist[error->type]) in fs_flow_complain()
40 errstr = errstrlist[error->type]; in fs_flow_complain()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_mtr.c23 static const char *const errstrlist[] = { in print_err_msg() local
45 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in print_err_msg()
46 !errstrlist[error->type]) in print_err_msg()
49 errstr = errstrlist[error->type]; in print_err_msg()
H A Dcmdline_tm.c31 static const char *const errstrlist[] = { in print_err_msg() local
91 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in print_err_msg()
92 !errstrlist[error->type]) in print_err_msg()
95 errstr = errstrlist[error->type]; in print_err_msg()
H A Dconfig.c1679 static const char *const errstrlist[] = { in port_flow_complain() local
1702 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in port_flow_complain()
1703 !errstrlist[error->type]) in port_flow_complain()
1706 errstr = errstrlist[error->type]; in port_flow_complain()
/f-stack/lib/
H A Dff_dpdk_if.c843 static const char *const errstrlist[] = { in port_flow_complain() local
866 if ((unsigned int)error->type >= RTE_DIM(errstrlist) || in port_flow_complain()
867 !errstrlist[error->type]) in port_flow_complain()
870 errstr = errstrlist[error->type]; in port_flow_complain()