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) */
1141 struct resource *rx_res, *tx_res; in fsl_xcvr_probe() local1210 tx_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "txfifo"); in fsl_xcvr_probe()1211 if (!rx_res || !tx_res) { in fsl_xcvr_probe()1218 xcvr->dma_prms_tx.addr = tx_res->start; in fsl_xcvr_probe()
1817 } __packed * tx_res; in mt76_connac_mcu_parse_tx_resource() local1819 tx_res = (struct mt76_connac_tx_resource *)skb->data; in mt76_connac_mcu_parse_tx_resource()1820 sdio->sched.pse_data_quota = le32_to_cpu(tx_res->pse_data_quota); in mt76_connac_mcu_parse_tx_resource()1821 sdio->sched.pse_mcu_quota = le32_to_cpu(tx_res->pse_mcu_quota); in mt76_connac_mcu_parse_tx_resource()1822 sdio->sched.ple_data_quota = le32_to_cpu(tx_res->ple_data_quota); in mt76_connac_mcu_parse_tx_resource()1823 sdio->sched.pse_page_size = le16_to_cpu(tx_res->pse_page_size); in mt76_connac_mcu_parse_tx_resource()1824 sdio->sched.deficit = tx_res->pp_padding; in mt76_connac_mcu_parse_tx_resource()