Searched refs:wtbl_hdr (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 789 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_tx_ba() local 793 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_tx_ba() 795 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_tx_ba() 796 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_tx_ba() 799 NULL, wtbl_hdr); in mt7615_mcu_wtbl_tx_ba() 824 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_rx_ba() local 841 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_rx_ba() 843 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_rx_ba() 844 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_rx_ba() 847 NULL, wtbl_hdr); in mt7615_mcu_wtbl_rx_ba() [all …]
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.c | 488 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_sta_update_hdr_trans() local 499 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, in mt76_connac_mcu_sta_update_hdr_trans() 501 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_update_hdr_trans() 502 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans() 504 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, sta_wtbl, wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans() 515 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_wtbl_update_hdr_trans() local 518 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, NULL, in mt76_connac_mcu_wtbl_update_hdr_trans() 520 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_wtbl_update_hdr_trans() 521 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans() 523 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, NULL, wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans() [all …]
|
/linux-5.19.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 1061 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_wtbl_tlv() local 1069 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_sta_wtbl_tlv() 1072 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_wtbl_tlv() 1073 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1076 wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1077 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, tlv, wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1080 wtbl_hdr, mvif->cap.ht_ldpc, in mt7915_mcu_sta_wtbl_tlv() 1423 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local 1435 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_add_smps() 1437 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps() [all …]
|