Searched refs:tlv_h (Results 1 – 1 of 1) sorted by relevance
206 struct mrvl_ie_header *tlv_h; in lbs_tlv_find() local211 tlv_h = (struct mrvl_ie_header *) tlv; in lbs_tlv_find()212 if (!tlv_h->len) in lbs_tlv_find()214 if (tlv_h->type == cpu_to_le16(tlv_type)) in lbs_tlv_find()215 return tlv_h; in lbs_tlv_find()216 length = le16_to_cpu(tlv_h->len) + sizeof(*tlv_h); in lbs_tlv_find()