Home
last modified time | relevance | path

Searched refs:wtbl_hdr (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c775 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; mt7615_mcu_wtbl_sta_add() local
931 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_sta_ba() local
1153 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_uni_rx_ba() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c1300 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_tx_ba() local
1304 wtbl_hdr = mt7615_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, NULL, &skb); in mt7615_mcu_wtbl_tx_ba()
1305 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_tx_ba()
1306 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
1308 mt7615_mcu_wtbl_ba_tlv(skb, params, enable, true, NULL, wtbl_hdr); in mt7615_mcu_wtbl_tx_ba()
1332 struct wtbl_req_hdr *wtbl_hdr; in mt7615_mcu_wtbl_rx_ba() local
1348 wtbl_hdr = mt7615_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, NULL, &skb); in mt7615_mcu_wtbl_rx_ba()
1349 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_rx_ba()
1350 return PTR_ERR(wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
1352 mt7615_mcu_wtbl_ba_tlv(skb, params, enable, false, NULL, wtbl_hdr); in mt7615_mcu_wtbl_rx_ba()
1364 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_wtbl_sta_add() local
1427 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_sta_ba() local
1468 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_add_sta_cmd() local
1838 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_uni_tx_ba() local
1879 struct wtbl_req_hdr *wtbl_hdr; mt7615_mcu_uni_rx_ba() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c493 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_sta_update_hdr_trans() local
504 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, in mt76_connac_mcu_sta_update_hdr_trans()
506 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_update_hdr_trans()
507 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans()
509 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, sta_wtbl, wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans()
520 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_wtbl_update_hdr_trans() local
523 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, NULL, in mt76_connac_mcu_wtbl_update_hdr_trans()
525 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_wtbl_update_hdr_trans()
526 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans()
528 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, NULL, wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans()
1025 struct wtbl_req_hdr *wtbl_hdr; mt76_connac_mcu_sta_cmd() local
1242 struct wtbl_req_hdr *wtbl_hdr; mt76_connac_mcu_sta_ba() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1197 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_ba() local
1212 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, sta_wtbl, in mt7915_mcu_sta_ba()
1214 mt7915_mcu_wtbl_ba_tlv(skb, params, enable, tx, sta_wtbl, wtbl_hdr); in mt7915_mcu_sta_ba()
1701 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local
1712 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, sta_wtbl, in mt7915_mcu_add_smps()
1714 mt7915_mcu_wtbl_smps_tlv(skb, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_smps()
2263 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_sta() local
2281 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_RESET_AND_SET, in mt7915_mcu_add_sta()
2284 mt7915_mcu_wtbl_generic_tlv(skb, vif, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_sta()
2286 mt7915_mcu_wtbl_ht_tlv(skb, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_sta()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c988 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_wtbl_tlv() local
996 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_sta_wtbl_tlv()
999 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_wtbl_tlv()
1000 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1003 wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1004 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, tlv, wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1007 wtbl_hdr, mvif->cap.ht_ldpc, in mt7915_mcu_sta_wtbl_tlv()
1353 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local
1365 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_add_smps()
1367 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps()
[all...]

Completed in 30 milliseconds