Lines Matching refs:wtbl_hdr

1331 	struct wtbl_req_hdr *wtbl_hdr;  in mt7915_mcu_sta_ba()  local
1346 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, sta_wtbl, in mt7915_mcu_sta_ba()
1348 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_ba()
1349 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_ba()
1351 mt7915_mcu_wtbl_ba_tlv(skb, params, enable, tx, sta_wtbl, wtbl_hdr); in mt7915_mcu_sta_ba()
1846 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_sta_update_hdr_trans() local
1853 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, NULL, &skb); in mt7915_mcu_sta_update_hdr_trans()
1854 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_sta_update_hdr_trans()
1855 return PTR_ERR(wtbl_hdr); in mt7915_mcu_sta_update_hdr_trans()
1857 mt7915_mcu_wtbl_hdr_trans_tlv(skb, vif, sta, NULL, wtbl_hdr); in mt7915_mcu_sta_update_hdr_trans()
1868 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_smps() local
1879 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_SET, sta_wtbl, in mt7915_mcu_add_smps()
1881 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_smps()
1882 return PTR_ERR(wtbl_hdr); in mt7915_mcu_add_smps()
1884 mt7915_mcu_wtbl_smps_tlv(skb, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_smps()
2413 struct wtbl_req_hdr *wtbl_hdr; in mt7915_mcu_add_sta() local
2431 wtbl_hdr = mt7915_mcu_alloc_wtbl_req(dev, msta, WTBL_RESET_AND_SET, in mt7915_mcu_add_sta()
2433 if (IS_ERR(wtbl_hdr)) in mt7915_mcu_add_sta()
2434 return PTR_ERR(wtbl_hdr); in mt7915_mcu_add_sta()
2437 mt7915_mcu_wtbl_generic_tlv(skb, vif, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_sta()
2438 mt7915_mcu_wtbl_hdr_trans_tlv(skb, vif, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_sta()
2440 mt7915_mcu_wtbl_ht_tlv(skb, sta, sta_wtbl, wtbl_hdr); in mt7915_mcu_add_sta()