Lines Matching refs:ENOSYS
261 code = ENOSYS; in rte_flow_ops_get()
289 return rte_flow_error_set(error, ENOSYS, in rte_flow_validate()
291 NULL, rte_strerror(ENOSYS)); in rte_flow_validate()
316 rte_flow_error_set(error, ENOSYS, RTE_FLOW_ERROR_TYPE_UNSPECIFIED, in rte_flow_create()
317 NULL, rte_strerror(ENOSYS)); in rte_flow_create()
339 return rte_flow_error_set(error, ENOSYS, in rte_flow_destroy()
341 NULL, rte_strerror(ENOSYS)); in rte_flow_destroy()
361 return rte_flow_error_set(error, ENOSYS, in rte_flow_flush()
363 NULL, rte_strerror(ENOSYS)); in rte_flow_flush()
386 return rte_flow_error_set(error, ENOSYS, in rte_flow_query()
388 NULL, rte_strerror(ENOSYS)); in rte_flow_query()
409 return rte_flow_error_set(error, ENOSYS, in rte_flow_isolate()
411 NULL, rte_strerror(ENOSYS)); in rte_flow_isolate()
1038 return rte_flow_error_set(error, ENOSYS, in rte_flow_dev_dump()
1040 NULL, rte_strerror(ENOSYS)); in rte_flow_dev_dump()
1076 rte_flow_error_set(error, ENOSYS, in rte_flow_shared_action_create()
1078 rte_strerror(ENOSYS)); in rte_flow_shared_action_create()
1099 return rte_flow_error_set(error, ENOSYS, in rte_flow_shared_action_destroy()
1101 NULL, rte_strerror(ENOSYS)); in rte_flow_shared_action_destroy()
1119 return rte_flow_error_set(error, ENOSYS, in rte_flow_shared_action_update()
1121 NULL, rte_strerror(ENOSYS)); in rte_flow_shared_action_update()
1139 return rte_flow_error_set(error, ENOSYS, in rte_flow_shared_action_query()
1141 NULL, rte_strerror(ENOSYS)); in rte_flow_shared_action_query()