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