Searched refs:tlv_h (Results 1 – 1 of 1) sorted by relevance
199 struct mrvl_ie_header *tlv_h; in lbs_tlv_find() local204 tlv_h = (struct mrvl_ie_header *) tlv; in lbs_tlv_find()205 if (!tlv_h->len) in lbs_tlv_find()207 if (tlv_h->type == cpu_to_le16(tlv_type)) in lbs_tlv_find()208 return tlv_h; in lbs_tlv_find()209 length = le16_to_cpu(tlv_h->len) + sizeof(*tlv_h); in lbs_tlv_find()