Lines Matching refs:wtbl_hdr

493 	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; in mt76_connac_mcu_sta_cmd() local
1044 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, info->wcid, in mt76_connac_mcu_sta_cmd()
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()
1058 sta_wtbl, wtbl_hdr, in mt76_connac_mcu_sta_cmd()
1242 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_sta_ba() local
1254 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, in mt76_connac_mcu_sta_ba()
1256 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_ba()
1257 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_ba()
1260 wtbl_hdr); in mt76_connac_mcu_sta_ba()