Lines Matching refs:wtbl_hdr
949 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_tx_ba() local
953 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_tx_ba()
955 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_tx_ba()
956 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
959 NULL, wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
984 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_rx_ba() local
1001 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_rx_ba()
1003 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_rx_ba()
1004 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
1007 NULL, wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
1020 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_sta_add() local
1036 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_sta_add()
1039 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_sta_add()
1040 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
1044 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
1047 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
1049 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add()
1075 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_update_hdr_trans() local
1078 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_wtbl_update_hdr_trans()
1080 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_update_hdr_trans()
1081 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_update_hdr_trans()
1084 wtbl_hdr); in mt7615_mcu_wtbl_update_hdr_trans()
1109 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_sta_ba() local
1122 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_sta_ba()
1124 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_sta_ba()
1125 return PTR_ERR(wtbl_hdr); in mt7615_mcu_sta_ba()
1128 sta_wtbl, wtbl_hdr); in mt7615_mcu_sta_ba()
1330 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_uni_rx_ba() local
1355 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7615_mcu_uni_rx_ba()
1357 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_uni_rx_ba()
1358 return PTR_ERR(wtbl_hdr); in mt7615_mcu_uni_rx_ba()
1361 sta_wtbl, wtbl_hdr); in mt7615_mcu_uni_rx_ba()