Home
last modified time | relevance | path

Searched refs:es (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c3165 struct ice_es *es = &hw->blk[blk].es; in ice_find_prof_id_with_mask() local
3991 struct ice_es *es = &hw->blk[blk_idx].es; in ice_free_prof_map() local
4066 struct ice_es *es = &hw->blk[i].es; in ice_free_hw_tbls() local
4125 struct ice_es *es = &hw->blk[i].es; in ice_clear_hw_tbls() local
4156 ice_memset(es->t, 0, es->count * sizeof(*es->t) * es->fvw, in ice_clear_hw_tbls()
4158 ice_memset(es->ref_count, 0, es->count * sizeof(*es->ref_count), in ice_clear_hw_tbls()
4160 ice_memset(es->written, 0, es->count * sizeof(*es->written), in ice_clear_hw_tbls()
4162 ice_memset(es->mask_ena, 0, es->count * sizeof(*es->mask_ena), in ice_clear_hw_tbls()
4184 struct ice_es *es = &hw->blk[i].es; in ice_init_hw_tbls() local
4257 es->count = blk_sizes[i].es; in ice_init_hw_tbls()
[all …]
H A Dice_flow.c973 struct ice_fv_word es[ICE_MAX_FV_WORDS]; member
1337 if (hw->blk[params->blk].es.reverse) in ice_flow_xtract_pkt_flags()
1343 params->es[idx].off = flags; in ice_flow_xtract_pkt_flags()
1573 if (hw->blk[params->blk].es.reverse) in ice_flow_xtract_fld()
1578 params->es[idx].prot_id = prot_id; in ice_flow_xtract_fld()
1579 params->es[idx].off = off; in ice_flow_xtract_fld()
1616 fv_words = hw->blk[params->blk].es.fvw; in ice_flow_xtract_raws()
1651 if (hw->blk[params->blk].es.reverse) in ice_flow_xtract_raws()
1657 params->es[idx].off = off; in ice_flow_xtract_raws()
2551 u8 fv_words = hw->blk[blk].es.fvw; in ice_flow_set_hw_prof()
[all …]
H A Dice_flex_pipe.h68 struct ice_fv_word *es, u16 *masks, bool fd_swap);
H A Dice_flex_type.h773 struct ice_fv_word es[STRUCT_HACK_VAR_LEN]; member
970 struct ice_es es; member
H A Dice_switch.c7027 for (j = 0; j < hw->blk[ICE_BLK_SW].es.fvw; j++) in ice_fill_fv_word_index()
/dpdk/drivers/net/mlx5/
H A Dmlx5_tx.h859 es->flags = rte_cpu_to_le_32(csum); in mlx5_tx_eseg_none()
864 es->swp_offs = txq_mbuf_to_swp(loc, &es->swp_flags, olx); in mlx5_tx_eseg_none()
881 es->inline_hdr = RTE_BE32(0); in mlx5_tx_eseg_none()
920 es->flags = rte_cpu_to_le_32(csum); in mlx5_tx_eseg_dmin()
925 es->swp_offs = txq_mbuf_to_swp(loc, &es->swp_flags, olx); in mlx5_tx_eseg_dmin()
935 pdst = (uint8_t *)(es + 1); in mlx5_tx_eseg_dmin()
1009 es->swp_offs = txq_mbuf_to_swp(loc, &es->swp_flags, olx); in mlx5_tx_eseg_data()
1019 pdst = (uint8_t *)(es + 1); in mlx5_tx_eseg_data()
1039 pdst = (uint8_t *)(es + 2); in mlx5_tx_eseg_data()
1223 es->swp_offs = txq_mbuf_to_swp(loc, &es->swp_flags, olx); in mlx5_tx_eseg_mdat()
[all …]
H A Dmlx5_txpp.c311 struct mlx5_wqe_eseg *es = &wqe->eseg; in mlx5_txpp_fill_wqe_clock_queue() local
321 es->flags = 0; in mlx5_txpp_fill_wqe_clock_queue()
322 es->cs_flags = MLX5_ETH_WQE_L3_CSUM | MLX5_ETH_WQE_L4_CSUM; in mlx5_txpp_fill_wqe_clock_queue()
323 es->swp_offs = 0; in mlx5_txpp_fill_wqe_clock_queue()
324 es->metadata = 0; in mlx5_txpp_fill_wqe_clock_queue()
325 es->swp_flags = 0; in mlx5_txpp_fill_wqe_clock_queue()
326 es->mss = 0; in mlx5_txpp_fill_wqe_clock_queue()
327 es->inline_hdr_sz = RTE_BE16(MLX5_TXPP_TEST_PKT_SIZE); in mlx5_txpp_fill_wqe_clock_queue()
329 dst = (uint8_t *)&es->inline_data; in mlx5_txpp_fill_wqe_clock_queue()
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst201 vulnerability and sharing the patch[es]. Distributions and major vendors follow
H A Dpatches.rst557 In this case the patch(es) should be sent to ``[email protected]``,
561 please specify exactly which branch(es) the patch is for
/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst152 index(es) with a hit is returned.