Searched refs:tlv_type (Results 1 – 6 of 6) sorted by relevance
19 ecore_mfw_get_tlv_group(u8 tlv_type, u8 *tlv_group) in ecore_mfw_get_tlv_group() argument21 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()
217 u8 tlv_type);
91 u8 tlv_type; /* According to the enum below */ member
1329 u8 tlv_type) in ecore_lldp_register_tlv() argument1350 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_TLV_RX_TYPE, tlv_type); in ecore_lldp_register_tlv()
457 uint16_t tlv_type; in efx_lic_v1v2_find_key() local465 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() local498 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()
143 uint16_t tlv_type; member