Lines Matching refs:wtbl_hdr
1000 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_wtbl_tlv() local
1008 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_sta_wtbl_tlv()
1011 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_wtbl_tlv()
1012 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1015 wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1016 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, tlv, wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1019 wtbl_hdr, mvif->cap.ht_ldpc, in mt7915_mcu_sta_wtbl_tlv()
1365 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local
1377 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_add_smps()
1379 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps()
1380 return PTR_ERR(wtbl_hdr); in mt7915_mcu_add_smps()
1382 mt76_connac_mcu_wtbl_smps_tlv(skb, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_smps()