Searched refs:tlv_h (Results 1 – 1 of 1) sorted by relevance
186 struct mrvlietypesheader *tlv_h; in lbs_tlv_find() local191 tlv_h = (struct mrvlietypesheader *) tlv; in lbs_tlv_find()192 if (!tlv_h->len) in lbs_tlv_find()194 if (tlv_h->type == cpu_to_le16(tlv_type)) in lbs_tlv_find()195 return tlv_h; in lbs_tlv_find()196 length = le16_to_cpu(tlv_h->len) + sizeof(*tlv_h); in lbs_tlv_find()