Lines Matching refs:wtbl_hdr
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; in mt7615_mcu_wtbl_sta_add() local
874 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_sta_add()
877 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_sta_add()
878 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
882 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
885 NULL, wtbl_hdr, true, true); in mt7615_mcu_wtbl_sta_add()
887 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
935 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_sta_ba() local
948 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_sta_ba()
950 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_sta_ba()
951 return PTR_ERR(wtbl_hdr); in mt7615_mcu_sta_ba()
954 sta_wtbl, wtbl_hdr); in mt7615_mcu_sta_ba()
1157 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_uni_rx_ba() local
1182 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_uni_rx_ba()
1184 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_uni_rx_ba()
1185 return PTR_ERR(wtbl_hdr); in mt7615_mcu_uni_rx_ba()
1188 sta_wtbl, wtbl_hdr); in mt7615_mcu_uni_rx_ba()