Home
last modified time | relevance | path

Searched refs:tx_res (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c525 } __packed * tx_res; in mt7921_mcu_parse_tx_resource() local
527 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()