Lines Matching refs:wtbl_hdr

501 	struct wtbl_req_hdr *wtbl_hdr;  in mt76_connac_mcu_sta_update_hdr_trans()  local
512 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, in mt76_connac_mcu_sta_update_hdr_trans()
514 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_update_hdr_trans()
515 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans()
517 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, sta_wtbl, wtbl_hdr); in mt76_connac_mcu_sta_update_hdr_trans()
528 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_wtbl_update_hdr_trans() local
531 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, NULL, in mt76_connac_mcu_wtbl_update_hdr_trans()
533 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_wtbl_update_hdr_trans()
534 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans()
536 mt76_connac_mcu_wtbl_hdr_trans_tlv(skb, vif, wcid, NULL, wtbl_hdr); in mt76_connac_mcu_wtbl_update_hdr_trans()
1047 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_sta_cmd() local
1071 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, info->wcid, in mt76_connac_mcu_sta_cmd()
1074 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_cmd()
1075 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_cmd()
1080 wtbl_hdr); in mt76_connac_mcu_sta_cmd()
1082 sta_wtbl, wtbl_hdr); in mt76_connac_mcu_sta_cmd()
1085 sta_wtbl, wtbl_hdr, in mt76_connac_mcu_sta_cmd()
1271 struct wtbl_req_hdr *wtbl_hdr; in mt76_connac_mcu_sta_ba() local
1283 wtbl_hdr = mt76_connac_mcu_alloc_wtbl_req(dev, wcid, WTBL_SET, in mt76_connac_mcu_sta_ba()
1285 if (IS_ERR(wtbl_hdr)) in mt76_connac_mcu_sta_ba()
1286 return PTR_ERR(wtbl_hdr); in mt76_connac_mcu_sta_ba()
1289 wtbl_hdr); in mt76_connac_mcu_sta_ba()