Lines Matching refs:tlv_hdr
114 * @tlv_hdr: pointer to the TLV
212 * @tlv_hdr: pointer to the first TLV in the sequence
226 const struct i2400m_tlv_hdr *tlv_hdr, size_t size,
232 while ((tlv = i2400m_tlv_buffer_walk(i2400m, tlv_hdr, size, tlv))) {
1202 const struct i2400m_tlv_hdr *tlv_hdr;
1213 tlv_hdr = arg[argc];
1214 argsize += sizeof(*tlv_hdr) + le16_to_cpu(tlv_hdr->length);
1231 tlv_hdr = arg[argc];
1232 tlv_size = sizeof(*tlv_hdr) + le16_to_cpu(tlv_hdr->length);
1233 memcpy(itr, tlv_hdr, tlv_size);