| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_pipeline.c | 1097 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 D | rte_port_in_action.c | 463 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 D | rte_table_action.c | 3404 uint64_t pkt_mask = 1LLU << pos; in ah() local 3413 pkts_mask &= ~pkt_mask; in ah()
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_cuckoo.c | 263 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 D | rte_table_hash_key16.c | 638 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 D | rte_table_hash_key8.c | 610 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 D | rte_table_hash_key32.c | 666 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 D | rte_table_lpm_ipv6.c | 322 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 D | rte_table_array.c | 170 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 D | rte_table_lpm.c | 320 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 D | rte_table_acl.c | 736 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 D | rte_table_hash_lru.c | 416 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 D | rte_table_hash_ext.c | 480 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 D | rte_port_kni.c | 222 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 D | rte_port_fd.c | 251 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 D | rte_port_ethdev.c | 228 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 D | rte_port_sym_crypto.c | 253 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 D | rte_port_eventdev.c | 261 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 D | rte_port_sched.c | 209 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 D | rte_port_ring.c | 309 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 D | rte_port_ras.c | 252 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 D | rte_port_source_sink.c | 543 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()
|