Home
last modified time | relevance | path

Searched refs:proto_id (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1149 if (pppoe_proto_mask->proto_id) { in ice_switch_inset_get()
1151 pppoe_proto_spec->proto_id; in ice_switch_inset_get()
1153 pppoe_proto_mask->proto_id; in ice_switch_inset_get()
1158 if ((pppoe_proto_mask->proto_id & in ice_switch_inset_get()
1159 pppoe_proto_spec->proto_id) != in ice_switch_inset_get()
1161 (pppoe_proto_mask->proto_id & in ice_switch_inset_get()
1162 pppoe_proto_spec->proto_id) != in ice_switch_inset_get()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx_api.h91 u16 proto_id; member
H A Decore_dcbx.c61 static bool ecore_dcbx_default_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) in ecore_dcbx_default_tlv() argument
70 return !!(ethtype && (proto_id == ECORE_ETH_TYPE_DEFAULT)); in ecore_dcbx_default_tlv()
74 u16 proto_id, bool ieee) in ecore_dcbx_iwarp_tlv() argument
87 return !!(port && (proto_id == p_hwfn->p_dcbx_info->iwarp_port)); in ecore_dcbx_iwarp_tlv()
488 entry->proto_id = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
491 entry->proto_id, in ecore_dcbx_get_app_data()
1147 *entry |= ((u32)p_params->app_entry[i].proto_id << in ecore_dcbx_set_app_data()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h1427 rte_be16_t proto_id; /**< PPP protocol identifier. */ member
1434 .proto_id = RTE_BE16(0xffff),
/f-stack/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.h159 uint8_t proto_id; member
H A Di40e_ethdev.c11915 uint8_t proto_id; in i40e_update_customized_pctype() local
11960 proto_id = pctype[i].protocols[j]; in i40e_update_customized_pctype()
11961 if (proto_id == RTE_PMD_I40E_PROTO_UNUSED) in i40e_update_customized_pctype()
11964 if (proto[n].proto_id != proto_id) in i40e_update_customized_pctype()
12047 uint8_t proto_id; in i40e_update_customized_ptype() local
12108 proto_id = ptype[i].protocols[j]; in i40e_update_customized_ptype()
12109 if (proto_id == RTE_PMD_I40E_PROTO_UNUSED) in i40e_update_customized_ptype()
12112 if (proto[n].proto_id != proto_id) in i40e_update_customized_ptype()
H A Drte_pmd_i40e.c1971 pinfo[i].proto_id = RTE_PMD_I40E_PROTO_UNUSED; in rte_pmd_i40e_get_ddp_info()
1988 pinfo[j].proto_id = tlv->data[0]; in rte_pmd_i40e_get_ddp_info()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c13849 uint8_t proto_id; in cmd_ddp_info_parsed() local
13942 printf(" %2u: %s\n", proto[i].proto_id, in cmd_ddp_info_parsed()
13969 proto_id = pctype[i].protocols[j]; in cmd_ddp_info_parsed()
13970 if (proto_id != RTE_PMD_I40E_PROTO_UNUSED) { in cmd_ddp_info_parsed()
13972 if (proto[n].proto_id == proto_id) { in cmd_ddp_info_parsed()
14008 proto_id = ptype[i].protocols[j]; in cmd_ddp_info_parsed()
14009 if (proto_id != RTE_PMD_I40E_PROTO_UNUSED) { in cmd_ddp_info_parsed()
14011 if (proto[n].proto_id == proto_id) { in cmd_ddp_info_parsed()
H A Dcmdline_flow.c3060 (struct rte_flow_item_pppoe_proto_id, proto_id)),
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1326 - ``proto_id``: PPP protocol identifier.
1327 - Default ``mask`` matches proto_id only.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3740 - ``proto_id {unsigned}``: PPP protocol identifier.