Searched refs:wtbl_hdr (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 775 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_tx_ba() local 779 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_tx_ba() 781 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_tx_ba() 782 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_tx_ba() 785 NULL, wtbl_hdr); in mt7615_mcu_wtbl_tx_ba() 810 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_rx_ba() local 827 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_rx_ba() 829 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_rx_ba() 830 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_rx_ba() 833 NULL, wtbl_hdr); in mt7615_mcu_wtbl_rx_ba() 847 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_wtbl_sta_add() local 935 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_sta_ba() local 1157 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_uni_rx_ba() local [all...] |
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 501 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_sta_update_hdr_trans() local 512 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, in mt76_connac_mcu_sta_update_hdr_trans() 514 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_update_hdr_trans() 515 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans() 517 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, sta_wtbl, wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans() 528 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_wtbl_update_hdr_trans() local 531 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, NULL, in mt76_connac_mcu_wtbl_update_hdr_trans() 533 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_wtbl_update_hdr_trans() 534 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans() 536 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, NULL, wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans() 1047 struct wtbl_req_hdr *wtbl_hdr; mt76_connac_mcu_sta_cmd() local 1277 struct wtbl_req_hdr *wtbl_hdr; mt76_connac_mcu_sta_ba() local [all...] |
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 1044 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_wtbl_tlv() local 1052 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_sta_wtbl_tlv() 1055 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_wtbl_tlv() 1056 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1059 wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1060 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, tlv, wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1063 wtbl_hdr, mvif->cap.ht_ldpc, in mt7915_mcu_sta_wtbl_tlv() 1409 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local 1421 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_add_smps() 1423 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps() [all...] |