Home
last modified time | relevance | path

Searched refs:dma_has_sram (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_dev_enet.h51 bool dma_has_sram; member
99 bool dma_has_sram; member
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
Ddev-enet.c272 dpd->dma_has_sram = true; in bcm63xx_enet_register()
317 enetsw_pd.dma_has_sram = true; in bcm63xx_enetsw_register()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c264 if (priv->dma_has_sram) in bcm_enet_refill_rx()
755 if (!priv->dma_has_sram) in bcm_enet_set_flow()
970 if (priv->dma_has_sram) in bcm_enet_open()
984 if (priv->dma_has_sram) { in bcm_enet_open()
997 if (priv->dma_has_sram) { in bcm_enet_open()
1023 if (priv->dma_has_sram) { in bcm_enet_open()
1040 if (priv->dma_has_sram) in bcm_enet_open()
1756 priv->dma_has_sram = pd->dma_has_sram; in bcm_enet_probe()
2669 priv->dma_has_sram = pd->dma_has_sram; in bcm_enetsw_probe()
Dbcm63xx_enet.h346 bool dma_has_sram; member