Home
last modified time | relevance | path

Searched refs:tlv_type (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/qede/base/
H A Decore_mng_tlv.c19 ecore_mfw_get_tlv_group(u8 tlv_type, u8 *tlv_group) in ecore_mfw_get_tlv_group() argument
21 switch (tlv_type) { in ecore_mfw_get_tlv_group()
231 switch (p_tlv->tlv_type) { in ecore_mfw_get_gen_tlv_value()
304 switch (p_tlv->tlv_type) { in ecore_mfw_get_eth_tlv_value()
407 switch (p_tlv->tlv_type) { in ecore_mfw_get_fcoe_tlv_value()
1314 switch (p_tlv->tlv_type) { in ecore_mfw_get_iscsi_tlv_value()
1435 tlv.tlv_type = TLV_TYPE(p_temp); in ecore_mfw_update_tlvs()
1439 tlv.tlv_type, tlv.tlv_length, tlv.tlv_flags); in ecore_mfw_update_tlvs()
1512 tlv.tlv_type = TLV_TYPE(p_temp); in ecore_mfw_process_tlv_req()
1514 if (ecore_mfw_get_tlv_group(tlv.tlv_type, &tlv_group)) in ecore_mfw_process_tlv_req()
H A Decore_dcbx_api.h217 u8 tlv_type);
H A Decore_mcp.h91 u8 tlv_type; /* According to the enum below */ member
H A Decore_dcbx.c1329 u8 tlv_type) in ecore_lldp_register_tlv() argument
1350 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_TLV_RX_TYPE, tlv_type); in ecore_lldp_register_tlv()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_lic.c457 uint16_t tlv_type; in efx_lic_v1v2_find_key() local
465 tlv_type = __LE_TO_CPU_16(((uint16_t *)&bufferp[offset])[0]); in efx_lic_v1v2_find_key()
468 (tlv_type == 0 && tlv_length == 0)) { in efx_lic_v1v2_find_key()
489 uint16_t tlv_type; in efx_lic_v1v2_validate_key() local
498 tlv_type = __LE_TO_CPU_16(((uint16_t *)keyp)[0]); in efx_lic_v1v2_validate_key()
504 if (tlv_type == 0) { in efx_lic_v1v2_validate_key()
/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h143 uint16_t tlv_type; member