Home
last modified time | relevance | path

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

/f-stack/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.c12104 ptype_mapping[i].hw_ptype = ptype[i].ptype_id; in i40e_update_customized_ptype()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c14922 mapping[i].hw_ptype, mapping[i].sw_ptype); in cmd_ptype_mapping_get_parsed()
15117 uint8_t hw_ptype; member
15141 hw_ptype, RTE_UINT8);
15162 mapping.hw_ptype = res->hw_ptype; in cmd_ptype_mapping_update_parsed()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1751 testpmd> ptype mapping update (port_id) (hw_ptype) (sw_ptype)
1755 * ``hw_ptype``: hardware ptype as the index of the ptype mapping table.