Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc.c2173 tx_res = kcalloc(priv->num_tx_rings, sizeof(*tx_res), GFP_KERNEL); in enetc_alloc_tx_resources()
2174 if (!tx_res) in enetc_alloc_tx_resources()
2186 return tx_res; in enetc_alloc_tx_resources()
2192 kfree(tx_res); in enetc_alloc_tx_resources()
2205 kfree(tx_res); in enetc_free_tx_resources()
2303 if (priv->tx_res) in enetc_assign_tx_resources()
2311 priv->tx_res = res; in enetc_assign_tx_resources()
2864 if (IS_ERR(tx_res)) { in enetc_open()
2865 err = PTR_ERR(tx_res); in enetc_open()
2974 if (IS_ERR(tx_res)) { in enetc_reconfigure()
[all …]
H A Denetc.h411 const struct enetc_bdr_resource *tx_res; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c512 } __packed * tx_res; in mt7921_mcu_parse_tx_resource() local
514 tx_res = (struct mt7921_tx_resource *)skb->data; in mt7921_mcu_parse_tx_resource()
515 sdio->sched.pse_data_quota = le32_to_cpu(tx_res->pse_data_quota); in mt7921_mcu_parse_tx_resource()
516 sdio->pse_mcu_quota_max = le32_to_cpu(tx_res->pse_mcu_quota); in mt7921_mcu_parse_tx_resource()
520 sdio->sched.ple_data_quota = le32_to_cpu(tx_res->ple_data_quota); in mt7921_mcu_parse_tx_resource()
521 sdio->sched.pse_page_size = le16_to_cpu(tx_res->pse_page_size); in mt7921_mcu_parse_tx_resource()
522 sdio->sched.deficit = tx_res->pp_padding; in mt7921_mcu_parse_tx_resource()
/linux-6.15/drivers/net/fddi/skfp/h/
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.15/sound/soc/fsl/
H A Dfsl_xcvr.c1518 struct resource *rx_res, *tx_res; in fsl_xcvr_probe() local
1633 tx_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "txfifo"); in fsl_xcvr_probe()
1634 if (!rx_res || !tx_res) { in fsl_xcvr_probe()
1641 xcvr->dma_prms_tx.addr = tx_res->start; in fsl_xcvr_probe()