Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c554 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_sta_update_hdr_trans() local
565 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, in mt76_connac_mcu_sta_update_hdr_trans()
567 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_update_hdr_trans()
568 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans()
570 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, sta_wtbl, wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans()
581 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_wtbl_update_hdr_trans() local
584 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, NULL, in mt76_connac_mcu_wtbl_update_hdr_trans()
586 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_wtbl_update_hdr_trans()
587 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans()
589 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, NULL, wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1064 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_wtbl_tlv() local
1072 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_sta_wtbl_tlv()
1075 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_wtbl_tlv()
1076 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1079 wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1080 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, tlv, wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1083 wtbl_hdr, mvif->cap.ht_ldpc, in mt7915_mcu_sta_wtbl_tlv()
1435 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local
1447 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_add_smps()
1449 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps()
[all …]