Home
last modified time | relevance | path

Searched refs:tlv_hdr (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Duap_event.c32 struct mwifiex_ie_types_data *tlv_hdr; in mwifiex_check_uap_capabilities() local
46 while ((evt_len >= sizeof(tlv_hdr->header))) { in mwifiex_check_uap_capabilities()
47 tlv_hdr = (struct mwifiex_ie_types_data *)curr; in mwifiex_check_uap_capabilities()
48 tlv_len = le16_to_cpu(tlv_hdr->header.len); in mwifiex_check_uap_capabilities()
50 if (evt_len < tlv_len + sizeof(tlv_hdr->header)) in mwifiex_check_uap_capabilities()
53 switch (le16_to_cpu(tlv_hdr->header.type)) { in mwifiex_check_uap_capabilities()
84 curr += (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_check_uap_capabilities()
85 evt_len -= (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_check_uap_capabilities()
Dwmm.c934 struct mwifiex_ie_types_data *tlv_hdr; in mwifiex_ret_wmm_get_status() local
943 while ((resp_len >= sizeof(tlv_hdr->header)) && valid) { in mwifiex_ret_wmm_get_status()
944 tlv_hdr = (struct mwifiex_ie_types_data *) curr; in mwifiex_ret_wmm_get_status()
945 tlv_len = le16_to_cpu(tlv_hdr->header.len); in mwifiex_ret_wmm_get_status()
947 if (resp_len < tlv_len + sizeof(tlv_hdr->header)) in mwifiex_ret_wmm_get_status()
950 switch (le16_to_cpu(tlv_hdr->header.type)) { in mwifiex_ret_wmm_get_status()
954 tlv_hdr; in mwifiex_ret_wmm_get_status()
1003 curr += (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_ret_wmm_get_status()
1004 resp_len -= (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_ret_wmm_get_status()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dccm_mbox.c227 u32 tlv_hdr; in nfp_ccm_mbox_copy_out() local
229 tlv_hdr = readl(data); in nfp_ccm_mbox_copy_out()
230 type = FIELD_GET(NFP_NET_MBOX_TLV_TYPE, tlv_hdr); in nfp_ccm_mbox_copy_out()
231 length = FIELD_GET(NFP_NET_MBOX_TLV_LEN, tlv_hdr); in nfp_ccm_mbox_copy_out()
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Ddp.h1302 struct htt_tlv tlv_hdr; member
1361 struct htt_tlv tlv_hdr; member
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c1877 struct tlv_hdr { in mt76_connac_mcu_get_nic_capability() struct
1880 } __packed * tlv = (struct tlv_hdr *)skb->data; in mt76_connac_mcu_get_nic_capability()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c609 struct wmi_tlv *tlv_hdr; in ath10k_wmi_tlv_event_peer_delete_resp() local
611 tlv_hdr = (struct wmi_tlv *)skb->data; in ath10k_wmi_tlv_event_peer_delete_resp()
612 arg = (struct wmi_peer_delete_resp_ev_arg *)tlv_hdr->value; in ath10k_wmi_tlv_event_peer_delete_resp()
Dwmi-tlv.h1815 __le32 tlv_hdr; member