Searched refs:tlv_hdr (Results 1 – 10 of 10) sorted by relevance
20 struct mwifiex_ie_types_data *tlv_hdr; in mwifiex_check_uap_capabilities() local34 while ((evt_len >= sizeof(tlv_hdr->header))) { in mwifiex_check_uap_capabilities()35 tlv_hdr = (struct mwifiex_ie_types_data *)curr; in mwifiex_check_uap_capabilities()36 tlv_len = le16_to_cpu(tlv_hdr->header.len); in mwifiex_check_uap_capabilities()38 if (evt_len < tlv_len + sizeof(tlv_hdr->header)) in mwifiex_check_uap_capabilities()41 switch (le16_to_cpu(tlv_hdr->header.type)) { in mwifiex_check_uap_capabilities()72 curr += (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_check_uap_capabilities()73 evt_len -= (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_check_uap_capabilities()
918 struct mwifiex_ie_types_data *tlv_hdr; in mwifiex_ret_wmm_get_status() local927 while ((resp_len >= sizeof(tlv_hdr->header)) && valid) { in mwifiex_ret_wmm_get_status()928 tlv_hdr = (struct mwifiex_ie_types_data *) curr; in mwifiex_ret_wmm_get_status()929 tlv_len = le16_to_cpu(tlv_hdr->header.len); in mwifiex_ret_wmm_get_status()931 if (resp_len < tlv_len + sizeof(tlv_hdr->header)) in mwifiex_ret_wmm_get_status()934 switch (le16_to_cpu(tlv_hdr->header.type)) { in mwifiex_ret_wmm_get_status()938 tlv_hdr; in mwifiex_ret_wmm_get_status()987 curr += (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_ret_wmm_get_status()988 resp_len -= (tlv_len + sizeof(tlv_hdr->header)); in mwifiex_ret_wmm_get_status()
226 unsigned char buf[sizeof(struct tlv_hdr)]; in dut_echo_thread()230 struct tlv_hdr *tlv = (struct tlv_hdr *)buf; in dut_echo_thread()343 struct tlv_hdr *tlv = (struct tlv_hdr *)buf; in recv_msg()389 struct tlv_hdr *tlv = (struct tlv_hdr *)buf; in dut_run()533 struct tlv_hdr *tlv = (struct tlv_hdr *)buf; in send_and_recv_msg()552 unsigned char buf[sizeof(struct tlv_hdr)]; in send_echo_msg()553 struct tlv_hdr *tlv = (struct tlv_hdr *)buf; in send_echo_msg()
16 struct tlv_hdr { struct
174 struct nxpwifi_ie_types_data *tlv_hdr; in nxpwifi_check_uap_capabilities() local188 while ((evt_len >= sizeof(tlv_hdr->header))) { in nxpwifi_check_uap_capabilities()189 tlv_hdr = (struct nxpwifi_ie_types_data *)curr; in nxpwifi_check_uap_capabilities()190 tlv_len = le16_to_cpu(tlv_hdr->header.len); in nxpwifi_check_uap_capabilities()192 if (evt_len < tlv_len + sizeof(tlv_hdr->header)) in nxpwifi_check_uap_capabilities()195 switch (le16_to_cpu(tlv_hdr->header.type)) { in nxpwifi_check_uap_capabilities()227 curr += (tlv_len + sizeof(tlv_hdr->header)); in nxpwifi_check_uap_capabilities()228 evt_len -= (tlv_len + sizeof(tlv_hdr->header)); in nxpwifi_check_uap_capabilities()
739 struct nxpwifi_ie_types_data *tlv_hdr; in nxpwifi_ret_wmm_get_status() local757 while (resp_len >= sizeof(tlv_hdr->header) && valid) { in nxpwifi_ret_wmm_get_status()758 tlv_hdr = (struct nxpwifi_ie_types_data *)curr; in nxpwifi_ret_wmm_get_status()759 tlv_len = le16_to_cpu(tlv_hdr->header.len); in nxpwifi_ret_wmm_get_status()761 if (resp_len < tlv_len + sizeof(tlv_hdr->header)) in nxpwifi_ret_wmm_get_status()764 switch (le16_to_cpu(tlv_hdr->header.type)) { in nxpwifi_ret_wmm_get_status()768 sizeof(tlv_hdr->header)) in nxpwifi_ret_wmm_get_status()772 (struct nxpwifi_ie_types_wmm_queue_status *)tlv_hdr; in nxpwifi_ret_wmm_get_status()785 if (tlv_len + sizeof(tlv_hdr->header) < in nxpwifi_ret_wmm_get_status()808 curr += sizeof(tlv_hdr->header) + tlv_len; in nxpwifi_ret_wmm_get_status()[all …]
151 struct roce_tlv tlv_hdr; member158 struct roce_tlv tlv_hdr; member
70 struct tlv_hdr *tlv; in xdp_process_echo_packet()127 tlv = (struct tlv_hdr *)(uh + 1); in xdp_process_echo_packet()
227 u32 tlv_hdr; in nfp_ccm_mbox_copy_out() local229 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()
600 struct tlv_hdr { in mt7921_mcu_get_nic_capability() struct603 } __packed * tlv = (struct tlv_hdr *)skb->data; in mt7921_mcu_get_nic_capability()