| /dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq.h | 49 bool postpone; member
|
| H A D | iavf_adminq.c | 716 if (details->postpone && !details->async) { in iavf_asq_send_command() 770 if (!details->postpone) in iavf_asq_send_command() 776 if (!details->async && !details->postpone) { in iavf_asq_send_command() 828 (!details->async && !details->postpone)) { in iavf_asq_send_command()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_adminq.h | 49 bool postpone; member
|
| H A D | i40e_adminq.c | 921 if (details->postpone && !details->async) { 975 if (!details->postpone) 981 if (!details->async && !details->postpone) { 1033 (!details->async && !details->postpone)) {
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 937 bool postpone, uint32_t table_id, 942 bool postpone, uint32_t n, const uint32_t *rule); 944 bool postpone, uint32_t id, 948 uint32_t queue_id, bool postpone, 951 bool postpone, uint32_t id,
|
| H A D | config.c | 2527 bool postpone, uint32_t table_id, in port_queue_flow_create() argument 2532 struct rte_flow_op_attr op_attr = { .postpone = postpone }; in port_queue_flow_create() 2612 bool postpone, uint32_t n, const uint32_t *rule) in port_queue_flow_destroy() argument 2614 struct rte_flow_op_attr op_attr = { .postpone = postpone }; in port_queue_flow_destroy() 2665 bool postpone, uint32_t id, in port_queue_action_handle_create() argument 2669 const struct rte_flow_op_attr attr = { .postpone = postpone}; in port_queue_action_handle_create() 2699 postpone, 1, &destroy_id); in port_queue_action_handle_create() 2710 uint32_t queue_id, bool postpone, in port_queue_action_handle_destroy() argument 2713 const struct rte_flow_op_attr attr = { .postpone = postpone}; in port_queue_action_handle_destroy() 2767 uint32_t queue_id, bool postpone, uint32_t id, in port_queue_action_handle_update() argument [all …]
|
| H A D | cmdline_flow.c | 969 bool postpone; /** Postpone async operation */ member 2974 .args = ARGS(ARGS_ENTRY(struct buffer, postpone)), 2982 .args = ARGS(ARGS_ENTRY(struct buffer, postpone)), 3021 .args = ARGS(ARGS_ENTRY(struct buffer, postpone)), 3038 .args = ARGS(ARGS_ENTRY(struct buffer, postpone)), 3071 .args = ARGS(ARGS_ENTRY(struct buffer, postpone)), 10476 port_queue_flow_create(in->port, in->queue, in->postpone, in cmd_flow_parsed() 10482 port_queue_flow_destroy(in->port, in->queue, in->postpone, in cmd_flow_parsed() 10494 in->port, in->queue, in->postpone, in cmd_flow_parsed() 10505 in->queue, in->postpone, in cmd_flow_parsed() [all …]
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_hw.c | 1073 .burst = attr->postpone, in flow_hw_async_flow_create() 1159 .burst = attr->postpone, in flow_hw_async_flow_destroy() 1343 .postpone = 0, in flow_hw_q_flow_flush()
|
| /dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 183 absence and postpone its use. It will then register for a periodic check on any
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 5323 uint32_t postpone:1; member
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3390 [postpone {boolean}] template_table {table_id} 3399 [postpone {boolean}] rule {rule_id} [...] 3774 [postpone {boolean}] template_table {table_id} 4523 [postpone {boolean}] rule {rule_id} [...] 4801 flow queue {port_id} create {queue_id} [postpone {boolean}] 4856 {indirect_action_id} [postpone {boolean}] action {action} / end 4900 [postpone {boolean}] action_id {indirect_action_id} [...]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 3926 There is the postpone attribute in the queue operation attributes.
|