Searched refs:tx_res (Results 1 – 1 of 1) sorted by relevance
529 } __packed * tx_res; in mt7921_mcu_parse_tx_resource() local531 tx_res = (struct mt7921_tx_resource *)skb->data; in mt7921_mcu_parse_tx_resource()532 sdio->sched.pse_data_quota = le32_to_cpu(tx_res->pse_data_quota); in mt7921_mcu_parse_tx_resource()533 sdio->pse_mcu_quota_max = le32_to_cpu(tx_res->pse_mcu_quota); in mt7921_mcu_parse_tx_resource()537 sdio->sched.ple_data_quota = le32_to_cpu(tx_res->ple_data_quota); in mt7921_mcu_parse_tx_resource()538 sdio->sched.pse_page_size = le16_to_cpu(tx_res->pse_page_size); in mt7921_mcu_parse_tx_resource()539 sdio->sched.deficit = tx_res->pp_padding; in mt7921_mcu_parse_tx_resource()