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()
846 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_sta_add() local
870 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_sta_add()
873 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_sta_add()
874 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
878 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
881 NULL, wtbl_hdr, true, true); in mt7615_mcu_wtbl_sta_add()
883 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
931 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_sta_ba() local
944 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_sta_ba()
946 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_sta_ba()
947 return PTR_ERR(wtbl_hdr); in mt7615_mcu_sta_ba()
950 sta_wtbl, wtbl_hdr); in mt7615_mcu_sta_ba()
1153 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_uni_rx_ba() local
1178 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_uni_rx_ba()
1180 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_uni_rx_ba()
1181 return PTR_ERR(wtbl_hdr); in mt7615_mcu_uni_rx_ba()
1184 sta_wtbl, wtbl_hdr); in mt7615_mcu_uni_rx_ba()