tlv_hdr
hdr = &tlv_req.tlv_hdr;
struct roce_tlv tlv_hdr;
struct roce_tlv tlv_hdr;
u32 tlv_hdr;
tlv_hdr = readl(data);
type = FIELD_GET(NFP_NET_MBOX_TLV_TYPE, tlv_hdr);
length = FIELD_GET(NFP_NET_MBOX_TLV_LEN, tlv_hdr);
struct wmi_tlv *tlv_hdr;
tlv_hdr = (struct wmi_tlv *)skb->data;
arg = (struct wmi_peer_delete_resp_ev_arg *)tlv_hdr->value;
__le32 tlv_hdr;
struct mwifiex_ie_types_data *tlv_hdr;
while ((evt_len >= sizeof(tlv_hdr->header))) {
tlv_hdr = (struct mwifiex_ie_types_data *)curr;
tlv_len = le16_to_cpu(tlv_hdr->header.len);
if (evt_len < tlv_len + sizeof(tlv_hdr->header))
switch (le16_to_cpu(tlv_hdr->header.type)) {
curr += (tlv_len + sizeof(tlv_hdr->header));
evt_len -= (tlv_len + sizeof(tlv_hdr->header));
struct mwifiex_ie_types_data *tlv_hdr;
while ((resp_len >= sizeof(tlv_hdr->header)) && valid) {
tlv_hdr = (struct mwifiex_ie_types_data *) curr;
tlv_len = le16_to_cpu(tlv_hdr->header.len);
if (resp_len < tlv_len + sizeof(tlv_hdr->header))
switch (le16_to_cpu(tlv_hdr->header.type)) {
tlv_hdr;
curr += (tlv_len + sizeof(tlv_hdr->header));
resp_len -= (tlv_len + sizeof(tlv_hdr->header));
} __packed * tlv = (struct tlv_hdr *)skb->data;
tlv = (struct tlv_hdr *)(uh + 1);
struct tlv_hdr *tlv;
unsigned char buf[sizeof(struct tlv_hdr)];
struct tlv_hdr *tlv = (struct tlv_hdr *)buf;
struct tlv_hdr *tlv = (struct tlv_hdr *)buf;
struct tlv_hdr *tlv = (struct tlv_hdr *)buf;
struct tlv_hdr *tlv = (struct tlv_hdr *)buf;
unsigned char buf[sizeof(struct tlv_hdr)];
struct tlv_hdr *tlv = (struct tlv_hdr *)buf;