Searched refs:hw_ptype (Results 1 – 8 of 8) sorted by relevance
179 uint16_t hw_ptype; /**< hardware defined packet type*/ member
2212 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()
11751 ptype_mapping[i].hw_ptype = ptype[i].ptype_id; in i40e_update_customized_ptype()
2122 uint16_t hw_ptype; member2237 ice_ptype_map[i].hw_ptype); in ice_pattern_is_supported()
1263 ice_declare_bitmap(hw_ptype, ICE_FLOW_PTYPE_MAX);
335 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()
15728 mapping[i].hw_ptype, mapping[i].sw_ptype); in cmd_ptype_mapping_get_parsed()15923 uint8_t hw_ptype; member15947 hw_ptype, RTE_UINT8);15968 mapping.hw_ptype = res->hw_ptype; in cmd_ptype_mapping_update_parsed()
1771 testpmd> ptype mapping update (port_id) (hw_ptype) (sw_ptype)1775 * ``hw_ptype``: hardware ptype as the index of the ptype mapping table.