Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.h202 uint16_t subtype; member
236 uint16_t subtype; member
256 uint16_t subtype; member
284 uint16_t subtype; member
305 uint16_t subtype; member
324 uint16_t subtype; member
344 uint16_t subtype; member
364 uint16_t subtype; member
H A Dtf_rm.c1171 uint16_t subtype; in tf_rm_allocate() local
1186 rc = tf_rm_get_pool(rm_db, parms->subtype, &pool, &subtype); in tf_rm_allocate()
1209 subtype, in tf_rm_allocate()
1235 uint16_t subtype; in tf_rm_free() local
1249 rc = tf_rm_get_pool(rm_db, parms->subtype, &pool, &subtype); in tf_rm_free()
1256 subtype, in tf_rm_free()
1278 uint16_t subtype; in tf_rm_is_allocated() local
1292 rc = tf_rm_get_pool(rm_db, parms->subtype, &pool, &subtype); in tf_rm_is_allocated()
1299 subtype, in tf_rm_is_allocated()
1454 uint16_t subtype; in tf_rm_check_indexes_in_range() local
[all …]
H A Dtf_msg_common.h14 #define MSG_PREP(parms, mb, type, subtype, req, resp) do { \ argument
17 parms.tf_subtype = subtype; \
24 #define MSG_PREP_NO_REQ(parms, mb, type, subtype, resp) do { \ argument
27 parms.tf_subtype = subtype; \
34 #define MSG_PREP_NO_RESP(parms, mb, type, subtype, req) do { \ argument
37 parms.tf_subtype = subtype; \
H A Dtf_util.c147 uint16_t subtype) in tf_module_subtype_2_str() argument
151 return tf_ident_2_str(subtype); in tf_module_subtype_2_str()
153 return tf_tbl_type_2_str(subtype); in tf_module_subtype_2_str()
155 return tf_tcam_tbl_2_str(subtype); in tf_module_subtype_2_str()
157 return tf_em_tbl_type_2_str(subtype); in tf_module_subtype_2_str()
H A Dtf_tbl.c153 aparms.subtype = parms->type; in tf_tbl_alloc()
205 aparms.subtype = parms->type; in tf_tbl_free()
229 hparms.subtype = parms->type; in tf_tbl_free()
260 fparms.subtype = parms->type; in tf_tbl_free()
316 aparms.subtype = parms->type; in tf_tbl_set()
336 hparms.subtype = parms->type; in tf_tbl_set()
407 aparms.subtype = parms->type; in tf_tbl_get()
427 hparms.subtype = parms->type; in tf_tbl_get()
495 cparms.subtype = parms->type; in tf_tbl_bulk_get()
512 hparms.subtype = parms->type; in tf_tbl_bulk_get()
[all …]
H A Dtf_tcam.c129 ainfo.subtype = TF_TCAM_TBL_TYPE_WC_TCAM; in tf_tcam_bind()
158 ainfo.subtype = i; in tf_tcam_bind()
313 aparms.subtype = parms->type; in tf_tcam_alloc()
403 aparms.subtype = parms->type; in tf_tcam_free()
452 fparms.subtype = parms->type; in tf_tcam_free()
469 hparms.subtype = parms->type; in tf_tcam_free()
670 aparms.subtype = parms->type; in tf_tcam_set()
690 hparms.subtype = parms->type; in tf_tcam_set()
767 aparms.subtype = parms->type; in tf_tcam_get()
787 hparms.subtype = parms->type; in tf_tcam_get()
[all …]
H A Dtf_identifier.c178 aparms.subtype = parms->type; in tf_ident_alloc()
236 aparms.subtype = parms->type; in tf_ident_free()
276 fparms.subtype = parms->type; in tf_ident_free()
323 aparms.subtype = parms->type; in tf_ident_search()
389 ainfo.subtype = 0; in tf_ident_get_resc_info()
H A Dtf_tbl_sram.c107 hparms.subtype = parms->tbl_type; in tf_tbl_sram_get_info()
122 sparms.subtype = parms->tbl_type; in tf_tbl_sram_get_info()
464 raparms.subtype = parms->type; in tf_tbl_sram_set()
498 hparms.subtype = parms->type; in tf_tbl_sram_set()
601 hparms.subtype = parms->type; in tf_tbl_sram_get()
724 hparms.subtype = parms->type; in tf_tbl_sram_bulk_get()
H A Dtf_util.h84 uint16_t subtype);
H A Dtf_em_host.c406 aparms.subtype = TF_EM_TBL_TYPE_TBL_SCOPE; in tf_em_ext_alloc()
527 fparms.subtype = TF_EM_TBL_TYPE_TBL_SCOPE; in tf_em_ext_alloc()
572 aparms.subtype = TF_EM_TBL_TYPE_TBL_SCOPE; in tf_em_ext_free()
H A Dtf_em_internal.c259 iparms.subtype = TF_EM_DB_EM_REC; in tf_em_int_bind()
387 ainfo.subtype = 0; in tf_em_get_resc_info()
H A Dtf_sram_mgr.c662 aparms.subtype = parms->tbl_type; in tf_sram_mgr_alloc()
756 hparms.subtype = parms->tbl_type; in tf_sram_mgr_free()
789 fparms.subtype = parms->tbl_type; in tf_sram_mgr_free()
H A Dtf_tcam_shared.c215 hparms.subtype = TF_TCAM_TBL_TYPE_WC_TCAM; in tf_tcam_shared_get_rm_info()
229 ainfo.subtype = TF_TCAM_TBL_TYPE_WC_TCAM; in tf_tcam_shared_get_rm_info()
H A Dtf_device_p58.c550 parms.subtype = type; in tf_dev_p58_get_sram_tbl_info()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.h55 uint8_t subtype; member
88 uint8_t subtype; member
111 uint8_t subtype; member
H A Drte_eth_bond_8023ad.c97 l->subtype, in bond_print_lacp()
598 lacpdu->subtype = SLOW_SUBTYPE_LACP; in tx_machine()
811 RTE_ASSERT(lacp->lacpdu.subtype == SLOW_SUBTYPE_LACP); in rx_machine_update()
1334 uint8_t wrn, subtype; in bond_mode_8023ad_handle_slow_pkt() local
1338 subtype = rte_pktmbuf_mtod(pkt, in bond_mode_8023ad_handle_slow_pkt()
1339 struct slow_protocol_frame *)->slow_protocol.subtype; in bond_mode_8023ad_handle_slow_pkt()
1341 if (subtype == SLOW_SUBTYPE_MARKER) { in bond_mode_8023ad_handle_slow_pkt()
1384 } else if (likely(subtype == SLOW_SUBTYPE_LACP)) { in bond_mode_8023ad_handle_slow_pkt()
1665 if (lacp->lacpdu.subtype != SLOW_SUBTYPE_LACP) in rte_eth_bond_8023ad_ext_slowtx()
1693 RTE_VERIFY(lacp->lacpdu.subtype == SLOW_SUBTYPE_LACP); in bond_mode_8023ad_ext_periodic_cb()
H A Drte_eth_bond_pmd.c110 is_lacp_packets(uint16_t ethertype, uint8_t subtype, struct rte_mbuf *mbuf) in is_lacp_packets() argument
117 (subtype == SLOW_SUBTYPE_MARKER || subtype == SLOW_SUBTYPE_LACP)); in is_lacp_packets()
295 uint8_t subtype; in rx_burst_8023ad() local
329 subtype = ((struct slow_protocol_frame *)hdr)->slow_protocol.subtype; in rx_burst_8023ad()
341 is_lacp_packets(hdr->ether_type, subtype, in rx_burst_8023ad()
/dpdk/drivers/net/i40e/base/
H A Di40e_dcb.c249 u8 subtype; in i40e_parse_ieee_tlv() local
252 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_ieee_tlv()
254 switch (subtype) { in i40e_parse_ieee_tlv()
422 u8 subtype, feat_tlv_count = 0; in i40e_parse_cee_tlv() local
426 subtype = (u8)((ouisubtype & I40E_LLDP_TLV_SUBTYPE_MASK) >> in i40e_parse_cee_tlv()
429 if (subtype != I40E_CEE_DCBX_TYPE) in i40e_parse_cee_tlv()
447 subtype = (u8)((typelength & I40E_LLDP_TLV_TYPE_MASK) >> in i40e_parse_cee_tlv()
449 switch (subtype) { in i40e_parse_cee_tlv()
H A Di40e_dcb.h143 u8 subtype; member
/dpdk/drivers/net/ice/base/
H A Dice_dcb.c346 u8 subtype; in ice_parse_ieee_tlv() local
349 subtype = (u8)((ouisubtype & ICE_LLDP_TLV_SUBTYPE_M) >> in ice_parse_ieee_tlv()
351 switch (subtype) { in ice_parse_ieee_tlv()
518 u8 subtype, feat_tlv_count = 0; in ice_parse_cee_tlv() local
523 subtype = (u8)((ouisubtype & ICE_LLDP_TLV_SUBTYPE_M) >> in ice_parse_cee_tlv()
526 if (subtype != ICE_CEE_DCBX_TYPE) in ice_parse_cee_tlv()
543 subtype = (u8)((typelen & ICE_LLDP_TLV_TYPE_M) >> in ice_parse_cee_tlv()
545 switch (subtype) { in ice_parse_cee_tlv()
H A Dice_dcb.h148 u8 subtype; member
/dpdk/app/test/
H A Dtest_link_bonding_mode4.c306 RTE_VERIFY(slow_hdr->slow_protocol.subtype == SLOW_SUBTYPE_LACP); in lacp_recv_cb()
497 if (slow_hdr->slow_protocol.subtype != SLOW_SUBTYPE_LACP) in make_lacp_reply()
1174 marker_hdr->marker.subtype = SLOW_SUBTYPE_MARKER; in init_marker()
1251 else if (marker_hdr->marker.subtype != SLOW_SUBTYPE_MARKER) in test_mode4_marker()
1390 .subtype = SLOW_SUBTYPE_LACP, in test_mode4_ext_ctrl()
1444 .subtype = SLOW_SUBTYPE_LACP, in test_mode4_ext_lacp()
/dpdk/drivers/common/sfc_efx/base/
H A Dsiena_nvram.c634 uint32_t subtype; variable
684 if ((rc = siena_nvram_get_subtype(enp, partn, &subtype)) != 0)
689 EFX_POPULATE_DWORD_1(fwverp->fw_subtype, EFX_DWORD_0, subtype);
H A Def10_tlv_layout.h308 uint32_t subtype; member
/dpdk/drivers/net/cnxk/
H A Dcn10k_ethdev_sec.c431 desc.subtype = RTE_ETH_EVENT_IPSEC_SA_TIME_EXPIRY; in cn10k_eth_sec_sso_work_cb()
475 desc.subtype = RTE_ETH_EVENT_IPSEC_ESN_OVERFLOW; in cn10k_eth_sec_sso_work_cb()
483 desc.subtype = RTE_ETH_EVENT_IPSEC_UNKNOWN; in cn10k_eth_sec_sso_work_cb()
493 desc.subtype = RTE_ETH_EVENT_IPSEC_UNKNOWN; in cn10k_eth_sec_sso_work_cb()

12