Home
last modified time | relevance | path

Searched refs:pkt_mask (Results 1 – 22 of 22) sorted by relevance

/dpdk/lib/pipeline/
H A Drte_pipeline.c1093 uint64_t pkt_mask = 1LLU << i; in rte_pipeline_compute_masks() local
1102 uint64_t pkt_mask = 1LLU << i; in rte_pipeline_compute_masks() local
1160 pkt_mask, in rte_pipeline_action_handler_port()
1167 if (pkt_mask & p->pkts_mask) in rte_pipeline_action_handler_port()
1176 uint64_t pkt_mask = 1LLU << i; in rte_pipeline_action_handler_port() local
1194 pkt_mask, in rte_pipeline_action_handler_port()
1201 if (pkt_mask & p->pkts_mask) in rte_pipeline_action_handler_port()
1235 pkt_mask, in rte_pipeline_action_handler_port_meta()
1242 if (pkt_mask & p->pkts_mask) in rte_pipeline_action_handler_port_meta()
1270 pkt_mask, in rte_pipeline_action_handler_port_meta()
[all …]
H A Drte_port_in_action.c461 uint64_t pkt_mask = RTE_LEN2MASK(n_pkts, uint64_t); in ah_lb() local
464 rte_pipeline_ah_packet_hijack(p, pkt_mask); in ah_lb()
H A Drte_table_action.c3402 uint64_t pkt_mask = 1LLU << pos; in ah() local
3411 pkts_mask &= ~pkt_mask; in ah()
/dpdk/lib/table/
H A Drte_table_hash_key8.c608 uint64_t pkt_mask; \
612 pkt_mask = 1LLU << pkt0_index; \
613 pkts_mask &= ~pkt_mask; \
637 uint64_t pkt_mask; \
645 pkts_mask_out |= pkt_mask; \
658 uint64_t pkt_mask, bucket_mask; \
666 pkts_mask_out |= pkt_mask; \
693 pkts_mask_out |= pkt_mask; \
1099 uint64_t pkt_mask; in rte_table_hash_lookup_key8_ext() local
1103 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lookup_key8_ext()
[all …]
H A Drte_table_hash_key16.c636 uint64_t pkt_mask; \
640 pkt_mask = 1LLU << pkt0_index; \
641 pkts_mask &= ~pkt_mask; \
667 uint64_t pkt_mask; \
675 pkts_mask_out |= pkt_mask; \
688 uint64_t pkt_mask, bucket_mask; \
696 pkts_mask_out |= pkt_mask; \
723 pkts_mask_out |= pkt_mask; \
1131 uint64_t pkt_mask; in rte_table_hash_lookup_key16_ext() local
1135 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lookup_key16_ext()
[all …]
H A Drte_table_hash_cuckoo.c261 uint64_t pkt_mask = 1LLU << i; in rte_table_hash_cuckoo_lookup() local
265 pkts_mask_out |= pkt_mask; in rte_table_hash_cuckoo_lookup()
272 uint64_t pkt_mask = 1LLU << i; in rte_table_hash_cuckoo_lookup() local
274 if (pkt_mask & pkts_mask) { in rte_table_hash_cuckoo_lookup()
284 pkts_mask_out |= pkt_mask; in rte_table_hash_cuckoo_lookup()
H A Drte_table_hash_key32.c664 uint64_t pkt_mask; \
668 pkt_mask = 1LLU << pkt0_index; \
669 pkts_mask &= ~pkt_mask; \
696 uint64_t pkt_mask; \
704 pkts_mask_out |= pkt_mask; \
717 uint64_t pkt_mask, bucket_mask; \
725 pkts_mask_out |= pkt_mask; \
753 pkts_mask_out |= pkt_mask; \
1165 uint64_t pkt_mask; in rte_table_hash_lookup_key32_ext() local
1169 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lookup_key32_ext()
[all …]
H A Drte_table_lpm_ipv6.c319 uint64_t pkt_mask = 1LLU << i; in rte_table_lpm_ipv6_lookup() local
321 if (pkt_mask & pkts_mask) { in rte_table_lpm_ipv6_lookup()
330 pkts_out_mask |= pkt_mask; in rte_table_lpm_ipv6_lookup()
H A Drte_table_lpm.c318 uint64_t pkt_mask = 1LLU << i; in rte_table_lpm_lookup() local
320 if (pkt_mask & pkts_mask) { in rte_table_lpm_lookup()
329 pkts_out_mask |= pkt_mask; in rte_table_lpm_lookup()
H A Drte_table_array.c168 uint64_t pkt_mask = 1LLU << pkt_index; in rte_table_array_lookup() local
175 pkts_mask &= ~pkt_mask; in rte_table_array_lookup()
H A Drte_table_acl.c733 uint64_t pkt_mask = 1LLU << i; in rte_table_acl_lookup() local
735 if (pkt_mask & pkts_mask) { in rte_table_acl_lookup()
753 uint64_t pkt_mask = 1LLU << pkt_pos; in rte_table_acl_lookup() local
755 pkts_mask &= ~pkt_mask; in rte_table_acl_lookup()
758 pkts_out_mask |= pkt_mask; in rte_table_acl_lookup()
H A Drte_table_hash_lru.c414 uint64_t pkt_mask, sig; in rte_table_hash_lru_lookup_unoptimized() local
418 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lru_lookup_unoptimized()
419 pkts_mask &= ~pkt_mask; in rte_table_hash_lru_lookup_unoptimized()
442 pkts_mask_out |= pkt_mask; in rte_table_hash_lru_lookup_unoptimized()
H A Drte_table_hash_ext.c478 uint64_t pkt_mask, sig; in rte_table_hash_ext_lookup_unoptimized() local
482 pkt_mask = 1LLU << pkt_index; in rte_table_hash_ext_lookup_unoptimized()
483 pkts_mask &= ~pkt_mask; in rte_table_hash_ext_lookup_unoptimized()
506 pkts_mask_out |= pkt_mask; in rte_table_hash_ext_lookup_unoptimized()
/dpdk/lib/port/
H A Drte_port_kni.c221 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_kni_writer_tx_bulk() local
226 pkts_mask &= ~pkt_mask; in rte_port_kni_writer_tx_bulk()
431 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_kni_writer_nodrop_tx_bulk() local
436 pkts_mask &= ~pkt_mask; in rte_port_kni_writer_nodrop_tx_bulk()
H A Drte_port_fd.c251 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_fd_writer_tx_bulk() local
256 pkts_mask &= ~pkt_mask; in rte_port_fd_writer_tx_bulk()
436 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_fd_writer_nodrop_tx_bulk() local
441 pkts_mask &= ~pkt_mask; in rte_port_fd_writer_nodrop_tx_bulk()
H A Drte_port_ethdev.c228 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_ethdev_writer_tx_bulk() local
233 pkts_mask &= ~pkt_mask; in rte_port_ethdev_writer_tx_bulk()
441 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_ethdev_writer_nodrop_tx_bulk() local
446 pkts_mask &= ~pkt_mask; in rte_port_ethdev_writer_nodrop_tx_bulk()
H A Drte_port_sym_crypto.c253 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_sym_crypto_writer_tx_bulk() local
261 pkts_mask &= ~pkt_mask; in rte_port_sym_crypto_writer_tx_bulk()
465 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_sym_crypto_writer_nodrop_tx_bulk() local
473 pkts_mask &= ~pkt_mask; in rte_port_sym_crypto_writer_nodrop_tx_bulk()
H A Drte_port_eventdev.c261 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_eventdev_writer_tx_bulk() local
266 pkts_mask &= ~pkt_mask; in rte_port_eventdev_writer_tx_bulk()
501 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_eventdev_writer_nodrop_tx_bulk() local
506 pkts_mask &= ~pkt_mask; in rte_port_eventdev_writer_nodrop_tx_bulk()
H A Drte_port_ring.c309 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_ring_writer_tx_bulk_internal() local
314 pkts_mask &= ~pkt_mask; in rte_port_ring_writer_tx_bulk_internal()
637 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_ring_writer_nodrop_tx_bulk_internal() local
642 pkts_mask &= ~pkt_mask; in rte_port_ring_writer_nodrop_tx_bulk_internal()
H A Drte_port_sched.c208 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_sched_writer_tx_bulk() local
213 pkts_mask &= ~pkt_mask; in rte_port_sched_writer_tx_bulk()
H A Drte_port_ras.c251 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_ring_writer_ras_tx_bulk() local
259 pkts_mask &= ~pkt_mask; in rte_port_ring_writer_ras_tx_bulk()
H A Drte_port_source_sink.c535 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_sink_tx_bulk() local
541 pkts_mask &= ~pkt_mask; in rte_port_sink_tx_bulk()