Lines Matching refs:wtbl_hdr
779 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_tx_ba() local
783 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_tx_ba()
785 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_tx_ba()
786 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
789 NULL, wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
814 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_rx_ba() local
831 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_rx_ba()
833 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_rx_ba()
834 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
837 NULL, wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
851 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_sta_add() local
878 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_sta_add()
881 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_sta_add()
882 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
886 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
889 NULL, wtbl_hdr, true, true); in mt7615_mcu_wtbl_sta_add()
891 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
939 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_sta_ba() local
952 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_sta_ba()
954 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_sta_ba()
955 return PTR_ERR(wtbl_hdr); in mt7615_mcu_sta_ba()
958 sta_wtbl, wtbl_hdr); in mt7615_mcu_sta_ba()
1161 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_uni_rx_ba() local
1186 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_uni_rx_ba()
1188 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_uni_rx_ba()
1189 return PTR_ERR(wtbl_hdr); in mt7615_mcu_uni_rx_ba()
1192 sta_wtbl, wtbl_hdr); in mt7615_mcu_uni_rx_ba()