Searched refs:tx_res (Results 1 – 3 of 3) sorted by relevance
162 unsigned int tx_res :8 ; /* reserved (bit 16..23) */ member176 unsigned int tx_res :8 ; /* reserved (bit 16..23) */
1140 struct resource *rx_res, *tx_res; in fsl_xcvr_probe() local1209 tx_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "txfifo"); in fsl_xcvr_probe()1210 if (!rx_res || !tx_res) { in fsl_xcvr_probe()1217 xcvr->dma_prms_tx.addr = tx_res->start; in fsl_xcvr_probe()
1739 } __packed * tx_res; in mt76_connac_mcu_parse_tx_resource() local1741 tx_res = (struct mt76_connac_tx_resource *)skb->data; in mt76_connac_mcu_parse_tx_resource()1742 sdio->sched.pse_data_quota = le32_to_cpu(tx_res->pse_data_quota); in mt76_connac_mcu_parse_tx_resource()1743 sdio->sched.pse_mcu_quota = le32_to_cpu(tx_res->pse_mcu_quota); in mt76_connac_mcu_parse_tx_resource()1744 sdio->sched.ple_data_quota = le32_to_cpu(tx_res->ple_data_quota); in mt76_connac_mcu_parse_tx_resource()1745 sdio->sched.pse_page_size = le16_to_cpu(tx_res->pse_page_size); in mt76_connac_mcu_parse_tx_resource()1746 sdio->sched.deficit = tx_res->pp_padding; in mt76_connac_mcu_parse_tx_resource()
Completed in 24 milliseconds