Home
last modified time | relevance | path

Searched refs:hw_ptype (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.h179 uint16_t hw_ptype; /**< hardware defined packet type*/ member
H A Drte_pmd_i40e.c2212 uint16_t ptype = mapping_table[i].hw_ptype; in check_invalid_ptype_mapping()
2263 ad->ptype_tbl[mapping_items[i].hw_ptype] in rte_pmd_i40e_ptype_mapping_update()
2311 mapping_items[n].hw_ptype = i; in rte_pmd_i40e_ptype_mapping_get()
H A Di40e_ethdev.c11751 ptype_mapping[i].hw_ptype = ptype[i].ptype_id; in i40e_update_customized_ptype()
/dpdk/drivers/net/ice/
H A Dice_generic_flow.c2122 uint16_t hw_ptype; member
2237 ice_ptype_map[i].hw_ptype); in ice_pattern_is_supported()
/dpdk/drivers/net/ice/base/
H A Dice_type.h1263 ice_declare_bitmap(hw_ptype, ICE_FLOW_PTYPE_MAX);
H A Dice_flex_pipe.c335 ice_is_bit_set(hw->hw_ptype, ptype); in ice_hw_ptype_ena()
384 ice_zero_bitmap(hw->hw_ptype, ICE_FLOW_PTYPE_MAX); in ice_fill_hw_ptype()
398 ice_set_bit(LE16_TO_CPU(tcam->ptype), hw->hw_ptype); in ice_fill_hw_ptype()
/dpdk/app/test-pmd/
H A Dcmdline.c15728 mapping[i].hw_ptype, mapping[i].sw_ptype); in cmd_ptype_mapping_get_parsed()
15923 uint8_t hw_ptype; member
15947 hw_ptype, RTE_UINT8);
15968 mapping.hw_ptype = res->hw_ptype; in cmd_ptype_mapping_update_parsed()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1771 testpmd> ptype mapping update (port_id) (hw_ptype) (sw_ptype)
1775 * ``hw_ptype``: hardware ptype as the index of the ptype mapping table.