Home
last modified time | relevance | path

Searched refs:sta_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c230 struct tlv *sta_hdr = sta_wtbl; in mt76_connac_mcu_add_nested_tlv() local
243 if (sta_hdr) { in mt76_connac_mcu_add_nested_tlv()
244 u16 size = le16_to_cpu(sta_hdr->len); in mt76_connac_mcu_add_nested_tlv()
246 sta_hdr->len = cpu_to_le16(size + len); in mt76_connac_mcu_add_nested_tlv()
280 struct tlv *sta_hdr = sta_wtbl; in mt76_connac_mcu_alloc_wtbl_req() local
297 if (sta_hdr) in mt76_connac_mcu_alloc_wtbl_req()
298 sta_hdr->len = cpu_to_le16(sizeof(hdr)); in mt76_connac_mcu_alloc_wtbl_req()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c742 struct tlv *sta_hdr = sta_wtbl; in mt7915_mcu_alloc_wtbl_req() local
759 if (sta_hdr) in mt7915_mcu_alloc_wtbl_req()
760 sta_hdr->len = cpu_to_le16(sizeof(hdr)); in mt7915_mcu_alloc_wtbl_req()
770 struct tlv *sta_hdr = sta_wtbl; in mt7915_mcu_add_nested_tlv() local
783 if (sta_hdr) { in mt7915_mcu_add_nested_tlv()
784 u16 size = le16_to_cpu(sta_hdr->len); in mt7915_mcu_add_nested_tlv()
786 sta_hdr->len = cpu_to_le16(size + len); in mt7915_mcu_add_nested_tlv()