Searched refs:mt76_connac_mcu_add_nested_tlv (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.c | 249 mt76_connac_mcu_add_nested_tlv(struct sk_buff *skb, int tag, int len, in mt76_connac_mcu_add_nested_tlv() function 273 EXPORT_SYMBOL_GPL(mt76_connac_mcu_add_nested_tlv); 474 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_HDR_TRANS, in mt76_connac_mcu_wtbl_hdr_trans_tlv() 554 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_GENERIC, in mt76_connac_mcu_wtbl_generic_tlv() 578 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_RX, sizeof(*rx), in mt76_connac_mcu_wtbl_generic_tlv() 589 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_SPE, sizeof(*spe), in mt76_connac_mcu_wtbl_generic_tlv() 956 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_SMPS, sizeof(*smps), in mt76_connac_mcu_wtbl_smps_tlv() 972 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_HT, sizeof(*ht), in mt76_connac_mcu_wtbl_ht_tlv() 995 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_VHT, in mt76_connac_mcu_wtbl_ht_tlv() 1017 tlv = mt76_connac_mcu_add_nested_tlv(skb, WTBL_RAW_DATA, in mt76_connac_mcu_wtbl_ht_tlv() [all …]
|
D | mt76_connac_mcu.h | 1892 struct tlv *mt76_connac_mcu_add_nested_tlv(struct sk_buff *skb, int tag, 1898 return mt76_connac_mcu_add_nested_tlv(skb, tag, len, skb->data, NULL); in mt76_connac_mcu_add_tlv()
|