Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/freebsd/net/
H A Dieee8023ad_lacp.h102 uint8_t tlv_type; member
113 (tlv)->tlv_type = (type); \
H A Dieee8023ad_lacp.c1992 switch (mdu->mdu_tlv.tlv_type) { in lacp_marker_input()
1998 mdu->mdu_tlv.tlv_type = MARKER_TYPE_RESPONSE; in lacp_marker_input()
2062 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
/f-stack/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()
/f-stack/tools/ifconfig/
H A Difieee80211.c3218 uint16_t tlv_type = BE_READ_2(ie); in printwpsie() local
3225 "tlv_len=%d len=%d", tlv_type, tlv_len, in printwpsie()
3232 switch (tlv_type) { in printwpsie()
3242 if (tlv_type == IEEE80211_WPS_ATTR_SELECTED_REGISTRAR_CONFIG_METHODS) in printwpsie()
3416 printf(" unknown_wps_attr:0x%x", tlv_type); in printwpsie()
/f-stack/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h143 uint16_t tlv_type; member