Lines Matching defs:tlv
5890 const struct iwn_fw_tlv *tlv;
5923 while (ptr + sizeof (*tlv) <= end) {
5924 tlv = (const struct iwn_fw_tlv *)ptr;
5925 len = le32toh(tlv->len);
5927 ptr += sizeof (*tlv);
5934 if (tlv->alt != 0 && tlv->alt != htole16(alt))
5937 switch (le16toh(tlv->type)) {
5962 le16toh(tlv->type), len);
5971 le16toh(tlv->type), len);
5989 le16toh(tlv->type)));