Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/skfp/h/
A Dsupern_2.h162 unsigned int tx_res :8 ; /* reserved (bit 16..23) */ member
176 unsigned int tx_res :8 ; /* reserved (bit 16..23) */
/linux/sound/soc/fsl/
A Dfsl_xcvr.c1140 struct resource *rx_res, *tx_res; in fsl_xcvr_probe() local
1209 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()
/linux/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.c1739 } __packed * tx_res; in mt76_connac_mcu_parse_tx_resource() local
1741 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 17 milliseconds