Searched refs:full_mask (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/bus/fslmc/qbman/ |
| H A D | qbman_portal.c | 800 full_mask = s->eqcr.pi_ci_mask; in qbman_swp_enqueue_ring_mode_direct() 822 s->eqcr.pi &= full_mask; in qbman_swp_enqueue_ring_mode_direct() 840 full_mask = s->eqcr.pi_ci_mask; in qbman_swp_enqueue_ring_mode_cinh_read_direct() 860 s->eqcr.pi &= full_mask; in qbman_swp_enqueue_ring_mode_cinh_read_direct() 878 full_mask = s->eqcr.pi_ci_mask; in qbman_swp_enqueue_ring_mode_cinh_direct() 898 s->eqcr.pi &= full_mask; in qbman_swp_enqueue_ring_mode_cinh_direct() 915 full_mask = s->eqcr.pi_ci_mask; in qbman_swp_enqueue_ring_mode_mem_back() 934 s->eqcr.pi &= full_mask; in qbman_swp_enqueue_ring_mode_mem_back() 976 full_mask = s->eqcr.pi_ci_mask; in qbman_swp_enqueue_multiple_direct() 1046 full_mask = s->eqcr.pi_ci_mask; in qbman_swp_enqueue_multiple_cinh_read_direct() [all …]
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_sram_mgr.c | 297 uint8_t shift, max_slices, mask, i, full_mask; in tf_sram_get_next_slice_in_block() local 305 full_mask = 0xff; in tf_sram_get_next_slice_in_block() 310 full_mask = 0xf; in tf_sram_get_next_slice_in_block() 315 full_mask = 0x3; in tf_sram_get_next_slice_in_block() 321 full_mask = 1; in tf_sram_get_next_slice_in_block() 336 if (block->in_use_mask == full_mask) in tf_sram_get_next_slice_in_block()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mae.c | 897 uint8_t full_mask = UINT8_MAX; in efx_mae_match_spec_recirc_id_set() local 903 mp = (const uint8_t *)&full_mask; in efx_mae_match_spec_recirc_id_set() 907 sizeof (full_mask), mp); in efx_mae_match_spec_recirc_id_set() 1140 uint32_t full_mask = UINT32_MAX; in efx_mae_match_spec_mport_set() local 1154 mp = (const uint8_t *)&full_mask; in efx_mae_match_spec_mport_set() 2356 uint32_t full_mask = UINT32_MAX; in efx_mae_match_spec_outer_rule_id_set() local 2371 sizeof (full_mask), (const uint8_t *)&full_mask); in efx_mae_match_spec_outer_rule_id_set()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 22 static const uint8_t full_mask[VNI_OR_TNI_LEN] = { 0xFF, 0xFF, 0xFF }; variable 952 if (memcmp(vxlan_mask->vni, full_mask, VNI_OR_TNI_LEN) && in hns3_parse_vxlan() 994 if (memcmp(nvgre_mask->tni, full_mask, VNI_OR_TNI_LEN) && in hns3_parse_nvgre() 1038 if (memcmp(geneve_mask->vni, full_mask, VNI_OR_TNI_LEN) && in hns3_parse_geneve()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 3329 const struct rte_flow_item_geneve_opt full_mask = { in mlx5_flow_validate_item_geneve_opt() local 3346 if (full_mask.option_class != mask->option_class || in mlx5_flow_validate_item_geneve_opt() 3347 full_mask.option_type != mask->option_type || in mlx5_flow_validate_item_geneve_opt() 3348 full_mask.option_len != (mask->option_len & full_mask.option_len)) in mlx5_flow_validate_item_geneve_opt()
|