Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc.c1813 tx_res = kcalloc(priv->num_tx_rings, sizeof(*tx_res), GFP_KERNEL); in enetc_alloc_tx_resources()
1814 if (!tx_res) in enetc_alloc_tx_resources()
1826 return tx_res; in enetc_alloc_tx_resources()
1832 kfree(tx_res); in enetc_alloc_tx_resources()
1845 kfree(tx_res); in enetc_free_tx_resources()
1943 if (priv->tx_res) in enetc_assign_tx_resources()
1951 priv->tx_res = res; in enetc_assign_tx_resources()
2471 if (IS_ERR(tx_res)) { in enetc_open()
2472 err = PTR_ERR(tx_res); in enetc_open()
2574 if (IS_ERR(tx_res)) { in enetc_reconfigure()
[all …]
A Denetc.h365 const struct enetc_bdr_resource *tx_res; member
/linux-6.3-rc2/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-6.3-rc2/sound/soc/fsl/
A Dfsl_xcvr.c1235 struct resource *rx_res, *tx_res; in fsl_xcvr_probe() local
1304 tx_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "txfifo"); in fsl_xcvr_probe()
1305 if (!rx_res || !tx_res) { in fsl_xcvr_probe()
1312 xcvr->dma_prms_tx.addr = tx_res->start; in fsl_xcvr_probe()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.c1931 } __packed * tx_res; in mt76_connac_mcu_parse_tx_resource() local
1933 tx_res = (struct mt76_connac_tx_resource *)skb->data; in mt76_connac_mcu_parse_tx_resource()
1934 sdio->sched.pse_data_quota = le32_to_cpu(tx_res->pse_data_quota); in mt76_connac_mcu_parse_tx_resource()
1935 sdio->sched.pse_mcu_quota = le32_to_cpu(tx_res->pse_mcu_quota); in mt76_connac_mcu_parse_tx_resource()
1936 sdio->sched.ple_data_quota = le32_to_cpu(tx_res->ple_data_quota); in mt76_connac_mcu_parse_tx_resource()
1937 sdio->sched.pse_page_size = le16_to_cpu(tx_res->pse_page_size); in mt76_connac_mcu_parse_tx_resource()
1938 sdio->sched.deficit = tx_res->pp_padding; in mt76_connac_mcu_parse_tx_resource()

Completed in 24 milliseconds