Searched refs:wtbl_hdr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 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() 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() 873 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_wtbl_sta_add() 878 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add() 883 NULL, wtbl_hdr); in mt7615_mcu_wtbl_sta_add() 946 if (IS_ERR(wtbl_hdr)) in mt7615_mcu_sta_ba() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 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() 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() 1047 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_cmd() 1048 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_cmd() 1053 wtbl_hdr); in mt76_connac_mcu_sta_cmd() 1055 sta_wtbl, wtbl_hdr); in mt76_connac_mcu_sta_cmd() 1256 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_ba() 1257 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_ba() [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 992 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_wtbl_tlv() local 1000 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(&dev->mt76, &msta->wcid, in mt7915_mcu_sta_wtbl_tlv() 1003 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_wtbl_tlv() 1004 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1007 wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1008 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, tlv, wtbl_hdr); in mt7915_mcu_sta_wtbl_tlv() 1011 wtbl_hdr, mvif->cap.ht_ldpc, in mt7915_mcu_sta_wtbl_tlv() 1357 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local 1371 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps() 1372 return PTR_ERR(wtbl_hdr); in mt7915_mcu_add_smps() [all …]
|