Home
last modified time | relevance | path

Searched refs:wtbl_hdr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmcu.c779 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()
[all …]
/freebsd/sys/contrib/dev/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()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c990 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_wtbl_tlv() local
998 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_sta_wtbl_tlv()
1001 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_wtbl_tlv()
1002 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1005 wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1006 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, tlv, wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv()
1009 wtbl_hdr, mvif->cap.ht_ldpc, in mt7915_mcu_sta_wtbl_tlv()
1355 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local
1367 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_add_smps()
1369 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps()
[all …]