Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_pipeline.c1097 uint64_t pkt_mask = 1LLU << i; in rte_pipeline_compute_masks() local
1106 uint64_t pkt_mask = 1LLU << i; in rte_pipeline_compute_masks() local
1164 pkt_mask, in rte_pipeline_action_handler_port()
1171 if (pkt_mask & p->pkts_mask) in rte_pipeline_action_handler_port()
1180 uint64_t pkt_mask = 1LLU << i; in rte_pipeline_action_handler_port() local
1198 pkt_mask, in rte_pipeline_action_handler_port()
1205 if (pkt_mask & p->pkts_mask) in rte_pipeline_action_handler_port()
1239 pkt_mask, in rte_pipeline_action_handler_port_meta()
1246 if (pkt_mask & p->pkts_mask) in rte_pipeline_action_handler_port_meta()
1274 pkt_mask, in rte_pipeline_action_handler_port_meta()
[all …]
H A Drte_port_in_action.c463 uint64_t pkt_mask = RTE_LEN2MASK(n_pkts, uint64_t); in ah_lb() local
466 rte_pipeline_ah_packet_hijack(p, pkt_mask); in ah_lb()
H A Drte_table_action.c3404 uint64_t pkt_mask = 1LLU << pos; in ah() local
3413 pkts_mask &= ~pkt_mask; in ah()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_cuckoo.c263 uint64_t pkt_mask = 1LLU << i; in rte_table_hash_cuckoo_lookup() local
267 pkts_mask_out |= pkt_mask; in rte_table_hash_cuckoo_lookup()
274 uint64_t pkt_mask = 1LLU << i; in rte_table_hash_cuckoo_lookup() local
276 if (pkt_mask & pkts_mask) { in rte_table_hash_cuckoo_lookup()
286 pkts_mask_out |= pkt_mask; in rte_table_hash_cuckoo_lookup()
H A Drte_table_hash_key16.c638 uint64_t pkt_mask; \
642 pkt_mask = 1LLU << pkt0_index; \
643 pkts_mask &= ~pkt_mask; \
669 uint64_t pkt_mask; \
677 pkts_mask_out |= pkt_mask; \
690 uint64_t pkt_mask, bucket_mask; \
698 pkts_mask_out |= pkt_mask; \
725 pkts_mask_out |= pkt_mask; \
1133 uint64_t pkt_mask; in rte_table_hash_lookup_key16_ext() local
1137 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lookup_key16_ext()
[all …]
H A Drte_table_hash_key8.c610 uint64_t pkt_mask; \
614 pkt_mask = 1LLU << pkt0_index; \
615 pkts_mask &= ~pkt_mask; \
639 uint64_t pkt_mask; \
647 pkts_mask_out |= pkt_mask; \
660 uint64_t pkt_mask, bucket_mask; \
668 pkts_mask_out |= pkt_mask; \
695 pkts_mask_out |= pkt_mask; \
1101 uint64_t pkt_mask; in rte_table_hash_lookup_key8_ext() local
1105 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lookup_key8_ext()
[all …]
H A Drte_table_hash_key32.c666 uint64_t pkt_mask; \
670 pkt_mask = 1LLU << pkt0_index; \
671 pkts_mask &= ~pkt_mask; \
698 uint64_t pkt_mask; \
706 pkts_mask_out |= pkt_mask; \
719 uint64_t pkt_mask, bucket_mask; \
727 pkts_mask_out |= pkt_mask; \
755 pkts_mask_out |= pkt_mask; \
1167 uint64_t pkt_mask; in rte_table_hash_lookup_key32_ext() local
1171 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lookup_key32_ext()
[all …]
H A Drte_table_lpm_ipv6.c322 uint64_t pkt_mask = 1LLU << i; in rte_table_lpm_ipv6_lookup() local
324 if (pkt_mask & pkts_mask) { in rte_table_lpm_ipv6_lookup()
333 pkts_out_mask |= pkt_mask; in rte_table_lpm_ipv6_lookup()
H A Drte_table_array.c170 uint64_t pkt_mask = 1LLU << pkt_index; in rte_table_array_lookup() local
177 pkts_mask &= ~pkt_mask; in rte_table_array_lookup()
H A Drte_table_lpm.c320 uint64_t pkt_mask = 1LLU << i; in rte_table_lpm_lookup() local
322 if (pkt_mask & pkts_mask) { in rte_table_lpm_lookup()
331 pkts_out_mask |= pkt_mask; in rte_table_lpm_lookup()
H A Drte_table_acl.c736 uint64_t pkt_mask = 1LLU << i; in rte_table_acl_lookup() local
738 if (pkt_mask & pkts_mask) { in rte_table_acl_lookup()
756 uint64_t pkt_mask = 1LLU << pkt_pos; in rte_table_acl_lookup() local
758 pkts_mask &= ~pkt_mask; in rte_table_acl_lookup()
761 pkts_out_mask |= pkt_mask; in rte_table_acl_lookup()
H A Drte_table_hash_lru.c416 uint64_t pkt_mask, sig; in rte_table_hash_lru_lookup_unoptimized() local
420 pkt_mask = 1LLU << pkt_index; in rte_table_hash_lru_lookup_unoptimized()
421 pkts_mask &= ~pkt_mask; in rte_table_hash_lru_lookup_unoptimized()
444 pkts_mask_out |= pkt_mask; in rte_table_hash_lru_lookup_unoptimized()
H A Drte_table_hash_ext.c480 uint64_t pkt_mask, sig; in rte_table_hash_ext_lookup_unoptimized() local
484 pkt_mask = 1LLU << pkt_index; in rte_table_hash_ext_lookup_unoptimized()
485 pkts_mask &= ~pkt_mask; in rte_table_hash_ext_lookup_unoptimized()
508 pkts_mask_out |= pkt_mask; in rte_table_hash_ext_lookup_unoptimized()
/f-stack/dpdk/lib/librte_port/
H A Drte_port_kni.c222 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_kni_writer_tx_bulk() local
227 pkts_mask &= ~pkt_mask; in rte_port_kni_writer_tx_bulk()
432 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_kni_writer_nodrop_tx_bulk() local
437 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_sched.c209 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_sched_writer_tx_bulk() local
214 pkts_mask &= ~pkt_mask; in rte_port_sched_writer_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_ras.c252 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_ring_writer_ras_tx_bulk() local
260 pkts_mask &= ~pkt_mask; in rte_port_ring_writer_ras_tx_bulk()
H A Drte_port_source_sink.c543 uint64_t pkt_mask = 1LLU << pkt_index; in rte_port_sink_tx_bulk() local
549 pkts_mask &= ~pkt_mask; in rte_port_sink_tx_bulk()