Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/
Dmcu.c1292 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_tx_ba() local
1296 wtbl_hdr = mt7615_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, NULL, &skb); in mt7615_mcu_wtbl_tx_ba()
1297 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_tx_ba()
1298 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
1300 mt7615_mcu_wtbl_ba_tlv(skb, params, enable, true, NULL, wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
1324 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_rx_ba() local
1340 wtbl_hdr = mt7615_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, NULL, &skb); in mt7615_mcu_wtbl_rx_ba()
1341 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_rx_ba()
1342 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
1344 mt7615_mcu_wtbl_ba_tlv(skb, params, enable, false, NULL, wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
[all …]
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c1197 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_ba() local
1212 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, sta_wtbl, in mt7915_mcu_sta_ba()
1214 mt7915_mcu_wtbl_ba_tlv(skb, params, enable, tx, sta_wtbl, wtbl_hdr); in mt7915_mcu_sta_ba()
1696 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local
1707 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, sta_wtbl, in mt7915_mcu_add_smps()
1709 mt7915_mcu_wtbl_smps_tlv(skb, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_smps()
2258 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_sta() local
2276 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_RESET_AND_SET, in mt7915_mcu_add_sta()
2279 mt7915_mcu_wtbl_generic_tlv(skb, vif, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_sta()
2281 mt7915_mcu_wtbl_ht_tlv(skb, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_sta()